diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da75301..e0d43c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.1](https://github.com/zakodium-oss/react-science/compare/v0.26.0...v0.26.1) (2023-08-16) + + +### Bug Fixes + +* avoid ts error on build ([#538](https://github.com/zakodium-oss/react-science/issues/538)) ([b4b2222](https://github.com/zakodium-oss/react-science/commit/b4b22221f2e95e8be6ad6868329474944400f06f)) + ## [0.26.0](https://github.com/zakodium-oss/react-science/compare/v0.25.0...v0.26.0) (2023-08-15) diff --git a/package-lock.json b/package-lock.json index 7525213a..b9a5682f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-science", - "version": "0.26.0", + "version": "0.26.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-science", - "version": "0.26.0", + "version": "0.26.1", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index 1e0a59f0..e3a4c1ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.26.0", + "version": "0.26.1", "description": "React components to build scientific applications UI", "exports": { "./app": {