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 Sep 5, 2024
1 parent 4c4ca35 commit 901bd46
Show file tree
Hide file tree
Showing 9 changed files with 6,625 additions and 5,228 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "4.7.11",
"version": "4.7.12",
"command": {
"bootstrap": {
"ci": false,
Expand Down
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.7.11",
"version": "4.7.12",
"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.7.11",
"version": "4.7.12",
"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.7.11",
"version": "4.7.12",
"description": "Internationalization support for Enact using iLib",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"dependencies": {
"@enact/core": "^4.7.11",
"@enact/core": "^4.7.12",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
Expand Down
11,819 changes: 6,608 additions & 5,211 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.7.11",
"version": "4.7.12",
"description": "Component and QA samples for Enact",
"private": true,
"main": "index.js",
Expand All @@ -12,12 +12,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"@enact/core": "^4.7.11",
"@enact/i18n": "^4.7.11",
"@enact/spotlight": "^4.7.11",
"@enact/core": "^4.7.12",
"@enact/i18n": "^4.7.12",
"@enact/spotlight": "^4.7.12",
"@enact/storybook-utils": "^5.1.1",
"@enact/ui": "^4.7.11",
"@enact/webos": "^4.7.11",
"@enact/ui": "^4.7.12",
"@enact/webos": "^4.7.12",
"@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.7.11",
"version": "4.7.12",
"description": "A focus management library",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
}
},
"dependencies": {
"@enact/core": "^4.7.11",
"@enact/core": "^4.7.12",
"classnames": "^2.3.2",
"prop-types": "^15.8.1",
"ramda": "^0.29.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.7.11",
"version": "4.7.12",
"description": "A collection of simplified unstyled cross-platform UI components for Enact",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
}
},
"dependencies": {
"@enact/core": "^4.7.11",
"@enact/core": "^4.7.12",
"classnames": "^2.3.2",
"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.7.11",
"version": "4.7.12",
"description": "webOS support library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
}
},
"dependencies": {
"@enact/core": "^4.7.11",
"@enact/core": "^4.7.12",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 901bd46

Please sign in to comment.