Skip to content

Commit

Permalink
v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterShershov committed Sep 25, 2024
1 parent 6701055 commit bf5c6bf
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": "4.3.1"
"version": "4.3.2"
}
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,7 +1,7 @@
{
"name": "@wixc3/app-core",
"description": "Common types and helpers for building applications",
"version": "4.3.1",
"version": "4.3.2",
"main": "dist/index.js",
"exports": {
".": {
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@file-services/types": "^9.4.1",
"@wixc3/react-board": "^4.3.1"
"@wixc3/react-board": "^4.3.2"
},
"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.3.1",
"version": "4.3.2",
"main": "dist/index.js",
"files": [
"dist",
Expand All @@ -11,7 +11,7 @@
],
"license": "MIT",
"dependencies": {
"@wixc3/react-board": "^4.3.1"
"@wixc3/react-board": "^4.3.2"
},
"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/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.3.1",
"version": "4.3.2",
"main": "dist/index.js",
"peerDependencies": {
"react": "^18.0.0",
Expand All @@ -12,7 +12,7 @@
"@remix-run/react": "^2.12.1",
"@remix-run/router": "^1.19.2",
"@remix-run/testing": "^2.12.1",
"@wixc3/app-core": "^4.3.1"
"@wixc3/app-core": "^4.3.2"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-board/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wixc3/react-board",
"description": "Library for creation of React component boards",
"version": "4.3.1",
"version": "4.3.2",
"main": "dist/index.js",
"peerDependencies": {
"react": ">=18.0.0 || ^19.0.0-rc.0",
Expand Down

0 comments on commit bf5c6bf

Please sign in to comment.