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

Commit 44bc9dc

Browse files
committed
[DEV] New version 1.2.2
1 parent a05737b commit 44bc9dc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v1.2.2](https://github.com/MyScript/myscript-text-web/tree/v1.2.2)
4+
5+
### Features
6+
- New `strokecolor` attribute to setup/change stroke color settings
7+
- New `strokewidth` attribute to setup/change stroke width settings
8+
9+
### Bugs
10+
- See [MyScriptJS v1.2.2](https://github.com/MyScript/MyScriptJS/tree/v1.2.2) for fixes
11+
312
## [v1.2.1](https://github.com/MyScript/myscript-text-web/tree/v1.2.1)
413

514
### Bugs

Makefile.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL = /bin/bash
22
GIT_VERSION := $(shell git describe --tags --long --always)
3-
VERSION = 1.2.1-beta
3+
VERSION = 1.2.2
44

55
OFFLINE = false
66
ifeq ($(OFFLINE),true)

bower.json

Lines changed: 1 addition & 1 deletion
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#1.2.1"
32+
"myscript-common-element": "myscript-common-element#1.2.2"
3333
},
3434
"devDependencies": {
3535
"iron-component-page": "PolymerElements/iron-component-page#1.1.x",

0 commit comments

Comments
 (0)