Skip to content

Commit

Permalink
chore: prepare @liferay/npm-scripts v51.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Jun 7, 2024
1 parent 8651a9f commit 6a629f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions projects/npm-tools/packages/npm-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [npm-scripts/v51.2.0](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v51.2.0) (2024-06-07)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v51.1.0...npm-scripts/v51.2.0)

### :new: Features

- feat(npm-scripts): allow for testing in react-16 exclusively ([\#1221](https://github.com/liferay/liferay-frontend-projects/pull/1221))

## [npm-scripts/v51.1.0](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v51.1.0) (2024-06-05)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v51.0.2...npm-scripts/v51.1.0)
Expand Down
10 changes: 5 additions & 5 deletions projects/npm-tools/packages/npm-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@liferay/jest-junit-reporter": "1.2.0",
"@liferay/js-toolkit-core": "3.0.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@testing-library/dom-8.11.1": "npm:@testing-library/dom@8.11.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom-4.2.4": "npm:@testing-library/jest-dom@4.2.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react-12.1.2": "npm:@testing-library/react@12.1.2",
"@testing-library/react-hooks-3.4.2": "npm:@testing-library/react-hooks@3.4.2",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event-4.2.4": "npm:@testing-library/user-event@4.2.4",
"@types/jest": "^26.0.14",
"@types/react-dom": "17.0.3",
Expand Down Expand Up @@ -53,8 +53,8 @@
"minimist": "^1.2.0",
"prettier": "^2.1.2",
"react": "*",
"react-dom": "*",
"react-16": "npm:react@16.13.0",
"react-dom": "*",
"react-dom-16": "npm:react-dom@16.13.0",
"react-test-renderer": "*",
"resolve": "^1.14.2",
Expand Down Expand Up @@ -95,5 +95,5 @@
"preversion": "liferay-workspace-scripts ci",
"test": "liferay-workspace-scripts test"
},
"version": "51.1.0"
"version": "51.2.0"
}

0 comments on commit 6a629f0

Please sign in to comment.