Skip to content

Commit

Permalink
4.7.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Sep 5, 2024
2 parents eace64b + 901bd46 commit b751d2f
Show file tree
Hide file tree
Showing 22 changed files with 8,294 additions and 7,693 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.7.12] - 2024-09-05

### Added

- `webos/signLang` module with `startSignLang()`, `stopSignLang()` functions and `SignLangDecorator` Higher-order Component

## [4.7.11] - 2024-05-13

No significant changes.
Expand Down
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ignore:
- "packages/i18n/src/packedbuffer.js"
- "packages/i18n/src/zoneinfo.js"
- "packages/i18n/Text"
- "packages/webos/signLang"
- "packages/webos/speech"
- "packages/webos/keyboard"
- "packages/webos/platform"
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.7.11",
"version": "4.7.12",
"command": {
"bootstrap": {
"ci": false,
Expand Down
3,832 changes: 1,369 additions & 2,463 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 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 All @@ -23,8 +23,8 @@
"extends": "enact-proxy/strict"
},
"devDependencies": {
"@enact/docs-utils": "^0.4.6",
"eslint-config-enact-proxy": "^1.0.7",
"@enact/docs-utils": "^0.4.10",
"eslint-config-enact-proxy": "^1.0.8",
"lerna": "^6.6.2"
}
}
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.7.12] - 2024-09-05

No significant changes.

## [4.7.11] - 2024-05-13

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.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: 4 additions & 0 deletions packages/i18n/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 i18n module, newest changes on the top.

## [4.7.12] - 2024-09-05

No significant changes.

## [4.7.11] - 2024-05-13

No significant changes.
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
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.7.12] - 2024-09-05

No significant changes.

## [4.7.11] - 2024-05-13

No significant changes.
Expand Down
Loading

0 comments on commit b751d2f

Please sign in to comment.