Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pckool committed Jul 5, 2022
1 parent 8b6f484 commit da355b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "1.1.0"
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion packages/plexus-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/core",
"version": "1.1.1-canary.0+48b37fe",
"version": "1.2.0",
"description": "A library for building modular interconnected applications",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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.1.1-canary.0+48b37fe",
"version": "1.2.0",
"description": "Next Plugin for PlexusJS",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plexus-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/react",
"version": "1.1.1-canary.0+48b37fe",
"version": "1.2.0",
"description": "React Plugin for PlexusJS",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/plexus-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plexusjs/utils",
"version": "1.1.1-canary.0+48b37fe",
"version": "1.2.0",
"description": "Useful utils by the PlexusJS Team.",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,7 +20,6 @@
"peerDependencies": {
"@plexusjs/core": "~1.0.0"
},
"devDependencies": {},
"scripts": {
"build": "tsc --build --force",
"test": "jest",
Expand Down

0 comments on commit da355b0

Please sign in to comment.