Skip to content

Commit

Permalink
4.7.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Mar 5, 2024
2 parents 2d007f1 + 70b71fc commit e5bc204
Show file tree
Hide file tree
Showing 29 changed files with 78,124 additions and 85,088 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.10] - 2024-03-05

### Fixed

- `spotlight` navigation from the focused element clipped by an overflow container

## [4.7.9] - 2023-12-08

No significant changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ That command will `npm link` the packages into global NPM userspace, for use in
Unless otherwise specified, all content, including all source code files and
documentation files in this repository are:

Copyright (c) 2012-2023 LG Electronics
Copyright (c) 2012-2024 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content,
including all source code files and documentation files in this repository are:
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.9",
"version": "4.7.10",
"command": {
"bootstrap": {
"ci": false,
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.7.9",
"version": "4.7.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.7.10] - 2024-03-05

No significant changes.

## [4.7.9] - 2023-12-08

No significant changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm test

Unless otherwise specified, all content, including all source code files and documentation files in this repository are:

Copyright (c) 2012-2023 LG Electronics
Copyright (c) 2012-2024 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at

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.9",
"version": "4.7.10",
"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.10] - 2024-03-05

No significant changes.

## [4.7.9] - 2023-12-08

No significant changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This module is built upon the [iLib](http://github.com/iLib-js/iLib) library.
Unless otherwise specified, all content, including all source code files and
documentation files in this repository are:

Copyright (c) 2016-2023 LG Electronics
Copyright (c) 2016-2024 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content,
including all source code files and documentation files in this repository are:
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.9",
"version": "4.7.10",
"description": "Internationalization support for Enact using iLib",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"dependencies": {
"@enact/core": "^4.7.9",
"@enact/core": "^4.7.10",
"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.10] - 2024-03-05

No significant changes.

## [4.7.9] - 2023-12-08

No significant changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/sampler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm run pack

Unless otherwise specified, all content, including all source code files and documentation files in this repository are:

Copyright (c) 2016-2023 LG Electronics
Copyright (c) 2016-2024 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at

Expand Down
Loading

0 comments on commit e5bc204

Please sign in to comment.