Skip to content

Commit

Permalink
Merge branch 'master' into remove-default-props
Browse files Browse the repository at this point in the history
  • Loading branch information
amillward committed May 15, 2023
2 parents 70aa5c7 + a064b49 commit 7a7f2b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@



## [9.1.10](https://github.com/reactstrap/reactstrap/compare/v9.1.9...v9.1.10) (2023-05-13)


### Bug Fixes

* **#2427:** error building esm files ([#2748](https://github.com/reactstrap/reactstrap/issues/2748)) ([04d571d](https://github.com/reactstrap/reactstrap/commit/04d571dcaa630ccbc8b8363ad06dad436f11780e))
* properly pass in `isOpen` in modal test ([#2745](https://github.com/reactstrap/reactstrap/issues/2745)) ([8cb0515](https://github.com/reactstrap/reactstrap/commit/8cb051522ddfad48c08651604744caea25b5e68e))

## [9.1.9](https://github.com/reactstrap/reactstrap/compare/v9.1.8...v9.1.9) (2023-04-11)


Expand Down
4 changes: 2 additions & 2 deletions babel.esm.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: './babel.build.config.cjs',
extends: './babel.config.cjs',
presets: [
// Dont transform modules for the esm build
['@babel/preset-env', { modules: false }],
],
};
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactstrap",
"version": "9.1.9",
"version": "9.1.10",
"description": "React Bootstrap components",
"source": "src/index.js",
"main": "lib/index.js",
Expand Down

0 comments on commit 7a7f2b4

Please sign in to comment.