From fdb8803bd5f6f93ae98dc5aac62ea219e2ae4e77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jan 2024 20:36:02 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [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. --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d65988a..2e705ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index fbd89c9..46c847d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reactive-bulma", - "version": "3.2.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "reactive-bulma", - "version": "3.2.0", + "version": "4.0.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.9", diff --git a/package.json b/package.json index 971583c..0b3c29c 100644 --- a/package.json +++ b/package.json @@ -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",