Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[CORE] Update to v0.11.18-patch.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeyun Lim <[email protected]>
  • Loading branch information
jeeyun committed May 17, 2018
1 parent 4db164d commit 43c9515
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clr-all",
"version": "0.11.18",
"version": "0.11.18-patch.1",
"private": true,
"scripts": {
"start": "webpack-dev-server -d --open",
Expand Down
4 changes: 2 additions & 2 deletions src/clr-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clr/angular",
"version": "0.11.18",
"version": "0.11.18-patch.1",
"description": "Angular components for Clarity",
"es2015": "clr-angular/esm2015/clr-angular.js",
"homepage": "https://vmware.github.io/clarity/",
Expand All @@ -19,7 +19,7 @@
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@clr/ui": "0.11.18"
"@clr/ui": "0.11.18-patch.1"
},
"author": "clarity",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/ks-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@clr/angular": "file:../../dist/clr-angular/clr-angular-0.11.18.tgz",
"@clr/angular": "file:../../dist/clr-angular/clr-angular-0.11.18-patch.1.tgz",
"@clr/icons": "file:../../dist/clr-icons",
"@clr/ui": "file:../../dist/clr-ui",
"@webcomponents/custom-elements": "1.0.0",
Expand Down

0 comments on commit 43c9515

Please sign in to comment.