Skip to content

Commit 927ccd3

Browse files
committed
chore: release v2.2.0
1 parent 2bd58b8 commit 927ccd3

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/plonegovbr/volto-code-block/compare/2.1.0...2.2.0) (2024-02-25)
4+
5+
6+
### Features
7+
8+
* Add Gist Block and Caption component ([#18](https://github.com/plonegovbr/volto-code-block/issues/18)) ([2bd58b8](https://github.com/plonegovbr/volto-code-block/commit/2bd58b8d1d11561efc65873ba4f6de8f071d5499))
9+
* Add plain to default languages to be able to use it like a pre-block ([#12](https://github.com/plonegovbr/volto-code-block/issues/12)) ([9899762](https://github.com/plonegovbr/volto-code-block/commit/98997628d07c332cf2ce8075b79bf7faa8b8286b))
10+
11+
12+
### Bug Fixes
13+
14+
* Fix extensibility while adding new languages syntaxes [@sneridagh](https://github.com/sneridagh) ([#10](https://github.com/plonegovbr/volto-code-block/issues/10)) ([e683b15](https://github.com/plonegovbr/volto-code-block/commit/e683b15edfe72d6bf575e45ed4283f2df2d43952))
15+
* Fix Storybook generation ([f6aed35](https://github.com/plonegovbr/volto-code-block/commit/f6aed35653ea8a23a1a5233004be9837cb82369e))
16+
* Load Mermaid only when the Mermaid Block is visible ([#13](https://github.com/plonegovbr/volto-code-block/issues/13)) ([#16](https://github.com/plonegovbr/volto-code-block/issues/16)) ([68d4505](https://github.com/plonegovbr/volto-code-block/commit/68d450589ea7e651f9688e21792600cd12e95fa2))
17+
318
## [2.1.0](https://github.com/plonegovbr/volto-code-block/compare/2.0.0...2.1.0) (2023-05-22)
419

520

@@ -34,4 +49,4 @@
3449
### Features
3550

3651
- Add Brazilian Portuguese translation. ([8932d31](https://github.com/plonegovbr/volto-code-block/commit/8932d317a44dd0d5ee3c957e42a84655fe7c0dbb))
37-
- Add Storybook support. ([65b9a73](https://github.com/plonegovbr/volto-code-block/commit/65b9a73f1d9e5ae09ff098d39af1a8794dcc79e9))
52+
- Add Storybook support. ([65b9a73](https://github.com/plonegovbr/volto-code-block/commit/65b9a73f1d9e5ae09ff098d39af1a8794dcc79e9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plonegovbr/volto-code-block",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Volto add-on providing a code block with syntax highlighting.",
55
"author": "PloneGov-BR",
66
"homepage": "https://github.com/plonegovbr/volto-code-block",

0 commit comments

Comments
 (0)