Skip to content

Commit dd2d65c

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.2...v2.0.0) (2022-11-29) ### Features * 🎸 (className) add className to all types ([c890cf0](c890cf0)) * 🎸 (components) parse CVA ([44b9487](44b9487)) * 🎸 (parse) add validator and change output file names ([d85ad2e](d85ad2e)) * 🎸 (parse) parse validators and change output format ([c6cb686](c6cb686)) ### BREAKING CHANGES * 🧨 Output files filename is now in plural - ng-parsel-component becomes ng-parsel-components and so on * 🧨 Output files are now plural
1 parent 30e9903 commit dd2d65c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.0.0](https://github.com/angular-experts-io/ng-parsel/compare/v1.1.2...v2.0.0) (2022-11-29)
2+
3+
4+
### Features
5+
6+
* 🎸 (className) add className to all types ([c890cf0](https://github.com/angular-experts-io/ng-parsel/commit/c890cf0654cfaad3eeaf068d71643a7d4a9dea31))
7+
* 🎸 (components) parse CVA ([44b9487](https://github.com/angular-experts-io/ng-parsel/commit/44b94872dbc9ed26d5da77bdb69b478f151965bb))
8+
* 🎸 (parse) add validator and change output file names ([d85ad2e](https://github.com/angular-experts-io/ng-parsel/commit/d85ad2eadbcb28c132a8a929a9eb11e81c7b9670))
9+
* 🎸 (parse) parse validators and change output format ([c6cb686](https://github.com/angular-experts-io/ng-parsel/commit/c6cb6868f8b02a879969400671c3020578fef78d))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* 🧨 Output files filename is now in plural - ng-parsel-component becomes
15+
ng-parsel-components and so on
16+
* 🧨 Output files are now plural
17+
118
## [1.1.2](https://github.com/angular-experts-io/ng-parsel/compare/v1.1.1...v1.1.2) (2022-11-29)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-experts/ng-parsel",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Tool that transforms Angular codebase to JSON representation",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)