Skip to content

Commit

Permalink
chore(release): 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0](v1.20.1...v1.21.0) (2023-07-24)

### Bug Fixes

* README missing links and failed reference fixed. Minimal changes on package metadata ([6a8c55d](6a8c55d))
* Updating dependencies version ([0bde53c](0bde53c))
* Updating Storybook. parseTestId arguments renamed. RadioButton code and stories improved ([c30ccc9](c30ccc9))

### Features

* Create component "RadioButton" ([#142](#142)) ([#42](#42)) ([680af4c](680af4c))
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent 680af4c commit abe0635
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 @@
# [1.21.0](https://github.com/NicolasOmar/reactive-bulma/compare/v1.20.1...v1.21.0) (2023-07-24)


### Bug Fixes

* README missing links and failed reference fixed. Minimal changes on package metadata ([6a8c55d](https://github.com/NicolasOmar/reactive-bulma/commit/6a8c55d3d195351fbfc96addb5e175a8fb97c27f))
* Updating dependencies version ([0bde53c](https://github.com/NicolasOmar/reactive-bulma/commit/0bde53c65592414ed2236d3cd72f344dc3d5caec))
* Updating Storybook. parseTestId arguments renamed. RadioButton code and stories improved ([c30ccc9](https://github.com/NicolasOmar/reactive-bulma/commit/c30ccc941c85eb88c5c0b5123afa67d91bafcf2b))


### Features

* Create component "RadioButton" ([#142](https://github.com/NicolasOmar/reactive-bulma/issues/142)) ([#42](https://github.com/NicolasOmar/reactive-bulma/issues/42)) ([680af4c](https://github.com/NicolasOmar/reactive-bulma/commit/680af4c911a3e2e7bc7b22aaaa689544765ead42))

## [1.20.1](https://github.com/NicolasOmar/reactive-bulma/compare/v1.20.0...v1.20.1) (2023-07-21)


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": "reactive-bulma",
"version": "1.20.1",
"version": "1.21.0",
"description": "A component library based on React, Bulma, Typescript and Rollup",
"keywords": [
"typescript",
Expand Down

0 comments on commit abe0635

Please sign in to comment.