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

Commit

Permalink
[CORE] release 0.12.15
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Wilken <[email protected]>
  • Loading branch information
gnomeontherun committed Oct 25, 2018
1 parent b25c908 commit e88b1e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clr-all",
"version": "0.12.14",
"version": "0.12.15",
"private": true,
"scripts": {
"build:icons:web": "webpack --config webpack.icons.config.js",
Expand Down Expand Up @@ -39,11 +39,7 @@
"format:fix": "pretty-quick --staged",
"visual:fix": "./scripts/docker-cdc.js -u",
"lint:fix": "tslint -p . -c tslint.json --fix \"src/**/*.ts\" -e \"**/node_modules/**\" -e \"src/ks-app/**\" -e \"src/schematics/**\"",
"publish:latest": "npm publish dist/clr-ui; npm publish dist/clr-angular; npm publish dist/clr-icons",
"publish:alpha": "npm publish dist/clr-ui --tag alpha; npm publish dist/clr-angular --tag alpha; npm publish dist/clr-icons --tag alpha",
"publish:beta": "npm publish dist/clr-ui --tag beta; npm publish dist/clr-angular --tag beta; npm publish dist/clr-icons --tag beta",
"publish:rc": "npm publish dist/clr-ui --tag rc; npm publish dist/clr-angular --tag rc; npm publish dist/clr-icons --tag rc",
"publish:next": "npm publish dist/clr-ui --tag next; npm publish dist/clr-angular --tag next; npm publish dist/clr-icons --tag next",
"publish": "npm publish dist/clr-ui --tag v0.12-lts; npm publish dist/clr-angular --tag v0.12-lts; npm publish dist/clr-icons --tag v0.12-lts",
"ks:publish": "ng build --prod ks-app; cat ./dist/ks-app/index.html > ./dist/ks-app/404.html; surge -p ./dist/ks-app"
},
"dependencies": {
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.12.14",
"version": "0.12.15",
"description": "Angular components for Clarity",
"es2015": "esm2015/clr-angular.js",
"homepage": "https://vmware.github.io/clarity/",
Expand All @@ -18,7 +18,7 @@
"@angular/forms": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@clr/ui": "0.12.14"
"@clr/ui": "0.12.15"
},
"author": "clarity",
"license": "MIT",
Expand Down

0 comments on commit e88b1e4

Please sign in to comment.