Skip to content

Commit

Permalink
chore(release): updated release notes and package versions [ci skip]
Browse files Browse the repository at this point in the history
 - @contentful/contentful-slatejs-adapter@16.0.0
 - @contentful/rich-text-from-markdown@16.0.0
 - @contentful/rich-text-html-renderer@17.0.0
 - @contentful/rich-text-links@17.0.0
 - @contentful/rich-text-plain-text-renderer@17.0.0
 - @contentful/rich-text-react-renderer@16.0.0
 - @contentful/rich-text-types@17.0.0
  • Loading branch information
contentful-automation[bot] committed Oct 29, 2024
1 parent 30893a6 commit 10b4fba
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 13 deletions.
10 changes: 10 additions & 0 deletions packages/contentful-slatejs-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0](https://github.com/contentful/rich-text/compare/@contentful/contentful-slatejs-adapter@15.18.11...@contentful/contentful-slatejs-adapter@16.0.0) (2024-10-29)

### Features

- bring rich text validator [TOL-2426] ([#694](https://github.com/contentful/rich-text/issues/694)) ([30893a6](https://github.com/contentful/rich-text/commit/30893a68b171167502135b48258ba4b93c8375c7))

### BREAKING CHANGES

- removed getSchemaWithNodeType in favor of validateRichTextDocument

## [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)

**Note:** Version bump only for package @contentful/contentful-slatejs-adapter
Expand Down
4 changes: 2 additions & 2 deletions packages/contentful-slatejs-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/contentful-slatejs-adapter",
"version": "15.18.11",
"version": "16.0.0",
"description": "",
"keywords": [],
"main": "dist/contentful-slatejs-adapter.es5.js",
Expand All @@ -27,7 +27,7 @@
"report-coverage": "cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@contentful/rich-text-types": "^16.8.5"
"@contentful/rich-text-types": "^17.0.0"
},
"devDependencies": {
"@faker-js/faker": "^9.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/rich-text-from-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-from-markdown@15.18.10...@contentful/rich-text-from-markdown@16.0.0) (2024-10-29)

### Features

- bring rich text validator [TOL-2426] ([#694](https://github.com/contentful/rich-text/issues/694)) ([30893a6](https://github.com/contentful/rich-text/commit/30893a68b171167502135b48258ba4b93c8375c7))

### BREAKING CHANGES

- removed getSchemaWithNodeType in favor of validateRichTextDocument

## [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)

**Note:** Version bump only for package @contentful/rich-text-from-markdown
Expand Down
4 changes: 2 additions & 2 deletions packages/rich-text-from-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/rich-text-from-markdown",
"version": "15.18.10",
"version": "16.0.0",
"description": "convert markdown to rich text",
"keywords": [
"rich-text",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-types": "^16.8.5",
"@contentful/rich-text-types": "^17.0.0",
"lodash": "^4.17.11",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/rich-text-html-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [17.0.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-html-renderer@16.6.10...@contentful/rich-text-html-renderer@17.0.0) (2024-10-29)

### Features

- bring rich text validator [TOL-2426] ([#694](https://github.com/contentful/rich-text/issues/694)) ([30893a6](https://github.com/contentful/rich-text/commit/30893a68b171167502135b48258ba4b93c8375c7))

### BREAKING CHANGES

- removed getSchemaWithNodeType in favor of validateRichTextDocument

## [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)

**Note:** Version bump only for package @contentful/rich-text-html-renderer
Expand Down
4 changes: 2 additions & 2 deletions packages/rich-text-html-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/rich-text-html-renderer",
"version": "16.6.10",
"version": "17.0.0",
"main": "dist/rich-text-html-renderer.es5.js",
"typings": "dist/types/index.d.ts",
"files": [
Expand All @@ -25,7 +25,7 @@
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-types": "^16.8.5",
"@contentful/rich-text-types": "^17.0.0",
"escape-html": "^1.0.3"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/rich-text-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [17.0.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-links@16.7.10...@contentful/rich-text-links@17.0.0) (2024-10-29)

### Features

- bring rich text validator [TOL-2426] ([#694](https://github.com/contentful/rich-text/issues/694)) ([30893a6](https://github.com/contentful/rich-text/commit/30893a68b171167502135b48258ba4b93c8375c7))

### BREAKING CHANGES

- removed getSchemaWithNodeType in favor of validateRichTextDocument

## [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)

**Note:** Version bump only for package @contentful/rich-text-links
Expand Down
4 changes: 2 additions & 2 deletions packages/rich-text-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/rich-text-links",
"version": "16.7.10",
"version": "17.0.0",
"main": "dist/rich-text-links.es5.js",
"typings": "dist/types/index.d.ts",
"files": [
Expand All @@ -25,7 +25,7 @@
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-types": "^16.8.5"
"@contentful/rich-text-types": "^17.0.0"
},
"devDependencies": {
"ts-jest": "^29.1.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/rich-text-plain-text-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [17.0.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-plain-text-renderer@16.2.10...@contentful/rich-text-plain-text-renderer@17.0.0) (2024-10-29)

### Features

- bring rich text validator [TOL-2426] ([#694](https://github.com/contentful/rich-text/issues/694)) ([30893a6](https://github.com/contentful/rich-text/commit/30893a68b171167502135b48258ba4b93c8375c7))

### BREAKING CHANGES

- removed getSchemaWithNodeType in favor of validateRichTextDocument

## [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)

**Note:** Version bump only for package @contentful/rich-text-plain-text-renderer
Expand Down
4 changes: 2 additions & 2 deletions packages/rich-text-plain-text-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/rich-text-plain-text-renderer",
"version": "16.2.10",
"version": "17.0.0",
"main": "dist/rich-text-plain-text-renderer.es5.js",
"typings": "dist/types/index.d.ts",
"files": [
Expand All @@ -25,7 +25,7 @@
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-types": "^16.8.5"
"@contentful/rich-text-types": "^17.0.0"
},
"devDependencies": {
"ts-jest": "^29.1.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/rich-text-react-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-react-renderer@15.22.11...@contentful/rich-text-react-renderer@16.0.0) (2024-10-29)

### Features

- bring rich text validator [TOL-2426] ([#694](https://github.com/contentful/rich-text/issues/694)) ([30893a6](https://github.com/contentful/rich-text/commit/30893a68b171167502135b48258ba4b93c8375c7))

### BREAKING CHANGES

- removed getSchemaWithNodeType in favor of validateRichTextDocument

## [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)

**Note:** Version bump only for package @contentful/rich-text-react-renderer
Expand Down
4 changes: 2 additions & 2 deletions packages/rich-text-react-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/rich-text-react-renderer",
"version": "15.22.11",
"version": "16.0.0",
"main": "dist/rich-text-react-renderer.es5.js",
"typings": "dist/types/index.d.ts",
"files": [
Expand All @@ -25,7 +25,7 @@
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-types": "^16.8.5"
"@contentful/rich-text-types": "^17.0.0"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.0 || ^18.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/rich-text-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [17.0.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.8.5...@contentful/rich-text-types@17.0.0) (2024-10-29)

### Features

- bring rich text validator [TOL-2426] ([#694](https://github.com/contentful/rich-text/issues/694)) ([30893a6](https://github.com/contentful/rich-text/commit/30893a68b171167502135b48258ba4b93c8375c7))

### BREAKING CHANGES

- removed getSchemaWithNodeType in favor of validateRichTextDocument

## [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)

**Note:** Version bump only for package @contentful/rich-text-types
Expand Down
2 changes: 1 addition & 1 deletion packages/rich-text-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/rich-text-types",
"version": "16.8.5",
"version": "17.0.0",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
"files": [
Expand Down

0 comments on commit 10b4fba

Please sign in to comment.