From 4a96f9d3257789b4cc05b057849a4937a55c6bc4 Mon Sep 17 00:00:00 2001 From: Matt Hippely Date: Thu, 8 Nov 2018 10:10:01 -0800 Subject: [PATCH] [CORE] release 0.12.16 Signed-off-by: Matt Hippely --- package.json | 2 +- src/clr-angular/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 66dc4c4de0..274388adee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clr-all", - "version": "0.12.15", + "version": "0.12.16", "private": true, "scripts": { "build:icons:web": "webpack --config webpack.icons.config.js", diff --git a/src/clr-angular/package.json b/src/clr-angular/package.json index 8703073ca3..b71129e560 100644 --- a/src/clr-angular/package.json +++ b/src/clr-angular/package.json @@ -1,6 +1,6 @@ { "name": "@clr/angular", - "version": "0.12.15", + "version": "0.12.16", "description": "Angular components for Clarity", "es2015": "esm2015/clr-angular.js", "homepage": "https://vmware.github.io/clarity/", @@ -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.15" + "@clr/ui": "0.12.16" }, "author": "clarity", "license": "MIT",