diff --git a/packages/contentful-slatejs-adapter/CHANGELOG.md b/packages/contentful-slatejs-adapter/CHANGELOG.md index a1138be3..b04b2921 100644 --- a/packages/contentful-slatejs-adapter/CHANGELOG.md +++ b/packages/contentful-slatejs-adapter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [15.17.1](https://github.com/contentful/rich-text/compare/@contentful/contentful-slatejs-adapter@15.17.0...@contentful/contentful-slatejs-adapter@15.17.1) (2024-05-24) + +**Note:** Version bump only for package @contentful/contentful-slatejs-adapter + # [15.17.0](https://github.com/contentful/rich-text/compare/@contentful/contentful-slatejs-adapter@15.16.14...@contentful/contentful-slatejs-adapter@15.17.0) (2024-05-22) ### Features diff --git a/packages/contentful-slatejs-adapter/package.json b/packages/contentful-slatejs-adapter/package.json index 87e986ff..bb1cf28e 100644 --- a/packages/contentful-slatejs-adapter/package.json +++ b/packages/contentful-slatejs-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/contentful-slatejs-adapter", - "version": "15.17.0", + "version": "15.17.1", "description": "", "keywords": [], "main": "dist/contentful-slatejs-adapter.es5.js", @@ -28,7 +28,7 @@ "report-coverage": "cat ./coverage/lcov.info | coveralls" }, "dependencies": { - "@contentful/rich-text-types": "^16.4.0" + "@contentful/rich-text-types": "^16.5.0" }, "devDependencies": { "@types/jest": "^27.0.1", diff --git a/packages/rich-text-from-markdown/CHANGELOG.md b/packages/rich-text-from-markdown/CHANGELOG.md index 1eea29c9..3ae67144 100644 --- a/packages/rich-text-from-markdown/CHANGELOG.md +++ b/packages/rich-text-from-markdown/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [15.17.1](https://github.com/contentful/rich-text/compare/@contentful/rich-text-from-markdown@15.17.0...@contentful/rich-text-from-markdown@15.17.1) (2024-05-24) + +**Note:** Version bump only for package @contentful/rich-text-from-markdown + # [15.17.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-from-markdown@15.16.15...@contentful/rich-text-from-markdown@15.17.0) (2024-05-22) ### Features diff --git a/packages/rich-text-from-markdown/package.json b/packages/rich-text-from-markdown/package.json index a5236b2a..63d86599 100644 --- a/packages/rich-text-from-markdown/package.json +++ b/packages/rich-text-from-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/rich-text-from-markdown", - "version": "15.17.0", + "version": "15.17.1", "description": "convert markdown to rich text", "keywords": [ "rich-text", @@ -35,7 +35,7 @@ "test": "jest" }, "dependencies": { - "@contentful/rich-text-types": "^16.4.0", + "@contentful/rich-text-types": "^16.5.0", "lodash": "^4.17.11", "remark-gfm": "^1.0.0", "remark-parse": "^9.0.0", diff --git a/packages/rich-text-html-renderer/CHANGELOG.md b/packages/rich-text-html-renderer/CHANGELOG.md index 22834b62..4c80bf8a 100644 --- a/packages/rich-text-html-renderer/CHANGELOG.md +++ b/packages/rich-text-html-renderer/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.5.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-html-renderer@16.4.0...@contentful/rich-text-html-renderer@16.5.0) (2024-05-24) + +### Features + +- add strikethrough support ([#562](https://github.com/contentful/rich-text/issues/562)) ([b87d0c3](https://github.com/contentful/rich-text/commit/b87d0c31bccb4012745c0479b2b5c92fc28c1e91)) + # [16.4.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-html-renderer@16.3.5...@contentful/rich-text-html-renderer@16.4.0) (2024-05-22) ### Features diff --git a/packages/rich-text-html-renderer/package.json b/packages/rich-text-html-renderer/package.json index be04a34c..6e5bf02e 100644 --- a/packages/rich-text-html-renderer/package.json +++ b/packages/rich-text-html-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/rich-text-html-renderer", - "version": "16.4.0", + "version": "16.5.0", "main": "dist/rich-text-html-renderer.es5.js", "typings": "dist/types/index.d.ts", "files": [ @@ -26,7 +26,7 @@ "test": "jest" }, "dependencies": { - "@contentful/rich-text-types": "^16.4.0", + "@contentful/rich-text-types": "^16.5.0", "escape-html": "^1.0.3" }, "devDependencies": { diff --git a/packages/rich-text-links/CHANGELOG.md b/packages/rich-text-links/CHANGELOG.md index 723d8393..5b6a5c02 100644 --- a/packages/rich-text-links/CHANGELOG.md +++ b/packages/rich-text-links/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [16.6.1](https://github.com/contentful/rich-text/compare/@contentful/rich-text-links@16.6.0...@contentful/rich-text-links@16.6.1) (2024-05-24) + +**Note:** Version bump only for package @contentful/rich-text-links + # [16.6.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-links@16.5.5...@contentful/rich-text-links@16.6.0) (2024-05-22) ### Features diff --git a/packages/rich-text-links/package.json b/packages/rich-text-links/package.json index 251d3e91..d94418e5 100644 --- a/packages/rich-text-links/package.json +++ b/packages/rich-text-links/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/rich-text-links", - "version": "16.6.0", + "version": "16.6.1", "main": "dist/rich-text-links.es5.js", "typings": "dist/types/index.d.ts", "files": [ @@ -26,7 +26,7 @@ "test": "jest" }, "dependencies": { - "@contentful/rich-text-types": "^16.4.0" + "@contentful/rich-text-types": "^16.5.0" }, "devDependencies": { "rimraf": "^2.6.3", diff --git a/packages/rich-text-plain-text-renderer/CHANGELOG.md b/packages/rich-text-plain-text-renderer/CHANGELOG.md index 4dd2a15d..0bdedbdb 100644 --- a/packages/rich-text-plain-text-renderer/CHANGELOG.md +++ b/packages/rich-text-plain-text-renderer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [16.1.1](https://github.com/contentful/rich-text/compare/@contentful/rich-text-plain-text-renderer@16.1.0...@contentful/rich-text-plain-text-renderer@16.1.1) (2024-05-24) + +**Note:** Version bump only for package @contentful/rich-text-plain-text-renderer + # [16.1.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-plain-text-renderer@16.0.13...@contentful/rich-text-plain-text-renderer@16.1.0) (2024-05-22) ### Features diff --git a/packages/rich-text-plain-text-renderer/package.json b/packages/rich-text-plain-text-renderer/package.json index 97c79660..4236bd18 100644 --- a/packages/rich-text-plain-text-renderer/package.json +++ b/packages/rich-text-plain-text-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/rich-text-plain-text-renderer", - "version": "16.1.0", + "version": "16.1.1", "main": "dist/rich-text-plain-text-renderer.es5.js", "typings": "dist/types/index.d.ts", "files": [ @@ -26,7 +26,7 @@ "test": "jest" }, "dependencies": { - "@contentful/rich-text-types": "^16.4.0" + "@contentful/rich-text-types": "^16.5.0" }, "devDependencies": { "rimraf": "^2.6.3", diff --git a/packages/rich-text-react-renderer/CHANGELOG.md b/packages/rich-text-react-renderer/CHANGELOG.md index 916ea258..6a456c72 100644 --- a/packages/rich-text-react-renderer/CHANGELOG.md +++ b/packages/rich-text-react-renderer/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.21.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-react-renderer@15.20.0...@contentful/rich-text-react-renderer@15.21.0) (2024-05-24) + +### Features + +- add strikethrough support ([#562](https://github.com/contentful/rich-text/issues/562)) ([b87d0c3](https://github.com/contentful/rich-text/commit/b87d0c31bccb4012745c0479b2b5c92fc28c1e91)) + # [15.20.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-react-renderer@15.19.6...@contentful/rich-text-react-renderer@15.20.0) (2024-05-22) ### Features diff --git a/packages/rich-text-react-renderer/package.json b/packages/rich-text-react-renderer/package.json index cd41e984..e0301eae 100644 --- a/packages/rich-text-react-renderer/package.json +++ b/packages/rich-text-react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/rich-text-react-renderer", - "version": "15.20.0", + "version": "15.21.0", "main": "dist/rich-text-react-renderer.es5.js", "typings": "dist/types/index.d.ts", "files": [ @@ -26,7 +26,7 @@ "test": "jest" }, "dependencies": { - "@contentful/rich-text-types": "^16.4.0" + "@contentful/rich-text-types": "^16.5.0" }, "peerDependencies": { "react": "^16.8.6 || ^17.0.0 || ^18.0.0", diff --git a/packages/rich-text-types/CHANGELOG.md b/packages/rich-text-types/CHANGELOG.md index 9f6e8412..8f9a0c57 100644 --- a/packages/rich-text-types/CHANGELOG.md +++ b/packages/rich-text-types/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.5.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.4.0...@contentful/rich-text-types@16.5.0) (2024-05-24) + +### Features + +- add strikethrough support ([#562](https://github.com/contentful/rich-text/issues/562)) ([b87d0c3](https://github.com/contentful/rich-text/commit/b87d0c31bccb4012745c0479b2b5c92fc28c1e91)) + # [16.4.0](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.3.5...@contentful/rich-text-types@16.4.0) (2024-05-22) ### Features diff --git a/packages/rich-text-types/package.json b/packages/rich-text-types/package.json index 767bce47..3e68dc3a 100644 --- a/packages/rich-text-types/package.json +++ b/packages/rich-text-types/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/rich-text-types", - "version": "16.4.0", + "version": "16.5.0", "main": "dist/index.js", "typings": "dist/types/index.d.ts", "files": [