Skip to content

Commit

Permalink
v3.0.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari-Kishon committed Jul 15, 2024
1 parent d4489f3 commit 74d8242
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.6.0"
"version": "3.0.0-next.0"
}
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/app-core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@wixc3/app-core",
"description": "Common types and helpers for building applications",
"version": "2.6.0",
"version": "3.0.0-next.0",
"main": "dist/index.js",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@file-services/types": "^9.4.0",
"@wixc3/react-board": "^2.6.0"
"@wixc3/react-board": "^3.0.0-next.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/board-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wixc3/board-core",
"description": "Types and helpers for component boards",
"version": "2.6.0",
"version": "3.0.0-next.0",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/board-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wixc3/board-plugins",
"description": "Plugins for boards",
"version": "2.6.0",
"version": "3.0.0-next.0",
"main": "dist/index.js",
"files": [
"dist",
Expand All @@ -11,7 +11,7 @@
],
"license": "MIT",
"dependencies": {
"@wixc3/react-board": "^2.6.0"
"@wixc3/react-board": "^3.0.0-next.0"
},
"repository": "https://github.com/wixplosives/codux-core/tree/master/packages/board-plugins",
"homepage": "https://github.com/wixplosives/codux-core",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-board/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@wixc3/react-board",
"description": "Library for creation of React component boards",
"version": "2.6.0",
"version": "3.0.0-next.0",
"main": "dist/index.js",
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@wixc3/board-core": "^2.6.0"
"@wixc3/board-core": "^3.0.0-next.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 74d8242

Please sign in to comment.