Skip to content

Commit ae86a88

Browse files
committed
chore: bump version /w changelog
1 parent a126a78 commit ae86a88

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.10.10 (2019-10-17)
2+
* **grid** define inline header buttons
3+
* **grid** add ability to toggle filters visibility
4+
15
# v0.10.9 (2019-10-03)
26
* **date-format** add resolver support for timezone
37

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-components",
3-
"version": "0.10.9",
3+
"version": "0.10.10",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://uipath.com"
@@ -45,8 +45,8 @@
4545
"commit": "git-cz",
4646
"check:exports": "ts-node --project ./tsconfig.node.json ./.build/check-public-exports",
4747
"check:commits": "node ./.build/commitlint",
48-
"publish:npm": "json -I -f dist/angular/package.json -e 'delete this.publishConfig' && npm publish",
49-
"publish:gh": "json -I -f dist/angular/package.json -e 'this.publishConfig = {registry:\"https://npm.pkg.github.com/\"}' && npm publish"
48+
"publish:npm": "json -I -f dist/angular/package.json -e 'delete this.publishConfig' && npm publish dist/angular",
49+
"publish:gh": "json -I -f dist/angular/package.json -e 'this.publishConfig = {registry:\"https://npm.pkg.github.com/\"}' && npm publish dist/angular"
5050
},
5151
"config": {
5252
"commitizen": {

projects/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uipath/angular",
3-
"version": "0.10.9",
3+
"version": "0.10.10",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)