Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Jul 22, 2024
2 parents 3c615cf + 756a3ea commit 3919908
Show file tree
Hide file tree
Showing 23 changed files with 61,210 additions and 1,022 deletions.
2 changes: 1 addition & 1 deletion 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 agate module, newest changes on the top.

## [unreleased]
## [2.0.11] - 2024-07-22

### Changed

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/agate",
"version": "2.0.10",
"version": "2.0.11",
"description": "A theme library for Enact, containing a variety of UI components.",
"repository": "https://github.com/enactjs/agate",
"main": "index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"extends": "enact-proxy/strict"
},
"dependencies": {
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"classnames": "^2.5.1",
"color-convert": "^2.0.1",
"deep-freeze": "0.0.1",
Expand All @@ -58,7 +58,7 @@
"ilib": "^14.20.0 || ^14.20.0-webos1"
},
"devDependencies": {
"@enact/docs-utils": "^0.4.9",
"@enact/docs-utils": "^0.4.10",
"@enact/ui-test-utils": "^1.0.8",
"eslint-config-enact-proxy": "^1.0.7",
"ilib": "^14.20.0"
Expand Down
8 changes: 4 additions & 4 deletions samples/event-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"@reduxjs/toolkit": "^2.2.5",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/perf-scroller-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"classnames": "^2.5.1",
"ilib": "^14.20.0",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/perf-scroller-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"classnames": "^2.5.1",
"ilib": "^14.20.0",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/perf-virtualgridlist-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
8 changes: 4 additions & 4 deletions samples/perf-virtualgridlist-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
8 changes: 4 additions & 4 deletions samples/perf-virtuallist-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
8 changes: 4 additions & 4 deletions samples/perf-virtuallist-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
10 changes: 5 additions & 5 deletions samples/qa-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/webos": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"@enact/webos": "^4.9.0",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions samples/qa-drag-and-drop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/webos": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"@enact/webos": "^4.9.0",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/qa-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/qa-fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/qa-i18n-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions samples/qa-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/webos": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"@enact/webos": "^4.9.0",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/qa-scroller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/qa-virtualgridlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"@reduxjs/toolkit": "^2.2.5",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/qa-virtualgridlistnative-preserve-focus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"@reduxjs/toolkit": "^2.2.5",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/qa-virtuallist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@enact/agate": "../../",
"@enact/core": "^4.8.0",
"@enact/i18n": "^4.8.0",
"@enact/spotlight": "^4.8.0",
"@enact/ui": "^4.8.0",
"@enact/core": "^4.9.0",
"@enact/i18n": "^4.9.0",
"@enact/spotlight": "^4.9.0",
"@enact/ui": "^4.9.0",
"@reduxjs/toolkit": "^2.2.5",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
Expand Down
Loading

0 comments on commit 3919908

Please sign in to comment.