Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.2...v2.0.0) (2024-04-21)

### Features

* **bundle:** added dep to replace internal helpers and hooks ([e0fec1d](e0fec1d))
* **SkipLink:** added styles as scss modules ([720d8ed](720d8ed))

### BREAKING CHANGES

* **bundle:** Removed internal hooks (useAutoId, useMergedRefs, usePrevious and useSafeLayoutEffect) as exported modules
* **bundle:** Removed internal hooks (callIfExists, cloneValidElement, emptyFunction, inRange, isBoolean, isBrowser, isFunction, isNil, isNumber, isString, keycodes, classNames, makeId) as exported modules
* **bundle:** Removed "react/jsx-runtime" as a bundled dependency
  • Loading branch information
semantic-release-bot committed Apr 21, 2024
1 parent 720d8ed commit 1914df8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/feedzai/react-a11y-tools/compare/v1.5.2...v2.0.0) (2024-04-21)


### Features

* **bundle:** added dep to replace internal helpers and hooks ([e0fec1d](https://github.com/feedzai/react-a11y-tools/commit/e0fec1ddd6094a187ac70e3f02f1992e0f20c0bd))
* **SkipLink:** added styles as scss modules ([720d8ed](https://github.com/feedzai/react-a11y-tools/commit/720d8ed56eca067662b096762accd11f39dcf535))


### BREAKING CHANGES

* **bundle:** Removed internal hooks (useAutoId, useMergedRefs, usePrevious and useSafeLayoutEffect) as exported modules
* **bundle:** Removed internal hooks (callIfExists, cloneValidElement, emptyFunction, inRange, isBoolean, isBrowser, isFunction, isNil, isNumber, isString, keycodes, classNames, makeId) as exported modules
* **bundle:** Removed "react/jsx-runtime" as a bundled dependency

## [1.5.2](https://github.com/feedzai/react-a11y-tools/compare/v1.5.1...v1.5.2) (2024-03-15)


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,7 +1,7 @@
{
"name": "@feedzai/react-a11y-tools",
"author": "Feedzai",
"version": "1.5.2",
"version": "2.0.0",
"license": "MIT",
"main": "./dist/index.umd.cjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1914df8

Please sign in to comment.