Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 00c648b

Browse files
author
DEWITTE Pierre-Alban
committed
[RELEASE] Releasing 1.2.1
1 parent 4330295 commit 00c648b

File tree

6 files changed

+11
-18
lines changed

6 files changed

+11
-18
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v1.2.1](https://github.com/MyScript/myscript-text-web/tree/v1.2.1)
4+
5+
### Bugs
6+
- Improve documentation of superimposed options
7+
- See [MyScriptJS v1.2.1](https://github.com/MyScript/MyScriptJS/tree/v1.2.1) for fixes
8+
39
## [v1.2.0](https://github.com/MyScript/myscript-text-web/tree/v1.2.0)
410

511
### Features

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"polymer": "Polymer/polymer#1.4.x",
32-
"myscript-common-element": "myscript-common-element#master"
32+
"myscript-common-element": "myscript-common-element#1.2.1"
3333
},
3434
"devDependencies": {
3535
"iron-component-page": "PolymerElements/iron-component-page#1.1.x",

Diff for: docs/components/myscript-text-web/.bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"node_modules",
2525
"bower_components",
2626
"tests",
27-
"test"
27+
"test",
28+
"docs"
2829
],
2930
"dependencies": {
3031
"polymer": "Polymer/polymer#1.4.x",

Diff for: docs/components/myscript-text-web/bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"node_modules",
2525
"bower_components",
2626
"tests",
27-
"test"
27+
"test",
28+
"docs"
2829
],
2930
"dependencies": {
3031
"polymer": "Polymer/polymer#1.4.x",

Diff for: docs/components/myscript-text-web/docs/index.html

-1
This file was deleted.

Diff for: docs/components/myscript-text-web/gp-custom.sh

-14
This file was deleted.

0 commit comments

Comments
 (0)