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 Jul 11, 2024
1 parent 2fdb91b commit 5fffc3c
Show file tree
Hide file tree
Showing 9 changed files with 3,589 additions and 48,284 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.0-beta.1",
"version": "5.0.0-alpha.1",
"packages": [
"packages/*"
],
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.9.0-beta.1",
"version": "5.0.0-alpha.1",
"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.0-beta.1",
"version": "5.0.0-alpha.1",
"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.0-beta.1",
"version": "5.0.0-alpha.1",
"description": "Internationalization support for Enact using iLib",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
]
},
"dependencies": {
"@enact/core": "^4.9.0-beta.1",
"@enact/core": "^5.0.0-alpha.1",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
"react": "^18.3.1",
Expand Down
51,837 changes: 3,571 additions & 48,266 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.0-beta.1",
"version": "5.0.0-alpha.1",
"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.0-beta.1",
"@enact/i18n": "^4.9.0-beta.1",
"@enact/spotlight": "^4.9.0-beta.1",
"@enact/core": "^5.0.0-alpha.1",
"@enact/i18n": "^5.0.0-alpha.1",
"@enact/spotlight": "^5.0.0-alpha.1",
"@enact/storybook-utils": "^6.0.0-rc.1",
"@enact/ui": "^4.9.0-beta.1",
"@enact/webos": "^4.9.0-beta.1",
"@enact/ui": "^5.0.0-alpha.1",
"@enact/webos": "^5.0.0-alpha.1",
"@storybook/addon-docs": "^8.1.6",
"@storybook/manager-api": "^8.1.6",
"@storybook/react": "^8.1.6",
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.0-beta.1",
"version": "5.0.0-alpha.1",
"description": "A focus management library",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
}
},
"dependencies": {
"@enact/core": "^4.9.0-beta.1",
"@enact/core": "^5.0.0-alpha.1",
"classnames": "^2.5.1",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
Expand Down
6 changes: 3 additions & 3 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.0-beta.1",
"version": "5.0.0-alpha.1",
"description": "A collection of simplified unstyled cross-platform UI components for Enact",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,8 +32,8 @@
}
},
"dependencies": {
"@enact/core": "^4.9.0-beta.1",
"@enact/i18n": "^4.9.0-beta.1",
"@enact/core": "^5.0.0-alpha.1",
"@enact/i18n": "^5.0.0-alpha.1",
"classnames": "^2.5.1",
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
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.0-beta.1",
"version": "5.0.0-alpha.1",
"description": "webOS support library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
}
},
"dependencies": {
"@enact/core": "^4.9.0-beta.1",
"@enact/core": "^5.0.0-alpha.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down

0 comments on commit 5fffc3c

Please sign in to comment.