Skip to content

Commit

Permalink
chore(changeset): release packages (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 8, 2023
1 parent fd3c9de commit 2b36971
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-carrots-play.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.1"
"p2-es": "1.2.2"
},
"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.1",
"p2-es": "1.2.2",
"pixi.js": "7.2.4"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/p2-es-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @p2-es/sandbox

## 1.2.2

### Patch Changes

- d50d5be: fix: enablePanning and enableZooming should default to true
- p2-es@1.2.2

## 1.2.1

### 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.1",
"version": "1.2.2",
"keywords": [
"p2.js",
"p2-es",
Expand All @@ -25,7 +25,7 @@
"@pixi/core": "7.3.1",
"arancini": "^3.2.0",
"leva": "^0.9.34",
"p2-es": "1.2.1",
"p2-es": "1.2.2",
"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.2

## 1.2.1

### 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.1",
"version": "1.2.2",
"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 @@ -3819,7 +3819,7 @@ __metadata:
eslint-plugin-simple-import-sort: ^10.0.0
eslint-plugin-storybook: ^0.6.13
leva: ^0.9.34
p2-es: 1.2.1
p2-es: 1.2.2
pixi.js: ^7.2.4
prettier: ^2.8.7
react: ^18.2.0
Expand Down Expand Up @@ -13868,7 +13868,7 @@ __metadata:
resolution: "p2-es-demos@workspace:apps/p2-es-demos"
dependencies:
"@p2-es/sandbox": "workspace:*"
p2-es: 1.2.1
p2-es: 1.2.2
prettier: ^2.8.7
typescript: ^4.9.4
vite: ^4.0.4
Expand All @@ -13889,7 +13889,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "p2-es-examples@workspace:apps/p2-es-examples"
dependencies:
p2-es: 1.2.1
p2-es: 1.2.2
pixi.js: 7.2.4
prettier: ^2.8.7
typescript: ^4.9.4
Expand Down Expand Up @@ -13922,7 +13922,7 @@ __metadata:
languageName: unknown
linkType: soft

"p2-es@1.2.1, p2-es@workspace:*, p2-es@workspace:packages/p2-es":
"p2-es@1.2.2, 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

1 comment on commit 2b36971

@vercel
Copy link

@vercel vercel bot commented on 2b36971 Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

p2-es – ./

p2-es.vercel.app
p2-es.pmnd.rs
p2-es-pmndrs.vercel.app
p2-es-git-master-pmndrs.vercel.app

Please sign in to comment.