Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.0...v2.0.0) (2024-04-14)

### Bug Fixes

* types and api of tooltip provide and popout component ([#36](#36)) ([637f9be](637f9be))

### Features

* open popout with anchor coordinates  ([#40](#40)) ([86b66d9](86b66d9))

### BREAKING CHANGES

* popout children forward ref and open prop is now removed with anchor prop
  • Loading branch information
semantic-release-bot committed Apr 14, 2024
1 parent 86b66d9 commit 7ce000b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7ce000b

Please sign in to comment.