Skip to content

Commit

Permalink
v0.1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Jun 5, 2023
1 parent 92cf3e4 commit 3046803
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.59",
"version": "0.1.60",
"useNx": true
}
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/php-wasm/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/cli",
"version": "0.1.59",
"version": "0.1.60",
"description": "PHP.wasm CLI for node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/node",
"version": "0.1.59",
"version": "0.1.60",
"description": "PHP.wasm for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/progress/package.json
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/progress",
"version": "0.1.59",
"version": "0.1.60",
"description": "PHP.wasm – loading progress monitoring",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/scopes/package.json
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/scopes",
"version": "0.1.59",
"version": "0.1.60",
"description": "PHP.wasm – scoped URLs utils",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/universal/package.json
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/universal",
"version": "0.1.59",
"version": "0.1.60",
"description": "PHP.wasm – emscripten bindings for PHP",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/util/package.json
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/util",
"version": "0.1.59",
"version": "0.1.60",
"type": "commonjs",
"typedoc": {
"entryPoint": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/web-service-worker/package.json
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/web-service-worker",
"version": "0.1.59",
"version": "0.1.60",
"description": "PHP.wasm – service worker utils",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/php-wasm/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@php-wasm/web",
"version": "0.1.59",
"version": "0.1.60",
"description": "PHP.wasm for the web",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/blueprints/package.json
@@ -1,6 +1,6 @@
{
"name": "@wp-playground/blueprints",
"version": "0.1.59",
"version": "0.1.60",
"exports": {
".": {
"import": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@wp-playground/client",
"version": "0.1.59",
"version": "0.1.60",
"description": "WordPress Playground client",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3046803

Please sign in to comment.