Skip to content

Commit 7ce000b

Browse files
chore(release): 2.0.0 [skip ci]
# [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
1 parent 86b66d9 commit 7ce000b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/cinnyapp/folds/compare/v1.7.0...v2.0.0) (2024-04-14)
2+
3+
### Bug Fixes
4+
5+
- 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))
6+
7+
### Features
8+
9+
- open popout with anchor coordinates ([#40](https://github.com/cinnyapp/folds/issues/40)) ([86b66d9](https://github.com/cinnyapp/folds/commit/86b66d96d7a7632c1efddd56d8070ce667311eed))
10+
11+
### BREAKING CHANGES
12+
13+
- popout children forward ref and open prop is now removed with anchor prop
14+
115
# [1.7.0](https://github.com/cinnyapp/folds/compare/v1.6.0...v1.7.0) (2024-04-08)
216

317
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "folds",
3-
"version": "1.7.0",
3+
"version": "2.0.0",
44
"author": "Ajay Bura (ajbura)",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)