Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pckool committed Jul 15, 2022
1 parent 6b66bb8 commit 33f47c0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1-canary.0",
"version": "1.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/plexus-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/api",
"version": "1.2.1-canary.2+97f087f",
"version": "1.3.0",
"description": "A library for building modular interconnected applications",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,6 +28,6 @@
"isomorphic-fetch": "^3.0.0"
},
"dependencies": {
"@plexusjs/utils": "1.2.1-canary.2+97f087f"
"@plexusjs/utils": "1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/plexus-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/core",
"version": "1.2.1-canary.2+97f087f",
"version": "1.3.0",
"description": "A library for building modular interconnected applications",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"isomorphic-fetch": "^3.0.0"
},
"dependencies": {
"@plexusjs/api": "1.2.1-canary.2+97f087f",
"@plexusjs/utils": "1.2.1-canary.2+97f087f"
"@plexusjs/api": "1.3.0",
"@plexusjs/utils": "1.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/plexus-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/next",
"version": "1.2.1-canary.2+97f087f",
"version": "1.3.0",
"description": "Next Plugin for PlexusJS",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/plexus-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/react",
"version": "1.2.1-canary.2+97f087f",
"version": "1.3.0",
"description": "React Plugin for PlexusJS",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"gitHead": "97f087f29dc9bcdabd327bd1691dc02558e598f3",
"dependencies": {
"@plexusjs/utils": "1.2.1-canary.2+97f087f",
"@plexusjs/utils": "1.3.0",
"use-sync-external-store": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/plexus-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/solid",
"version": "1.2.1-canary.2+97f087f",
"version": "1.3.0",
"description": "SolidJS Plugin for PlexusJS",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"gitHead": "97f087f29dc9bcdabd327bd1691dc02558e598f3",
"dependencies": {
"@plexusjs/utils": "1.2.1-canary.2+97f087f",
"@plexusjs/utils": "1.3.0",
"solid-js": "^1.4.7"
}
}
2 changes: 1 addition & 1 deletion packages/plexus-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/utils",
"version": "1.2.1-canary.2+97f087f",
"version": "1.3.0",
"description": "Useful utils by the PlexusJS Team.",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 33f47c0

Please sign in to comment.