From 0babeb6990937e72c317ec09c32dc05ccf5f4616 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Thu, 5 Dec 2024 20:18:32 +0100 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 32 +++++++++++++++++++++ package.json | 4 +-- packages/volto-countup-block/CHANGELOG.md | 6 ++++ packages/volto-countup-block/news/5.feature | 1 - packages/volto-countup-block/package.json | 2 +- 5 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 packages/volto-countup-block/news/5.feature diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0648423 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +## 2.0.0 (2024-12-05) + +### Feature + +- Update to Volto 18 standards @erral [#5](https://github.com/codesyntax/volto-countup-block/issue/5) + +## 1.2.0 (2024-03-20) + +### Feature + +- Add support of block and class extensions @ionlizarazu [#2](https://github.com/codesyntax/voltocountup-block/pull/2) +- add styling schema @ionlizarazu [#3](https://github.com/codesyntax/voltocountup-block/pull/3) + +## 1.1.0 (2024-03-13) + +### Feature + +- Modify schema to simplify block edition @ionlizarazu [#1](https://github.com/codesyntax/voltocountup-block/pull/1) + +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 1.0.0 + +- initial commit [`42e0835`](https://github.com/codesyntax/volto-countup-block/commit/42e08358d2938bff0315e8cf4dc67168f72b7437) +- implementation [`d71649e`](https://github.com/codesyntax/volto-countup-block/commit/d71649ebabfb57d0136b90cc6109d42015c93b69) +- add translations [`606b7c5`](https://github.com/codesyntax/volto-countup-block/commit/606b7c5eb437001912f34ee15f4a16a94cf75503) +- readme [`d0ea9a9`](https://github.com/codesyntax/volto-countup-block/commit/d0ea9a91f4ff0092863e0eb8b3322f96b0f326dc) +- Create LICENSE [`b4a27c5`](https://github.com/codesyntax/volto-countup-block/commit/b4a27c5ccdcebbae6c565b58f68c6e94f8e6407e) diff --git a/package.json b/package.json index 3a3e29f..8dc0c3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codesyntax/volto-countup-block-dev", - "version": "2.0.0-alpha.0", + "version": "2.0.0", "description": "volto-countup-block: Volto add-on", "author": "Mikel Larreategi", "homepage": "https://github.com/codesyntax/volto-countup-block", @@ -47,4 +47,4 @@ } }, "packageManager": "pnpm@9.1.1" -} +} \ No newline at end of file diff --git a/packages/volto-countup-block/CHANGELOG.md b/packages/volto-countup-block/CHANGELOG.md index c241ce7..0648423 100644 --- a/packages/volto-countup-block/CHANGELOG.md +++ b/packages/volto-countup-block/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (2024-12-05) + +### Feature + +- Update to Volto 18 standards @erral [#5](https://github.com/codesyntax/volto-countup-block/issue/5) + ## 1.2.0 (2024-03-20) ### Feature diff --git a/packages/volto-countup-block/news/5.feature b/packages/volto-countup-block/news/5.feature deleted file mode 100644 index 0ae3ade..0000000 --- a/packages/volto-countup-block/news/5.feature +++ /dev/null @@ -1 +0,0 @@ -Update to Volto 18 standards @erral diff --git a/packages/volto-countup-block/package.json b/packages/volto-countup-block/package.json index 4d4b923..8bd3c1f 100644 --- a/packages/volto-countup-block/package.json +++ b/packages/volto-countup-block/package.json @@ -1,6 +1,6 @@ { "name": "@codesyntax/volto-countup-block", - "version": "2.0.0-alpha.0", + "version": "2.0.0", "description": "volto-countup-block: Volto add-on", "main": "src/index.js", "license": "MIT",