Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.2.0...v4.0.0) (2024-1-31)

### Bug Fixes

* Updating depdencies version. Updating README and related files for post-v4.0.0 commits ([71032b1](71032b1))

### Features

* Create component "Table" ([#257](#257)) ([#80](#80)) ([6517dac](6517dac))

### BREAKING CHANGES

* None, All v4 related components added, but no more compexity added.

### Changes made
Explain what you made to present the following solution on this pull
request.
  • Loading branch information
semantic-release-bot committed Jan 31, 2024
1 parent 6517dac commit fdb8803
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [4.0.0](https://github.com/NicolasOmar/reactive-bulma/compare/v3.2.0...v4.0.0) (2024-1-31)


### Bug Fixes

* Updating depdencies version. Updating README and related files for post-v4.0.0 commits ([71032b1](https://github.com/NicolasOmar/reactive-bulma/commit/71032b10709761bb8869caf42c297ac6ce7d4813))


### Features

* Create component "Table" ([#257](https://github.com/NicolasOmar/reactive-bulma/issues/257)) ([#80](https://github.com/NicolasOmar/reactive-bulma/issues/80)) ([6517dac](https://github.com/NicolasOmar/reactive-bulma/commit/6517dac93a27fd20b57df22eb6724bde6c3dd309))


### BREAKING CHANGES

* None, All v4 related components added, but no more compexity added.

### Changes made
Explain what you made to present the following solution on this pull
request.

# [3.2.0](https://github.com/NicolasOmar/reactive-bulma/compare/v3.1.0...v3.2.0) (2024-1-30)


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

0 comments on commit fdb8803

Please sign in to comment.