diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b3d2c..f47bb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0](https://github.com/cinnyapp/folds/compare/v1.7.0...v2.0.0) (2024-04-14) + +### Bug Fixes + +- types and api of tooltip provide and popout component ([#36](https://github.com/cinnyapp/folds/issues/36)) ([637f9be](https://github.com/cinnyapp/folds/commit/637f9beefa9529b2fb8a279a35806436b99050dc)) + +### Features + +- open popout with anchor coordinates ([#40](https://github.com/cinnyapp/folds/issues/40)) ([86b66d9](https://github.com/cinnyapp/folds/commit/86b66d96d7a7632c1efddd56d8070ce667311eed)) + +### BREAKING CHANGES + +- popout children forward ref and open prop is now removed with anchor prop + # [1.7.0](https://github.com/cinnyapp/folds/compare/v1.6.0...v1.7.0) (2024-04-08) ### Features diff --git a/package-lock.json b/package-lock.json index ef2eea7..a344ba3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.7.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.7.0", + "version": "2.0.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 5cf75a8..b724161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.7.0", + "version": "2.0.0", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",