From cb01d1264cf1c91ce57103ba0ece32dfc5f8a150 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Thu, 21 Jan 2021 16:30:23 +0100 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0651a3e..e132d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.3.0...v2.0.0) (2021-01-21) + + +### Bug Fixes + +* **workspace:** new workspace utils import for angular 11 ([5926df3](https://github.com/notiz-dev/ngx-tailwind/commit/5926df3c93e294b179105ec913b874dd7e278736)) + + +### Features + +* **deps:** update to latest deps ([681b5eb](https://github.com/notiz-dev/ngx-tailwind/commit/681b5ebd3bccd847c21b4008325a17a8175ea359)) + + + # [1.3.0](https://github.com/notiz-dev/ngx-tailwind/compare/v1.2.0...v1.3.0) (2021-01-19) diff --git a/package.json b/package.json index cd6bf23..05c4d77 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tailwind", - "version": "2.0.0-dev.0", + "version": "2.0.0", "description": "Add Tailwind CSS to an Angular Workspace", "scripts": { "build": "tsc -p tsconfig.json", @@ -9,7 +9,7 @@ "start:dev": "npm run build && cd angular-workspace && schematics ..:ng-add", "start": "npm run build && cd angular-workspace && schematics ..:ng-add --debug false", "changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s", - "rocket": "npm run build && npm publish --tag dev" + "rocket": "npm run build && npm publish" }, "keywords": [ "schematics"