Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pckool committed Aug 21, 2022
1 parent 1da0f69 commit ca8e84c
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.3.5-canary.0",
"version": "1.3.5",
"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.3.5-canary.2+c6aee6a",
"version": "1.3.5",
"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.3.5-canary.2+c6aee6a"
"@plexusjs/utils": "1.3.5"
}
}
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.3.5-canary.2+c6aee6a",
"version": "1.3.5",
"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.3.5-canary.2+c6aee6a",
"@plexusjs/utils": "1.3.5-canary.2+c6aee6a"
"@plexusjs/api": "1.3.5",
"@plexusjs/utils": "1.3.5"
}
}
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.3.5-canary.2+c6aee6a",
"version": "1.3.5",
"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.3.5-canary.2+c6aee6a",
"version": "1.3.5",
"description": "React Plugin for PlexusJS",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"gitHead": "c6aee6a72ad83abbfb32bd7fbbc3ff632a693f02",
"dependencies": {
"@plexusjs/utils": "1.3.5-canary.2+c6aee6a",
"@plexusjs/utils": "1.3.5",
"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.3.5-canary.2+c6aee6a",
"version": "1.3.5",
"description": "SolidJS Plugin for PlexusJS",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"gitHead": "c6aee6a72ad83abbfb32bd7fbbc3ff632a693f02",
"dependencies": {
"@plexusjs/utils": "1.3.5-canary.2+c6aee6a",
"@plexusjs/utils": "1.3.5",
"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.3.5-canary.2+c6aee6a",
"version": "1.3.5",
"description": "Useful utils by the PlexusJS Team.",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down

1 comment on commit ca8e84c

@Pckool
Copy link
Contributor Author

@Pckool Pckool commented on ca8e84c Aug 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completed #26

Please sign in to comment.