Skip to content

Commit 509c6cb

Browse files
committed
v1.2.1
1 parent 0c28322 commit 509c6cb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"npmClient": "yarn",
7-
"version": "1.2.0"
7+
"version": "1.2.1"
88
}

packages/draft-js-import-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-import-element",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "DraftJS: Import Element to ContentState",
55
"main": "lib/main.js",
66
"scripts": {

packages/draft-js-import-html/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-import-html",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "DraftJS: Import HTML to ContentState",
55
"main": "lib/main.js",
66
"typings": "typings/index.d.ts",
@@ -9,7 +9,7 @@
99
"watch": "babel src --watch --out-dir lib --ignore \"_*\""
1010
},
1111
"dependencies": {
12-
"draft-js-import-element": "^1.2.0"
12+
"draft-js-import-element": "^1.2.1"
1313
},
1414
"peerDependencies": {
1515
"draft-js": ">=0.10.0",

packages/draft-js-import-markdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "draft-js-import-markdown",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "DraftJS: Import Markdown to ContentState",
55
"main": "lib/main.js",
66
"scripts": {
77
"build": "babel src --out-dir lib --ignore \"_*\"",
88
"watch": "babel src --watch --out-dir lib --ignore \"_*\""
99
},
1010
"dependencies": {
11-
"draft-js-import-element": "^1.2.0",
11+
"draft-js-import-element": "^1.2.1",
1212
"synthetic-dom": "^1.2.0"
1313
},
1414
"peerDependencies": {

0 commit comments

Comments
 (0)