Skip to content

Commit

Permalink
chore(changeset): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 30, 2024
1 parent 8af103b commit 7823596
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-parrots-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-rocks-pump.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/p2-es-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@p2-es/sandbox": "workspace:*",
"p2-es": "1.2.3"
"p2-es": "1.2.4"
},
"devDependencies": {
"prettier": "^2.8.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/p2-es-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prettier-fix": "prettier --write ."
},
"dependencies": {
"p2-es": "1.2.3",
"p2-es": "1.2.4",
"pixi.js": "7.2.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/p2-es-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @p2-es/sandbox

## 1.2.4

### Patch Changes

- d3e399d: feat(sandbox): move body and spring entity logic from app.tsx to PhysicsSystem
- 588904d: chore: update arancini to v6
- [email protected]

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/p2-es-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@p2-es/sandbox",
"description": "A demo renderer for p2-es",
"version": "1.2.3",
"version": "1.2.4",
"keywords": [
"p2.js",
"p2-es",
Expand All @@ -25,7 +25,7 @@
"@pixi/core": "7.3.1",
"arancini": "^6.5.0",
"leva": "^0.9.34",
"p2-es": "1.2.3",
"p2-es": "1.2.4",
"pixi.js": "^7.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/p2-es/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `p2-es` Changelog

## 1.2.4

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/p2-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2-es",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"description": "A JavaScript 2D physics engine.",
"homepage": "https://github.com/pmndrs/p2-es",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3837,7 +3837,7 @@ __metadata:
eslint-plugin-simple-import-sort: ^10.0.0
eslint-plugin-storybook: ^0.6.13
leva: ^0.9.34
p2-es: 1.2.3
p2-es: 1.2.4
pixi.js: ^7.2.4
prettier: ^2.8.7
react: ^18.2.0
Expand Down Expand Up @@ -13899,7 +13899,7 @@ __metadata:
resolution: "p2-es-demos@workspace:apps/p2-es-demos"
dependencies:
"@p2-es/sandbox": "workspace:*"
p2-es: 1.2.3
p2-es: 1.2.4
prettier: ^2.8.7
typescript: ^4.9.4
vite: ^4.0.4
Expand All @@ -13920,7 +13920,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "p2-es-examples@workspace:apps/p2-es-examples"
dependencies:
p2-es: 1.2.3
p2-es: 1.2.4
pixi.js: 7.2.4
prettier: ^2.8.7
typescript: ^4.9.4
Expand Down Expand Up @@ -13953,7 +13953,7 @@ __metadata:
languageName: unknown
linkType: soft

"[email protected].3, p2-es@workspace:*, p2-es@workspace:packages/p2-es":
"[email protected].4, p2-es@workspace:*, p2-es@workspace:packages/p2-es":
version: 0.0.0-use.local
resolution: "p2-es@workspace:packages/p2-es"
dependencies:
Expand Down

0 comments on commit 7823596

Please sign in to comment.