Skip to content

Commit

Permalink
4.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Apr 5, 2022
2 parents fc97cbf + 00fb44f commit 308256a
Show file tree
Hide file tree
Showing 17 changed files with 3,438 additions and 1,281 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The following is a curated list of changes in the Enact project, newest changes on the top.

## [4.0.10] - 2022-04-05

### Added

- Support for loading changed resources and additional ilib resources paths

## [4.0.9] - 2021-12-15

No significant changes.
Expand Down
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.0.9",
"version": "4.0.10",
"command": {
"bootstrap": {
"ci": false,
Expand Down
2 changes: 1 addition & 1 deletion 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.0.9",
"version": "4.0.10",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact core module, newest changes on the top.

## [4.0.10] - 2022-04-05

No significant changes.

## [4.0.9] - 2021-12-15

No significant changes.
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.0.9",
"version": "4.0.10",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The following is a curated list of changes in the Enact i18n module, newest changes on the top.

## [unreleased]
## [4.0.10] - 2022-04-05

### Added

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.0.9",
"version": "4.0.10",
"description": "Internationalization support for Enact using iLib",
"scripts": {
"clean": "enact clean",
Expand Down Expand Up @@ -41,7 +41,7 @@
]
},
"dependencies": {
"@enact/core": "^4.0.9",
"@enact/core": "^4.0.10",
"prop-types": "^15.7.2",
"ramda": "^0.24.1",
"react": "^17.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/sampler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact Sampler, newest changes on the top.

## [4.0.10] - 2022-04-05

No significant changes.

## [4.0.9] - 2021-12-15

No significant changes.
Expand Down
4,655 changes: 3,393 additions & 1,262 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.0.9",
"version": "4.0.10",
"description": "Component and QA samples for Enact",
"private": true,
"main": "index.js",
Expand All @@ -12,11 +12,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@enact/core": "^4.0.9",
"@enact/i18n": "^4.0.9",
"@enact/spotlight": "^4.0.9",
"@enact/ui": "^4.0.9",
"@enact/webos": "^4.0.9",
"@enact/core": "^4.0.10",
"@enact/i18n": "^4.0.10",
"@enact/spotlight": "^4.0.10",
"@enact/ui": "^4.0.10",
"@enact/webos": "^4.0.10",
"classnames": "^2.2.6",
"ilib": "^14.4.0",
"prop-types": "^15.7.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/spotlight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact spotlight module, newest changes on the top.

## [4.0.10] - 2022-04-05

No significant changes.

## [4.0.9] - 2021-12-15

No significant changes.
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.0.9",
"version": "4.0.10",
"description": "A focus management library",
"main": "src/spotlight.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
}
},
"dependencies": {
"@enact/core": "^4.0.9",
"@enact/core": "^4.0.10",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"ramda": "^0.24.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact ui module, newest changes on the top.

## [4.0.10] - 2022-04-05

No significant changes.

## [4.0.9] - 2021-12-15

No significant changes.
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.0.9",
"version": "4.0.10",
"description": "A collection of simplified unstyled cross-platform UI components for Enact",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
}
},
"dependencies": {
"@enact/core": "^4.0.9",
"@enact/core": "^4.0.10",
"classnames": "^2.2.5",
"direction": "^1.0.1",
"invariant": "^2.2.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/webos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact webos module, newest changes on the top.

## [4.0.10] - 2022-04-05

No significant changes.

## [4.0.9] - 2021-12-15

No significant changes.
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.0.9",
"version": "4.0.10",
"description": "webOS support library",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
}
},
"dependencies": {
"@enact/core": "^4.0.9",
"@enact/core": "^4.0.10",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down

0 comments on commit 308256a

Please sign in to comment.