Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Dec 5, 2024
1 parent 9e54920 commit 0babeb6
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -47,4 +47,4 @@
}
},
"packageManager": "[email protected]"
}
}
6 changes: 6 additions & 0 deletions packages/volto-countup-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/volto-countup-block/news/5.feature

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto-countup-block/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0babeb6

Please sign in to comment.