Skip to content

Commit 9abb879

Browse files
committed
Release 1.2.0
1 parent 93c99e9 commit 9abb879

6 files changed

Lines changed: 23 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 1.2.0 (2025-12-08)
12+
13+
### Feature
14+
15+
- Add Spanish translation #8 @macagua [#8](https://github.com/kitconcept/volto-introduction-block/issue/8)
16+
17+
### Bugfix
18+
19+
- Fix error on pressing enter button @iRohitSingh
20+
1121
## 1.1.0 (2025-07-23)
1222

1323
### Feature

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-introduction-block-dev",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A standalone (detached slate) block that provides a text block meant to be used as introduction to a content page.",
55
"author": "kitconcept, GmbH",
66
"homepage": "https://github.com/kitconcept/volto-introduction-block",
@@ -57,4 +57,4 @@
5757
]
5858
},
5959
"packageManager": "pnpm@10.20.0"
60-
}
60+
}

packages/volto-introduction-block/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 1.2.0 (2025-12-08)
12+
13+
### Feature
14+
15+
- Add Spanish translation #8 @macagua [#8](https://github.com/kitconcept/volto-introduction-block/issue/8)
16+
17+
### Bugfix
18+
19+
- Fix error on pressing enter button @iRohitSingh
20+
1121
## 1.1.0 (2025-07-23)
1222

1323
### Feature

packages/volto-introduction-block/news/+pressingenter.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-introduction-block/news/8.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-introduction-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-introduction-block",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A standalone (detached slate) block that provides a text block meant to be used as introduction to a content page.",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)