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
  • Loading branch information
contentful-automation[bot] committed Nov 14, 2022
1 parent 22ca868 commit 73269ee
Show file tree
Hide file tree
Showing 24 changed files with 129 additions and 52 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0](https://github.com/contentful/rich-text/compare/v15.13.2...v15.14.0) (2022-11-14)

### Features

- add super/sub script types ([#391](https://github.com/contentful/rich-text/issues/391)) ([2562f66](https://github.com/contentful/rich-text/commit/2562f66278f0eff4eeeb367025d4b465773893d1))

## [15.13.2](https://github.com/contentful/rich-text/compare/v15.13.1...v15.13.2) (2022-09-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "15.13.2",
"version": "15.14.0",
"packages": [
"packages/contentful-slatejs-adapter",
"packages/rich-text-from-markdown",
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/contentful-slatejs-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0](https://github.com/contentful/rich-text/compare/v15.13.2...v15.14.0) (2022-11-14)

### Features

* add super/sub script types ([#391](https://github.com/contentful/rich-text/issues/391)) ([2562f66](https://github.com/contentful/rich-text/commit/2562f66278f0eff4eeeb367025d4b465773893d1))

## [15.13.2](https://github.com/contentful/rich-text/compare/v15.13.1...v15.13.2) (2022-09-07)

### Bug Fixes
Expand Down
28 changes: 25 additions & 3 deletions packages/contentful-slatejs-adapter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.2",
"version": "15.14.0",
"description": "",
"keywords": [],
"main": "dist/contentful-slatejs-adapter.es5.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"trailingComma": "all"
},
"dependencies": {
"@contentful/rich-text-types": "^15.13.2",
"@contentful/rich-text-types": "^15.14.0",
"lodash.flatmap": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.omit": "^4.5.0"
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.14.0](https://github.com/contentful/rich-text/compare/v15.13.2...v15.14.0) (2022-11-14)

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

## [15.13.2](https://github.com/contentful/rich-text/compare/v15.13.1...v15.13.2) (2022-09-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/rich-text-from-markdown/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.2",
"version": "15.14.0",
"description": "convert markdown to rich text",
"keywords": [
"rich-text",
Expand Down Expand Up @@ -33,7 +33,7 @@
"lint": "tslint -t codeFrame '@(src|bin)/*.ts'"
},
"dependencies": {
"@contentful/rich-text-types": "^15.13.2",
"@contentful/rich-text-types": "^15.14.0",
"lodash": "^4.17.11",
"remark-parse": "^6.0.3",
"unified": "^7.1.0"
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.14.0](https://github.com/contentful/rich-text/compare/v15.13.2...v15.14.0) (2022-11-14)

### Features

- add super/sub script types ([#391](https://github.com/contentful/rich-text/issues/391)) ([2562f66](https://github.com/contentful/rich-text/commit/2562f66278f0eff4eeeb367025d4b465773893d1))

## [15.13.2](https://github.com/contentful/rich-text/compare/v15.13.1...v15.13.2) (2022-09-07)

### Bug Fixes
Expand Down
19 changes: 16 additions & 3 deletions packages/rich-text-html-renderer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "15.13.2",
"version": "15.14.0",
"main": "dist/rich-text-html-renderer.es5.js",
"typings": "dist/types/index.d.ts",
"files": [
Expand All @@ -24,7 +24,7 @@
"lint": "tslint -t codeFrame '@(src|bin)/*.ts'"
},
"dependencies": {
"@contentful/rich-text-types": "^15.13.2",
"@contentful/rich-text-types": "^15.14.0",
"escape-html": "^1.0.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 73269ee

Please sign in to comment.