Skip to content

Commit ae09421

Browse files
author
Chris Sloop
committedMay 4, 2021
v14.2.0
1 parent f80a670 commit ae09421

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [14.2.0](https://github.com/contentful/rich-text/compare/v14.1.3...v14.2.0) (2021-05-04)
7+
8+
9+
### Features
10+
11+
* {wip} update slate.js adapter ([c281aea](https://github.com/contentful/rich-text/commit/c281aea))
12+
* fix test types ([0c86f93](https://github.com/contentful/rich-text/commit/0c86f93))
13+
* update contentful-to-slatejs adapter ([33a3b6d](https://github.com/contentful/rich-text/commit/33a3b6d))
14+
* update contentful-to-slatejs-adapter ([89a32f4](https://github.com/contentful/rich-text/commit/89a32f4))
15+
16+
17+
18+
19+
620
## [14.1.3](https://github.com/contentful/rich-text/compare/v14.1.2...v14.1.3) (2021-04-12)
721

822
**Note:** Version bump only for package root

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.7.2",
3-
"version": "14.1.3",
3+
"version": "14.2.0",
44
"packages": [
55
"packages/contentful-slatejs-adapter",
66
"packages/rich-text-from-markdown",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [14.2.0](https://github.com/contentful/rich-text/compare/v14.1.3...v14.2.0) (2021-05-04)
7+
8+
9+
### Features
10+
11+
* {wip} update slate.js adapter ([c281aea](https://github.com/contentful/rich-text/commit/c281aea))
12+
* fix test types ([0c86f93](https://github.com/contentful/rich-text/commit/0c86f93))
13+
* update contentful-to-slatejs adapter ([33a3b6d](https://github.com/contentful/rich-text/commit/33a3b6d))
14+
* update contentful-to-slatejs-adapter ([89a32f4](https://github.com/contentful/rich-text/commit/89a32f4))

‎packages/contentful-slatejs-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/contentful-slatejs-adapter",
3-
"version": "14.1.2",
3+
"version": "14.2.0",
44
"description": "",
55
"keywords": [],
66
"main": "dist/contentful-slatejs-adapter.es5.js",

0 commit comments

Comments
 (0)
Please sign in to comment.