Skip to content

Commit 35fb04f

Browse files
author
Danil Zakablukovskii
committedNov 2, 2020
v14.1.2
1 parent d964137 commit 35fb04f

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed
 

‎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.1",
3+
"version": "14.1.2",
44
"packages": [
55
"packages/contentful-slatejs-adapter",
66
"packages/rich-text-from-markdown",

‎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.1",
3+
"version": "14.1.2",
44
"description": "",
55
"keywords": [],
66
"main": "dist/contentful-slatejs-adapter.es5.js",

‎packages/rich-text-from-markdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-from-markdown",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"description": "convert markdown to rich text",
55
"keywords": [
66
"rich-text",
@@ -32,7 +32,7 @@
3232
"lint": "tslint -t codeFrame '@(src|bin)/*.ts'"
3333
},
3434
"dependencies": {
35-
"@contentful/rich-text-types": "^14.1.1",
35+
"@contentful/rich-text-types": "^14.1.2",
3636
"lodash": "^4.17.11",
3737
"remark-parse": "^6.0.3",
3838
"unified": "^7.1.0"

‎packages/rich-text-html-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-html-renderer",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"main": "dist/rich-text-html-renderer.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [
@@ -24,7 +24,7 @@
2424
"lint": "tslint -t codeFrame '@(src|bin)/*.ts'"
2525
},
2626
"dependencies": {
27-
"@contentful/rich-text-types": "^14.1.1",
27+
"@contentful/rich-text-types": "^14.1.2",
2828
"escape-html": "^1.0.3"
2929
},
3030
"devDependencies": {

‎packages/rich-text-links/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-links",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"main": "dist/rich-text-links.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [
@@ -24,7 +24,7 @@
2424
"lint": "tslint -t codeFrame '@(src|bin)/*.ts'"
2525
},
2626
"dependencies": {
27-
"@contentful/rich-text-types": "^14.1.1"
27+
"@contentful/rich-text-types": "^14.1.2"
2828
},
2929
"devDependencies": {
3030
"jest": "^24.7.1",

‎packages/rich-text-plain-text-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-plain-text-renderer",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"main": "dist/rich-text-plain-text-renderer.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [
@@ -24,7 +24,7 @@
2424
"lint": "tslint -t codeFrame '@(src|bin)/*.ts'"
2525
},
2626
"dependencies": {
27-
"@contentful/rich-text-types": "^14.1.1"
27+
"@contentful/rich-text-types": "^14.1.2"
2828
},
2929
"devDependencies": {
3030
"jest": "^24.7.1",

‎packages/rich-text-react-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-react-renderer",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"main": "dist/rich-text-react-renderer.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [
@@ -24,7 +24,7 @@
2424
"lint": "tslint -t codeFrame '@(src|bin)/*.ts'"
2525
},
2626
"dependencies": {
27-
"@contentful/rich-text-types": "^14.1.1"
27+
"@contentful/rich-text-types": "^14.1.2"
2828
},
2929
"peerDependencies": {
3030
"react": "^16.8.6",

‎packages/rich-text-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/rich-text-types",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"main": "dist/rich-text-types.es5.js",
55
"typings": "dist/types/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.