Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterShershov committed Oct 28, 2024
1 parent 39e868f commit 2d91420
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.4.0"
"version": "4.5.0"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.4.0",
"version": "4.5.0",
"main": "dist/index.js",
"exports": {
".": {
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.4.0",
"version": "4.5.0",
"main": "dist/index.js",
"peerDependencies": {
"react": "^18.0.0",
Expand All @@ -12,7 +12,7 @@
"@remix-run/react": "^2.13.1",
"@remix-run/router": "^1.20.0",
"@remix-run/testing": "^2.13.1",
"@wixc3/app-core": "^4.4.0"
"@wixc3/app-core": "^4.5.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 2d91420

Please sign in to comment.