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

Commit 78936f0

Browse files
committed
[DEV] New version 1.2.2
1 parent 49bde00 commit 78936f0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Change Log
2+
## [v1.2.2](https://github.com/MyScript/myscript-common-element/tree/v1.2.2)
3+
4+
### Features
5+
- New `strokecolor` attribute to setup/change stroke color settings
6+
- New `strokewidth` attribute to setup/change stroke width settings
7+
8+
### Bugs
9+
- See [MyScriptJS v1.2.2](https://github.com/MyScript/MyScriptJS/tree/v1.2.2) for fixes
210

311
## [v1.2.1](https://github.com/MyScript/myscript-common-element/tree/v1.2.1)
412

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
@@ -25,7 +25,7 @@
2525
"iron-icons": "PolymerElements/iron-icons#1.1.x",
2626
"paper-fab": "PolymerElements/paper-fab#1.2.x",
2727
"paper-toast": "PolymerElements/paper-toast#1.2.x",
28-
"myscript": "myscript#1.2.1"
28+
"myscript": "myscript#1.2.2"
2929
},
3030
"devDependencies": {
3131
"iron-component-page": "PolymerElements/iron-component-page#1.1.x"

0 commit comments

Comments
 (0)