Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcruzazevedo committed Apr 12, 2023
1 parent 6ef0377 commit ae9d148
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [v1.0.0](https://github.com/untile/react-core/releases/tag/v1.0.0) (2023-04-12)
- Fix NPM publish action wrong registry [\#24](https://github.com/untile/react-core/pull/24) ([flaviocastro](https://github.com/flaviocastro))
- Update Untile dependencies to latest releases [\#23](https://github.com/untile/react-core/pull/23) ([flaviocastro](https://github.com/flaviocastro))
- Add vitest for full test suite instead of jest [\#21](https://github.com/untile/react-core/pull/21) ([rafaelcruzazevedo](https://github.com/rafaelcruzazevedo))
- Add useBreakpoint hook [\#5](https://github.com/untile/react-core/pull/5) ([andrewmoreno](https://github.com/andrewmoreno))
- Update bootstrap [\#20](https://github.com/untile/react-core/pull/20) ([rafaelcruzazevedo](https://github.com/rafaelcruzazevedo))
- Add `use-toggle` hook [\#12](https://github.com/untile/react-core/pull/12) ([luisdralves](https://github.com/luisdralves))
- Add `use-stepper` hook [\#11](https://github.com/untile/react-core/pull/11) ([luisdralves](https://github.com/luisdralves))
- Add `use-previous` hook [\#9](https://github.com/untile/react-core/pull/9) ([luisdralves](https://github.com/luisdralves))
- Add useEventListener hook [\#4](https://github.com/untile/react-core/pull/4) ([andrewmoreno](https://github.com/andrewmoreno))
- Update eslint config for styles and utils packages [\#3](https://github.com/untile/react-core/pull/3) ([andrewmoreno](https://github.com/andrewmoreno))
- Update release action to support hierarchical tags [\#2](https://github.com/untile/react-core/pull/2) ([rafaelcruzazevedo](https://github.com/rafaelcruzazevedo))
- Add initial implementation [\#1](https://github.com/untile/react-core/pull/1) ([rafaelcruzazevedo](https://github.com/rafaelcruzazevedo))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untile/react-core",
"version": "0.0.0",
"version": "1.0.0",
"description": "Components, hooks and utils to be used in react project.",
"homepage": "https://github.com/untile/react-core#readme",
"bugs": {
Expand Down

0 comments on commit ae9d148

Please sign in to comment.