Skip to content

Commit fcc7fcc

Browse files
committed
chore(release): 3.0.0
1 parent d420963 commit fcc7fcc

File tree

2 files changed

+32
-42
lines changed

2 files changed

+32
-42
lines changed

CHANGELOG.md

Lines changed: 31 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,140 +2,130 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/ngworker/angular-versions-action/compare/v2.6.1...v3.0.0) (2021-02-15)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- 🧨 rename variable names from snake_case to camel-case
10+
- angular_version to angular-version
11+
- file_path to file-path
12+
513
### [2.6.1](https://github.com/ngworker/angular-versions-action/compare/v2.6.0...v2.6.1) (2021-02-15)
614

715
## [2.6.0](https://github.com/ngworker/angular-versions-action/compare/v2.5.0...v2.6.0) (2021-02-10)
816

9-
1017
### Features
1118

12-
* support Angular 11.2.x ([#12](https://github.com/ngworker/angular-versions-action/issues/12)) ([41926f9](https://github.com/ngworker/angular-versions-action/commit/41926f94244e4b6ababe6d2186b4362e802f0d75))
19+
- support Angular 11.2.x ([#12](https://github.com/ngworker/angular-versions-action/issues/12)) ([41926f9](https://github.com/ngworker/angular-versions-action/commit/41926f94244e4b6ababe6d2186b4362e802f0d75))
1320

1421
## [2.5.0](https://github.com/ngworker/angular-versions-action/compare/v2.4.1...v2.5.0) (2021-02-02)
1522

16-
1723
### Features
1824

19-
* add packages for libraries and schematics ([#11](https://github.com/ngworker/angular-versions-action/issues/11)) ([ae0c2ca](https://github.com/ngworker/angular-versions-action/commit/ae0c2ca17103add113177945b0076ff23128fe5f))
25+
- add packages for libraries and schematics ([#11](https://github.com/ngworker/angular-versions-action/issues/11)) ([ae0c2ca](https://github.com/ngworker/angular-versions-action/commit/ae0c2ca17103add113177945b0076ff23128fe5f))
2026

2127
### [2.4.1](https://github.com/ngworker/angular-versions-action/compare/v2.4.0...v2.4.1) (2021-01-21)
2228

2329
## [2.4.0](https://github.com/ngworker/angular-versions-action/compare/v2.3.4...v2.4.0) (2021-01-21)
2430

25-
2631
### Features
2732

28-
* 🎸 add support for angular version 11.1 ([2823102](https://github.com/ngworker/angular-versions-action/commit/2823102ce91a093ff172e6aab43132d9471eefc7))
33+
- 🎸 add support for angular version 11.1 ([2823102](https://github.com/ngworker/angular-versions-action/commit/2823102ce91a093ff172e6aab43132d9471eefc7))
2934

3035
### [2.3.4](https://github.com/ngworker/angular-versions-action/compare/v2.3.3...v2.3.4) (2020-11-08)
3136

3237
### [2.3.3](https://github.com/ngworker/angular-versions-action/compare/v2.3.2...v2.3.3) (2020-11-01)
3338

34-
3539
### Bug Fixes
3640

37-
* 🐛 add the rest of package.json during dependencies merge ([21e6791](https://github.com/ngworker/angular-versions-action/commit/21e6791e3ac96a98529ca4f44af4fd437188d821))
41+
- 🐛 add the rest of package.json during dependencies merge ([21e6791](https://github.com/ngworker/angular-versions-action/commit/21e6791e3ac96a98529ca4f44af4fd437188d821))
3842

3943
### [2.3.2](https://github.com/ngworker/angular-versions-action/compare/v2.3.1...v2.3.2) (2020-11-01)
4044

41-
4245
### Bug Fixes
4346

44-
* correct typos in debug logs ([#5](https://github.com/ngworker/angular-versions-action/issues/5)) ([578cd7f](https://github.com/ngworker/angular-versions-action/commit/578cd7f3fe6e7a8fcef621bddff4aa4fa3afad53))
47+
- correct typos in debug logs ([#5](https://github.com/ngworker/angular-versions-action/issues/5)) ([578cd7f](https://github.com/ngworker/angular-versions-action/commit/578cd7f3fe6e7a8fcef621bddff4aa4fa3afad53))
4548

4649
### [2.3.1](https://github.com/ngworker/angular-versions-action/compare/v2.3.0...v2.3.1) (2020-10-30)
4750

48-
4951
### Bug Fixes
5052

51-
* 🐛 use correct version for ng-packagr in v11 ([#4](https://github.com/ngworker/angular-versions-action/issues/4)) ([1b38e2c](https://github.com/ngworker/angular-versions-action/commit/1b38e2c3950aed61dce2155b39a5ae02a792e08f))
53+
- 🐛 use correct version for ng-packagr in v11 ([#4](https://github.com/ngworker/angular-versions-action/issues/4)) ([1b38e2c](https://github.com/ngworker/angular-versions-action/commit/1b38e2c3950aed61dce2155b39a5ae02a792e08f))
5254

5355
## [2.3.0](https://github.com/ngworker/angular-versions-action/compare/v2.2.0...v2.3.0) (2020-10-30)
5456

55-
5657
### Features
5758

58-
* 🎸 add support for Angular v11.0.x (RC) ([#3](https://github.com/ngworker/angular-versions-action/issues/3)) ([5f22020](https://github.com/ngworker/angular-versions-action/commit/5f22020099e596dabf9ae18437c766fb47cc688b))
59+
- 🎸 add support for Angular v11.0.x (RC) ([#3](https://github.com/ngworker/angular-versions-action/issues/3)) ([5f22020](https://github.com/ngworker/angular-versions-action/commit/5f22020099e596dabf9ae18437c766fb47cc688b))
5960

6061
## [2.2.0](https://github.com/ngworker/angular-versions-action/compare/v2.1.0...v2.2.0) (2020-10-24)
6162

62-
6363
### Features
6464

65-
* 🎸 add support for v8.2.x, v9.1.x, v10.2.x ([#2](https://github.com/ngworker/angular-versions-action/issues/2)) ([03ccbbd](https://github.com/ngworker/angular-versions-action/commit/03ccbbd7a4b66064323153e84fa812a1e76e7e38))
65+
- 🎸 add support for v8.2.x, v9.1.x, v10.2.x ([#2](https://github.com/ngworker/angular-versions-action/issues/2)) ([03ccbbd](https://github.com/ngworker/angular-versions-action/commit/03ccbbd7a4b66064323153e84fa812a1e76e7e38))
6666

6767
## [2.1.0](https://github.com/ngworker/angular-versions-action/compare/v2.0.0...v2.1.0) (2020-10-18)
6868

69-
7069
### Features
7170

72-
* 🎸 add support for angular 10.1.x ([e09d5f5](https://github.com/ngworker/angular-versions-action/commit/e09d5f54a13f20bc1b9fb05a9d8f1940ce731fb0))
71+
- 🎸 add support for angular 10.1.x ([e09d5f5](https://github.com/ngworker/angular-versions-action/commit/e09d5f54a13f20bc1b9fb05a9d8f1940ce731fb0))
7372

7473
## [2.0.0](https://github.com/ngworker/angular-versions-action/compare/v1.2.0...v2.0.0) (2020-10-16)
7574

76-
7775
### ⚠ BREAKING CHANGES
7876

79-
* 🧨 changes variable names EX. from angular_version: 8.0.0 to
80-
angular_version: 8.0.x
77+
- 🧨 changes variable names EX. from angular_version: 8.0.0 to
78+
angular_version: 8.0.x
8179

8280
### Features
8381

84-
* 🎸 use free path version syntax for api variable ([95c09aa](https://github.com/ngworker/angular-versions-action/commit/95c09aa587c9be8aacd0a217f7b19f1f50a2290e))
82+
- 🎸 use free path version syntax for api variable ([95c09aa](https://github.com/ngworker/angular-versions-action/commit/95c09aa587c9be8aacd0a217f7b19f1f50a2290e))
8583

8684
## [1.2.0](https://github.com/ngworker/angular-versions-action/compare/v1.1.4...v1.2.0) (2020-10-16)
8785

88-
8986
### Features
9087

91-
* 🎸 add support for angular 8.1.0 ([1b801b4](https://github.com/ngworker/angular-versions-action/commit/1b801b41442ca476cdb441d6c98f89bbc21531cf))
92-
88+
- 🎸 add support for angular 8.1.0 ([1b801b4](https://github.com/ngworker/angular-versions-action/commit/1b801b41442ca476cdb441d6c98f89bbc21531cf))
9389

9490
### Bug Fixes
9591

96-
* 🐛 add dist that support 8.1.0 ([ac404aa](https://github.com/ngworker/angular-versions-action/commit/ac404aa531b34e2e8db8343ffd5b665c3fd001e7))
92+
- 🐛 add dist that support 8.1.0 ([ac404aa](https://github.com/ngworker/angular-versions-action/commit/ac404aa531b34e2e8db8343ffd5b665c3fd001e7))
9793

9894
### [1.1.4](https://github.com/ngworker/angular-versions-action/compare/v1.1.3...v1.1.4) (2020-10-16)
9995

100-
10196
### Bug Fixes
10297

103-
* 🐛 add missing builds ([719e007](https://github.com/ngworker/angular-versions-action/commit/719e0075f1dbd05825961733ec34aade3e36480f))
98+
- 🐛 add missing builds ([719e007](https://github.com/ngworker/angular-versions-action/commit/719e0075f1dbd05825961733ec34aade3e36480f))
10499

105100
### [1.1.3](https://github.com/ngworker/angular-versions-action/compare/v1.1.2...v1.1.3) (2020-10-16)
106101

107-
108102
### Bug Fixes
109103

110-
* 🐛 modify only existing version, not override entire object ([886197a](https://github.com/ngworker/angular-versions-action/commit/886197a9fd445d3302ec334f859547d402e92301))
104+
- 🐛 modify only existing version, not override entire object ([886197a](https://github.com/ngworker/angular-versions-action/commit/886197a9fd445d3302ec334f859547d402e92301))
111105

112106
### [1.1.2](https://github.com/ngworker/angular-versions-action/compare/v1.1.1...v1.1.2) (2020-10-16)
113107

114-
115108
### Bug Fixes
116109

117-
* 🐛 use the right build ([e018daa](https://github.com/ngworker/angular-versions-action/commit/e018daae97c946c3d8e5082d78263ee95a7a8ffd))
110+
- 🐛 use the right build ([e018daa](https://github.com/ngworker/angular-versions-action/commit/e018daae97c946c3d8e5082d78263ee95a7a8ffd))
118111

119112
### [1.1.1](https://github.com/ngworker/angular-versions-action/compare/v1.1.0...v1.1.1) (2020-10-16)
120113

121114
## [1.1.0](https://github.com/ngworker/angular-versions-action/compare/v1.0.0...v1.1.0) (2020-10-16)
122115

123-
124116
### Features
125117

126-
* 🎸 add @angular-devkit/build-ng-packagr version ([d21747a](https://github.com/ngworker/angular-versions-action/commit/d21747a39c0bb5595e9d428ebbbf16b64dd7eae2))
118+
- 🎸 add @angular-devkit/build-ng-packagr version ([d21747a](https://github.com/ngworker/angular-versions-action/commit/d21747a39c0bb5595e9d428ebbbf16b64dd7eae2))
127119

128120
## 1.0.0 (2020-10-12)
129121

130-
131122
### Features
132123

133-
* 🎸 implement the angular-versions-actions with dummy data ([8d7aa94](https://github.com/ngworker/angular-versions-action/commit/8d7aa94b8b67853a4f57183422a70e62198a379e))
134-
124+
- 🎸 implement the angular-versions-actions with dummy data ([8d7aa94](https://github.com/ngworker/angular-versions-action/commit/8d7aa94b8b67853a4f57183422a70e62198a379e))
135125

136126
### Bug Fixes
137127

138-
* 🐛 avoid catch unhandled errors ([5f94f49](https://github.com/ngworker/angular-versions-action/commit/5f94f497b014bd45541ec23508dbfc0b9c11cada))
139-
* 🐛 change build folder ([78fe1a5](https://github.com/ngworker/angular-versions-action/commit/78fe1a53e3f2442340aaa4bf4fa5a38f6e42a2e4))
140-
* 🐛 re-package action ([59b768e](https://github.com/ngworker/angular-versions-action/commit/59b768e2078337c1d77a036eb02309faf98afe84))
141-
* 🐛 use real data to replace ([be6eeb2](https://github.com/ngworker/angular-versions-action/commit/be6eeb250ac10c3f5becacb55c6703b393de6d03))
128+
- 🐛 avoid catch unhandled errors ([5f94f49](https://github.com/ngworker/angular-versions-action/commit/5f94f497b014bd45541ec23508dbfc0b9c11cada))
129+
- 🐛 change build folder ([78fe1a5](https://github.com/ngworker/angular-versions-action/commit/78fe1a53e3f2442340aaa4bf4fa5a38f6e42a2e4))
130+
- 🐛 re-package action ([59b768e](https://github.com/ngworker/angular-versions-action/commit/59b768e2078337c1d77a036eb02309faf98afe84))
131+
- 🐛 use real data to replace ([be6eeb2](https://github.com/ngworker/angular-versions-action/commit/be6eeb250ac10c3f5becacb55c6703b393de6d03))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-action",
3-
"version": "2.6.1",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "TypeScript template action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)