Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0cad4d2

Browse files
release: inline-editor v1.0.0-rc.2
1 parent 1682f82 commit 0cad4d2

File tree

3 files changed

+13
-168
lines changed

3 files changed

+13
-168
lines changed

webcomponents/inline-editor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.0.0-rc.2"></a>
2+
# 1.0.0-rc.2 (2019-09-21)
3+
4+
### Breaking Changes
5+
6+
* the component doesn't rely anymore on the platform's color picker but use the new `@deckdeckgo/color` Web Component to offer a limited and simple choice of selectable colors
7+
18
<a name="1.0.0-rc.1-1"></a>
29
# 1.0.0-rc.1-1 (2019-09-01)
310

webcomponents/inline-editor/package-lock.json

Lines changed: 4 additions & 166 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webcomponents/inline-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deckdeckgo/inline-editor",
3-
"version": "1.0.0-rc.1-1",
3+
"version": "1.0.0-rc.2",
44
"description": "A WYSIWYG HTML Inline Editor Web Component",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -22,7 +22,7 @@
2222
"test.watch": "stencil test --spec --e2e --watchAll"
2323
},
2424
"dependencies": {
25-
"@deckdeckgo/color": "file:../color",
25+
"@deckdeckgo/color": "^1.0.0-rc.1",
2626
"@deckdeckgo/utils": "^1.0.0-rc.1-1"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)