|
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
| 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 | + |
5 | 13 | ### [2.6.1](https://github.com/ngworker/angular-versions-action/compare/v2.6.0...v2.6.1) (2021-02-15)
|
6 | 14 |
|
7 | 15 | ## [2.6.0](https://github.com/ngworker/angular-versions-action/compare/v2.5.0...v2.6.0) (2021-02-10)
|
8 | 16 |
|
9 |
| - |
10 | 17 | ### Features
|
11 | 18 |
|
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)) |
13 | 20 |
|
14 | 21 | ## [2.5.0](https://github.com/ngworker/angular-versions-action/compare/v2.4.1...v2.5.0) (2021-02-02)
|
15 | 22 |
|
16 |
| - |
17 | 23 | ### Features
|
18 | 24 |
|
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)) |
20 | 26 |
|
21 | 27 | ### [2.4.1](https://github.com/ngworker/angular-versions-action/compare/v2.4.0...v2.4.1) (2021-01-21)
|
22 | 28 |
|
23 | 29 | ## [2.4.0](https://github.com/ngworker/angular-versions-action/compare/v2.3.4...v2.4.0) (2021-01-21)
|
24 | 30 |
|
25 |
| - |
26 | 31 | ### Features
|
27 | 32 |
|
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)) |
29 | 34 |
|
30 | 35 | ### [2.3.4](https://github.com/ngworker/angular-versions-action/compare/v2.3.3...v2.3.4) (2020-11-08)
|
31 | 36 |
|
32 | 37 | ### [2.3.3](https://github.com/ngworker/angular-versions-action/compare/v2.3.2...v2.3.3) (2020-11-01)
|
33 | 38 |
|
34 |
| - |
35 | 39 | ### Bug Fixes
|
36 | 40 |
|
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)) |
38 | 42 |
|
39 | 43 | ### [2.3.2](https://github.com/ngworker/angular-versions-action/compare/v2.3.1...v2.3.2) (2020-11-01)
|
40 | 44 |
|
41 |
| - |
42 | 45 | ### Bug Fixes
|
43 | 46 |
|
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)) |
45 | 48 |
|
46 | 49 | ### [2.3.1](https://github.com/ngworker/angular-versions-action/compare/v2.3.0...v2.3.1) (2020-10-30)
|
47 | 50 |
|
48 |
| - |
49 | 51 | ### Bug Fixes
|
50 | 52 |
|
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)) |
52 | 54 |
|
53 | 55 | ## [2.3.0](https://github.com/ngworker/angular-versions-action/compare/v2.2.0...v2.3.0) (2020-10-30)
|
54 | 56 |
|
55 |
| - |
56 | 57 | ### Features
|
57 | 58 |
|
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)) |
59 | 60 |
|
60 | 61 | ## [2.2.0](https://github.com/ngworker/angular-versions-action/compare/v2.1.0...v2.2.0) (2020-10-24)
|
61 | 62 |
|
62 |
| - |
63 | 63 | ### Features
|
64 | 64 |
|
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)) |
66 | 66 |
|
67 | 67 | ## [2.1.0](https://github.com/ngworker/angular-versions-action/compare/v2.0.0...v2.1.0) (2020-10-18)
|
68 | 68 |
|
69 |
| - |
70 | 69 | ### Features
|
71 | 70 |
|
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)) |
73 | 72 |
|
74 | 73 | ## [2.0.0](https://github.com/ngworker/angular-versions-action/compare/v1.2.0...v2.0.0) (2020-10-16)
|
75 | 74 |
|
76 |
| - |
77 | 75 | ### ⚠ BREAKING CHANGES
|
78 | 76 |
|
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 |
81 | 79 |
|
82 | 80 | ### Features
|
83 | 81 |
|
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)) |
85 | 83 |
|
86 | 84 | ## [1.2.0](https://github.com/ngworker/angular-versions-action/compare/v1.1.4...v1.2.0) (2020-10-16)
|
87 | 85 |
|
88 |
| - |
89 | 86 | ### Features
|
90 | 87 |
|
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)) |
93 | 89 |
|
94 | 90 | ### Bug Fixes
|
95 | 91 |
|
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)) |
97 | 93 |
|
98 | 94 | ### [1.1.4](https://github.com/ngworker/angular-versions-action/compare/v1.1.3...v1.1.4) (2020-10-16)
|
99 | 95 |
|
100 |
| - |
101 | 96 | ### Bug Fixes
|
102 | 97 |
|
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)) |
104 | 99 |
|
105 | 100 | ### [1.1.3](https://github.com/ngworker/angular-versions-action/compare/v1.1.2...v1.1.3) (2020-10-16)
|
106 | 101 |
|
107 |
| - |
108 | 102 | ### Bug Fixes
|
109 | 103 |
|
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)) |
111 | 105 |
|
112 | 106 | ### [1.1.2](https://github.com/ngworker/angular-versions-action/compare/v1.1.1...v1.1.2) (2020-10-16)
|
113 | 107 |
|
114 |
| - |
115 | 108 | ### Bug Fixes
|
116 | 109 |
|
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)) |
118 | 111 |
|
119 | 112 | ### [1.1.1](https://github.com/ngworker/angular-versions-action/compare/v1.1.0...v1.1.1) (2020-10-16)
|
120 | 113 |
|
121 | 114 | ## [1.1.0](https://github.com/ngworker/angular-versions-action/compare/v1.0.0...v1.1.0) (2020-10-16)
|
122 | 115 |
|
123 |
| - |
124 | 116 | ### Features
|
125 | 117 |
|
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)) |
127 | 119 |
|
128 | 120 | ## 1.0.0 (2020-10-12)
|
129 | 121 |
|
130 |
| - |
131 | 122 | ### Features
|
132 | 123 |
|
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)) |
135 | 125 |
|
136 | 126 | ### Bug Fixes
|
137 | 127 |
|
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)) |
0 commit comments