Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-ve committed Dec 3, 2024
1 parent a5e689d commit fa13861
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "4.5.3"
"version": "4.6.0"
}
20 changes: 10 additions & 10 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,7 +1,7 @@
{
"name": "@wixc3/app-core",
"description": "Common types and helpers for building applications",
"version": "4.5.3",
"version": "4.6.0",
"main": "dist/index.js",
"exports": {
".": {
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@file-services/types": "^9.4.1",
"@wixc3/react-board": "^4.5.3"
"@wixc3/react-board": "^4.6.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": "4.5.3",
"version": "4.6.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": "4.5.3",
"version": "4.6.0",
"main": "dist/index.js",
"files": [
"dist",
Expand All @@ -11,7 +11,7 @@
],
"license": "MIT",
"dependencies": {
"@wixc3/react-board": "^4.5.3"
"@wixc3/react-board": "^4.6.0"
},
"repository": "https://github.com/wixplosives/codux-core/tree/master/packages/board-plugins",
"homepage": "https://github.com/wixplosives/codux-core",
Expand Down
2 changes: 1 addition & 1 deletion packages/codux-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wixc3/codux-ui",
"description": "Common ui components which integrate with codux",
"version": "4.5.3",
"version": "4.6.0",
"type": "module",
"exports": {
"./image": {
Expand Down
4 changes: 2 additions & 2 deletions packages/define-remix-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wixc3/define-remix-app",
"description": "Remix App definition for Codux",
"version": "4.5.3",
"version": "4.6.0",
"main": "dist/index.js",
"peerDependencies": {
"react": "^18.0.0",
Expand All @@ -12,7 +12,7 @@
"@remix-run/react": "^2.15.0",
"@remix-run/router": "^1.21.0",
"@remix-run/testing": "^2.15.0",
"@wixc3/app-core": "^4.5.3"
"@wixc3/app-core": "^4.6.0"
},
"files": [
"dist",
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": "4.5.3",
"version": "4.6.0",
"main": "dist/index.js",
"peerDependencies": {
"react": ">=18.0.0 || ^19.0.0-rc.0",
"react-dom": ">=18.0.0 || ^19.0.0-rc.0"
},
"dependencies": {
"@wixc3/board-core": "^4.5.3"
"@wixc3/board-core": "^4.6.0"
},
"files": [
"dist",
Expand Down

0 comments on commit fa13861

Please sign in to comment.