Skip to content

Commit f54d44b

Browse files
chore(release): updated release notes and package versions [ci skip]
- @contentful/contentful-slatejs-adapter@15.18.11 - @contentful/rich-text-from-markdown@15.18.10 - @contentful/rich-text-html-renderer@16.6.10 - @contentful/rich-text-links@16.7.10 - @contentful/rich-text-plain-text-renderer@16.2.10 - @contentful/rich-text-react-renderer@15.22.11 - @contentful/rich-text-types@16.8.5
1 parent 757d852 commit f54d44b

File tree

14 files changed

+41
-13
lines changed

14 files changed

+41
-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+
## [15.18.11](https://github.com/contentful/rich-text/compare/@contentful/contentful-slatejs-adapter@15.18.10...@contentful/contentful-slatejs-adapter@15.18.11) (2024-09-09)
7+
8+
**Note:** Version bump only for package @contentful/contentful-slatejs-adapter
9+
610
## [15.18.10](https://github.com/contentful/rich-text/compare/@contentful/contentful-slatejs-adapter@15.18.9...@contentful/contentful-slatejs-adapter@15.18.10) (2024-08-26)
711

812
**Note:** Version bump only for package @contentful/contentful-slatejs-adapter

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": "15.18.10",
3+
"version": "15.18.11",
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": "^16.8.4"
30+
"@contentful/rich-text-types": "^16.8.5"
3131
},
3232
"devDependencies": {
3333
"@faker-js/faker": "^9.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+
## [15.18.10](https://github.com/contentful/rich-text/compare/@contentful/rich-text-from-markdown@15.18.9...@contentful/rich-text-from-markdown@15.18.10) (2024-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-from-markdown
9+
610
## [15.18.9](https://github.com/contentful/rich-text/compare/@contentful/rich-text-from-markdown@15.18.8...@contentful/rich-text-from-markdown@15.18.9) (2024-08-26)
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": "15.18.9",
3+
"version": "15.18.10",
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": "^16.8.4",
37+
"@contentful/rich-text-types": "^16.8.5",
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+
## [16.6.10](https://github.com/contentful/rich-text/compare/@contentful/rich-text-html-renderer@16.6.9...@contentful/rich-text-html-renderer@16.6.10) (2024-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-html-renderer
9+
610
## [16.6.9](https://github.com/contentful/rich-text/compare/@contentful/rich-text-html-renderer@16.6.8...@contentful/rich-text-html-renderer@16.6.9) (2024-08-26)
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": "16.6.9",
3+
"version": "16.6.10",
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": "^16.8.4",
28+
"@contentful/rich-text-types": "^16.8.5",
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+
## [16.7.10](https://github.com/contentful/rich-text/compare/@contentful/rich-text-links@16.7.9...@contentful/rich-text-links@16.7.10) (2024-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-links
9+
610
## [16.7.9](https://github.com/contentful/rich-text/compare/@contentful/rich-text-links@16.7.8...@contentful/rich-text-links@16.7.9) (2024-08-26)
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": "16.7.9",
3+
"version": "16.7.10",
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": "^16.8.4"
28+
"@contentful/rich-text-types": "^16.8.5"
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+
## [16.2.10](https://github.com/contentful/rich-text/compare/@contentful/rich-text-plain-text-renderer@16.2.9...@contentful/rich-text-plain-text-renderer@16.2.10) (2024-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-plain-text-renderer
9+
610
## [16.2.9](https://github.com/contentful/rich-text/compare/@contentful/rich-text-plain-text-renderer@16.2.8...@contentful/rich-text-plain-text-renderer@16.2.9) (2024-08-26)
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": "16.2.9",
3+
"version": "16.2.10",
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": "^16.8.4"
28+
"@contentful/rich-text-types": "^16.8.5"
2929
},
3030
"devDependencies": {
3131
"ts-jest": "^29.1.2"

packages/rich-text-react-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+
## [15.22.11](https://github.com/contentful/rich-text/compare/@contentful/rich-text-react-renderer@15.22.10...@contentful/rich-text-react-renderer@15.22.11) (2024-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-react-renderer
9+
610
## [15.22.10](https://github.com/contentful/rich-text/compare/@contentful/rich-text-react-renderer@15.22.9...@contentful/rich-text-react-renderer@15.22.10) (2024-08-26)
711

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

packages/rich-text-react-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-react-renderer",
3-
"version": "15.22.10",
3+
"version": "15.22.11",
44
"main": "dist/rich-text-react-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": "^16.8.4"
28+
"@contentful/rich-text-types": "^16.8.5"
2929
},
3030
"peerDependencies": {
3131
"react": "^16.8.6 || ^17.0.0 || ^18.0.0",

packages/rich-text-types/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.8.5](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.8.4...@contentful/rich-text-types@16.8.5) (2024-09-09)
7+
8+
**Note:** Version bump only for package @contentful/rich-text-types
9+
610
## [16.8.4](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.8.3...@contentful/rich-text-types@16.8.4) (2024-08-26)
711

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

packages/rich-text-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-types",
3-
"version": "16.8.4",
3+
"version": "16.8.5",
44
"main": "dist/index.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)