Skip to content

Commit 9af8499

Browse files
committed
v0.9.0
1 parent d06df42 commit 9af8499

File tree

18 files changed

+33
-33
lines changed

18 files changed

+33
-33
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"useNx": true
66
}

package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/php-wasm/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/cli",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "PHP.wasm CLI for node.js",
55
"repository": {
66
"type": "git",

packages/php-wasm/fs-journal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/fs-journal",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Bindings to journal the PHP filesystem",
55
"repository": {
66
"type": "git",

packages/php-wasm/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/logger",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A logger for PHP-wasm clients like Playground and WP-now.",
55
"repository": {
66
"type": "git",

packages/php-wasm/node-polyfills/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/node-polyfills",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "PHP.wasm – polyfills for Node.js",
55
"repository": {
66
"type": "git",

packages/php-wasm/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/node",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "PHP.wasm for Node.js",
55
"repository": {
66
"type": "git",

packages/php-wasm/progress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/progress",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "PHP.wasm – loading progress monitoring",
55
"repository": {
66
"type": "git",

packages/php-wasm/scopes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/scopes",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "PHP.wasm – scoped URLs utils",
55
"repository": {
66
"type": "git",

packages/php-wasm/universal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/universal",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "PHP.wasm – emscripten bindings for PHP",
55
"repository": {
66
"type": "git",

packages/php-wasm/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/util",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"type": "commonjs",
55
"typedoc": {
66
"entryPoint": "./src/index.ts",

packages/php-wasm/web-service-worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/web-service-worker",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "PHP.wasm – service worker utils",
55
"repository": {
66
"type": "git",

packages/php-wasm/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@php-wasm/web",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "PHP.wasm for the web",
55
"repository": {
66
"type": "git",

packages/playground/blueprints/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-playground/blueprints",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"exports": {
55
".": {
66
"import": "./index.js",

packages/playground/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-playground/cli",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "WordPress Playground CLI",
55
"repository": {
66
"type": "git",

packages/playground/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-playground/client",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "WordPress Playground client",
55
"repository": {
66
"type": "git",

packages/playground/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-playground/common",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Common exports and utilities for WordPress Playground",
55
"repository": {
66
"type": "git",

packages/playground/wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-playground/wordpress",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "WordPress-related plumbing for WordPress Playground",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)