Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 21, 2021
1 parent 681b5eb commit cb01d12
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit cb01d12

Please sign in to comment.