Skip to content

Commit

Permalink
Version value updating
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Nov 19, 2024
1 parent 032280a commit 0f03104
Show file tree
Hide file tree
Showing 10 changed files with 779 additions and 678 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.9.3",
"version": "4.9.4",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enact",
"version": "4.9.3",
"version": "4.9.4",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/core",
"version": "4.9.3",
"version": "4.9.4",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enact/i18n",
"main": "./src/index.js",
"version": "4.9.3",
"version": "4.9.4",
"description": "Internationalization support for Enact using iLib",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
]
},
"dependencies": {
"@enact/core": "^4.9.3",
"@enact/core": "^4.9.4",
"prop-types": "^15.8.1",
"ramda": "^0.30.1",
"react": "^18.3.1",
Expand Down
1,419 changes: 760 additions & 659 deletions packages/sampler/npm-shrinkwrap.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/sampler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enact-sampler",
"version": "4.9.3",
"version": "4.9.4",
"description": "Component and QA samples for Enact",
"private": true,
"main": "index.js",
Expand All @@ -13,12 +13,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@enact/core": "^4.9.3",
"@enact/i18n": "^4.9.3",
"@enact/spotlight": "^4.9.3",
"@enact/core": "^4.9.4",
"@enact/i18n": "^4.9.4",
"@enact/spotlight": "^4.9.4",
"@enact/storybook-utils": "^5.1.4",
"@enact/ui": "^4.9.3",
"@enact/webos": "^4.9.3",
"@enact/ui": "^4.9.4",
"@enact/webos": "^4.9.4",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/spotlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/spotlight",
"version": "4.9.3",
"version": "4.9.4",
"description": "A focus management library",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
}
},
"dependencies": {
"@enact/core": "^4.9.3",
"@enact/core": "^4.9.4",
"classnames": "^2.5.1",
"prop-types": "^15.8.1",
"ramda": "^0.30.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/ui",
"version": "4.9.3",
"version": "4.9.4",
"description": "A collection of simplified unstyled cross-platform UI components for Enact",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
}
},
"dependencies": {
"@enact/core": "^4.9.3",
"@enact/core": "^4.9.4",
"classnames": "^2.5.1",
"direction": "^1.0.4",
"invariant": "^2.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/webos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/webos",
"version": "4.9.3",
"version": "4.9.4",
"description": "webOS support library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
}
},
"dependencies": {
"@enact/core": "^4.9.3",
"@enact/core": "^4.9.4",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down

0 comments on commit 0f03104

Please sign in to comment.