Skip to content

Commit

Permalink
v0.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
sejas committed May 11, 2023
1 parent cbae051 commit 1470700
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.41",
"version": "0.1.42",
"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.40",
"version": "0.1.42",
"description": "PHP.wasm for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/universal",
"version": "0.1.41",
"version": "0.1.42",
"description": "PHP.wasm – emscripten bindings for PHP",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/util",
"version": "0.1.40",
"version": "0.1.42",
"type": "commonjs",
"typedoc": {
"entryPoint": "./src/index.ts",
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.40",
"version": "0.1.42",
"exports": {
".": {
"import": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Embeds a WordPress installation in your your VS Code",
"license": "GPL-2.0-or-later",
"publisher": "WordPressPlayground",
"version": "0.1.40",
"version": "0.1.42",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/wordpress-playgrond"
Expand Down
2 changes: 1 addition & 1 deletion packages/wp-now/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-now/wp-now",
"version": "0.1.41",
"version": "0.1.42",
"description": "WordPress Playground CLI",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1470700

Please sign in to comment.