Skip to content

Commit

Permalink
4.9.0-alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed May 24, 2024
2 parents 80c5835 + 88c9538 commit a3284e4
Show file tree
Hide file tree
Showing 34 changed files with 5,023 additions and 4,554 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: focal
language: node_js
node_js:
- lts/*
- node
- "21"
sudo: false
before_install:
- sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [4.9.0-alpha.2] - 2024-05-24

No significant changes.

## [4.0.14] - 2024-05-14

### Fixed

- `i18n` resource loader to prioritize strings from additional resources files

## [4.7.11] - 2024-05-13

No significant changes.

## [4.9.0-alpha.1] - 2024-04-09

### Deprecated
Expand Down
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-alpha.1",
"version": "4.9.0-alpha.2",
"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.0-alpha.1",
"version": "4.9.0-alpha.2",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [4.9.0-alpha.2] - 2024-05-24

No significant changes.

## [4.0.14] - 2024-05-14

No significant changes.

## [4.7.11] - 2024-05-13

No significant changes.

## [4.9.0-alpha.1] - 2024-04-09

### Deprecated
Expand Down
8 changes: 4 additions & 4 deletions 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-alpha.1",
"version": "4.9.0-alpha.2",
"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 Expand Up @@ -36,9 +36,9 @@
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"warning": "^4.0.3"
}
}
14 changes: 14 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [4.9.0-alpha.2] - 2024-05-24

No significant changes.

## [4.0.14] - 2024-05-14

### Fixed

- `i18n` resource loader to prioritize strings from additional resources files

## [4.7.11] - 2024-05-13

No significant changes.

## [4.9.0-alpha.1] - 2024-04-09

No significant changes.
Expand Down
8 changes: 4 additions & 4 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-alpha.1",
"version": "4.9.0-alpha.2",
"description": "Internationalization support for Enact using iLib",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,11 +48,11 @@
]
},
"dependencies": {
"@enact/core": "^4.9.0-alpha.1",
"@enact/core": "^4.9.0-alpha.2",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"xhr": "^2.6.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/sampler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [4.9.0-alpha.2] - 2024-05-24

No significant changes.

## [4.0.14] - 2024-05-14

No significant changes.

## [4.7.11] - 2024-05-13

No significant changes.

## [4.9.0-alpha.1] - 2024-04-09

No significant changes.
Expand Down
Loading

0 comments on commit a3284e4

Please sign in to comment.