Skip to content

Commit 9c1b97d

Browse files
chore(release): updated release notes and package versions [ci skip]
- @contentful/contentful-slatejs-adapter@16.1.1 - @contentful/rich-text-from-markdown@16.1.4 - @contentful/rich-text-html-renderer@17.1.2 - @contentful/rich-text-links@17.0.4 - @contentful/rich-text-plain-text-renderer@17.1.2 - @contentful/rich-text-react-renderer@16.1.2 - @contentful/rich-text-types@17.2.1
1 parent 22245f0 commit 9c1b97d

File tree

14 files changed

+45
-13
lines changed

14 files changed

+45
-13
lines changed

packages/contentful-slatejs-adapter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.1.1](https://github.com/contentful/rich-text/compare/@contentful/contentful-slatejs-adapter@16.1.0...@contentful/contentful-slatejs-adapter@16.1.1) (2025-09-09)
7+
8+
**Note:** Version bump only for package @contentful/contentful-slatejs-adapter
9+
610
# [16.1.0](https://github.com/contentful/rich-text/compare/@contentful/contentful-slatejs-adapter@16.0.4...@contentful/contentful-slatejs-adapter@16.1.0) (2025-09-04)
711

812
### Features

packages/contentful-slatejs-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/contentful-slatejs-adapter",
3-
"version": "16.1.0",
3+
"version": "16.1.1",
44
"description": "",
55
"keywords": [],
66
"main": "dist/contentful-slatejs-adapter.es5.js",
@@ -27,7 +27,7 @@
2727
"report-coverage": "cat ./coverage/lcov.info | coveralls"
2828
},
2929
"dependencies": {
30-
"@contentful/rich-text-types": "^17.2.0"
30+
"@contentful/rich-text-types": "^17.2.1"
3131
},
3232
"devDependencies": {
3333
"@faker-js/faker": "^10.0.0",

packages/rich-text-from-markdown/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.1.4](https://github.com/contentful/rich-text/compare/@contentful/rich-text-from-markdown@16.1.3...@contentful/rich-text-from-markdown@16.1.4) (2025-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-from-markdown
9+
610
## [16.1.3](https://github.com/contentful/rich-text/compare/@contentful/rich-text-from-markdown@16.1.2...@contentful/rich-text-from-markdown@16.1.3) (2025-09-04)
711

812
**Note:** Version bump only for package @contentful/rich-text-from-markdown

packages/rich-text-from-markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-from-markdown",
3-
"version": "16.1.3",
3+
"version": "16.1.4",
44
"description": "convert markdown to rich text",
55
"keywords": [
66
"rich-text",
@@ -34,7 +34,7 @@
3434
"test": "jest"
3535
},
3636
"dependencies": {
37-
"@contentful/rich-text-types": "^17.2.0",
37+
"@contentful/rich-text-types": "^17.2.1",
3838
"lodash": "^4.17.11",
3939
"remark-gfm": "^1.0.0",
4040
"remark-parse": "^9.0.0",

packages/rich-text-html-renderer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [17.1.2](https://github.com/contentful/rich-text/compare/@contentful/rich-text-html-renderer@17.1.1...@contentful/rich-text-html-renderer@17.1.2) (2025-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-html-renderer
9+
610
## [17.1.1](https://github.com/contentful/rich-text/compare/@contentful/rich-text-html-renderer@17.1.0...@contentful/rich-text-html-renderer@17.1.1) (2025-09-04)
711

812
**Note:** Version bump only for package @contentful/rich-text-html-renderer

packages/rich-text-html-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-html-renderer",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"main": "dist/rich-text-html-renderer.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [
@@ -25,7 +25,7 @@
2525
"test": "jest"
2626
},
2727
"dependencies": {
28-
"@contentful/rich-text-types": "^17.2.0",
28+
"@contentful/rich-text-types": "^17.2.1",
2929
"escape-html": "^1.0.3"
3030
},
3131
"devDependencies": {

packages/rich-text-links/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [17.0.4](https://github.com/contentful/rich-text/compare/@contentful/rich-text-links@17.0.3...@contentful/rich-text-links@17.0.4) (2025-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-links
9+
610
## [17.0.3](https://github.com/contentful/rich-text/compare/@contentful/rich-text-links@17.0.2...@contentful/rich-text-links@17.0.3) (2025-09-04)
711

812
**Note:** Version bump only for package @contentful/rich-text-links

packages/rich-text-links/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-links",
3-
"version": "17.0.3",
3+
"version": "17.0.4",
44
"main": "dist/rich-text-links.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [
@@ -25,7 +25,7 @@
2525
"test": "jest"
2626
},
2727
"dependencies": {
28-
"@contentful/rich-text-types": "^17.2.0"
28+
"@contentful/rich-text-types": "^17.2.1"
2929
},
3030
"devDependencies": {
3131
"ts-jest": "^29.1.2"

packages/rich-text-plain-text-renderer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [17.1.2](https://github.com/contentful/rich-text/compare/@contentful/rich-text-plain-text-renderer@17.1.1...@contentful/rich-text-plain-text-renderer@17.1.2) (2025-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-plain-text-renderer
9+
610
## [17.1.1](https://github.com/contentful/rich-text/compare/@contentful/rich-text-plain-text-renderer@17.1.0...@contentful/rich-text-plain-text-renderer@17.1.1) (2025-09-04)
711

812
**Note:** Version bump only for package @contentful/rich-text-plain-text-renderer

packages/rich-text-plain-text-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-plain-text-renderer",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"main": "dist/rich-text-plain-text-renderer.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [
@@ -25,7 +25,7 @@
2525
"test": "jest"
2626
},
2727
"dependencies": {
28-
"@contentful/rich-text-types": "^17.2.0"
28+
"@contentful/rich-text-types": "^17.2.1"
2929
},
3030
"devDependencies": {
3131
"ts-jest": "^29.1.2"

0 commit comments

Comments
 (0)