Skip to content

Commit

Permalink
0.1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Jan 17, 2025
2 parents d88ced0 + 4a3a1c8 commit 63e5d6c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 69 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.10 (Jaunary 17, 2025)

* Removed `@babel/plugin-transform-react-inline-elements` to fix production build errors with React 19.

## 0.1.9 (January 15, 2025)

* Updated dependencies.
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ module.exports = function (api) {

require('babel-plugin-dev-expression'),
env === 'test' && !es5Standalone && require('babel-plugin-dynamic-import-node').default,
env === 'production' && !es5Standalone && require('@babel/plugin-transform-react-inline-elements').default,
env === 'production' &&
!es5Standalone && [
require('babel-plugin-transform-react-remove-prop-types').default,
Expand Down
86 changes: 20 additions & 66 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-enact",
"version": "0.1.9",
"version": "0.1.10",
"description": "Babel preset used by Enact",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,6 @@
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-inline-elements": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
Expand Down

0 comments on commit 63e5d6c

Please sign in to comment.