Skip to content

Commit

Permalink
4.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Jun 2, 2023
2 parents 0b3ed85 + fb5fb8e commit a49e43e
Show file tree
Hide file tree
Showing 33 changed files with 212,347 additions and 9,796 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

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

## [4.7.1] - 2023-06-02

No significant changes.

## [4.5.3] - 2023-04-06

### Fixed

- `spotlight` to show the focus effect when pointer mode is changed to `false` while an app is loading

## [4.7.0] - 2023-04-25

### Deprecated
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Additional Developer Resources

The Enact framework is built atop React.

* [Official React documentation](https://reactjs.org/docs/hello-world.html)
* [Official React tutorial](https://reactjs.org/tutorial/tutorial.html)
* [Official React documentation](https://react.dev/reference/react)
* [Official React tutorial](https://react.dev/learn/tutorial-tic-tac-toe)
* [Egghead tutorial - Start Using React to Build Web Applications](https://egghead.io/courses/react-fundamentals?utm_source=drip&utm_medium=email&utm_campaign=course-update-react-fundamentals)
* [Awesome React](https://github.com/enaqx/awesome-react) - a big collection of links (React and related tech)
* [Build with React](http://buildwithreact.com/tutorial) - a simple tutorial with inline editor
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.0",
"version": "4.7.1",
"command": {
"bootstrap": {
"ci": false,
Expand Down
Loading

0 comments on commit a49e43e

Please sign in to comment.