Skip to content

Commit

Permalink
v0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Apr 25, 2023
1 parent 507972f commit df3e9bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.29",
"version": "0.1.30",
"useNx": true
}
2 changes: 1 addition & 1 deletion packages/php-wasm/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/progress",
"version": "0.1.28",
"version": "0.1.30",
"description": "PHP.wasm – loading progress monitoring",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/blueprints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-playground/blueprints",
"version": "0.1.29",
"version": "0.1.30",
"exports": {
".": {
"import": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-playground/client",
"version": "0.1.29",
"version": "0.1.30",
"description": "WordPress Playground client",
"repository": {
"type": "git",
Expand Down

0 comments on commit df3e9bf

Please sign in to comment.