Skip to content

Commit

Permalink
v0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Apr 11, 2023
1 parent 403c2a1 commit ce0d93a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.18",
"version": "0.1.19",
"useNx": true
}
2 changes: 1 addition & 1 deletion packages/php-wasm/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/node",
"version": "0.1.18",
"version": "0.1.19",
"description": "PHP.wasm for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/web-service-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/web-service-worker",
"version": "0.1.18",
"version": "0.1.19",
"description": "PHP.wasm – service worker utils",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/web",
"version": "0.1.18",
"version": "0.1.19",
"description": "PHP.wasm for the web",
"repository": {
"type": "git",
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.18",
"version": "0.1.19",
"description": "WordPress Playground client",
"repository": {
"type": "git",
Expand Down

0 comments on commit ce0d93a

Please sign in to comment.