Skip to content

Commit 9de7590

Browse files
committed
chore(release): Prepare release v1.0.0
1 parent 1d662d0 commit 9de7590

File tree

5 files changed

+16
-31
lines changed

5 files changed

+16
-31
lines changed

CHANGELOG.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Removed
1414

15-
* Removed obsolete folder `e2e`
1615

17-
## [1.0.0-alpha.3]
16+
## [1.0.0] 2022-02-28
1817

1918
### Added
2019

20+
* Added footer to the demo page (#162. #163)
21+
* Added prereleases to next tag on npm (#108, #242)
2122
* Added configuration editor to demo page (#49, #365)
2223
* Added autmatic release note extraction to workflows (#409)
2324

2425
### Changed
2526

27+
* Set angular compiler option to ivy-partial (#161, #257) **Breaking Change: The minimum supported angular version is now 12.x**
28+
* Updated demo to Angular 13 (#294)
29+
* Set package version to 1.0.0-branch
2630
* Updated advanced-configuration-example.md (#157)
2731

2832
### Removed
2933

3034
* Removed unused image-configuration
31-
32-
33-
## [1.0.0-alpha.2] 2022-02-13
34-
35-
### Changed
36-
37-
* Set package version to 1.0.0-branch
38-
39-
40-
## [1.0.0-alpha.1] 2021-11-07
41-
42-
### Added
43-
44-
* Added footer to the demo page (#162. #163)
45-
* Added prereleases to next tag on npm (#108, #242)
46-
47-
### Changed
48-
49-
* Set angular compiler option to ivy-partial (#161, #257) **Breaking Change: The minimum supported angular version is now 12.x**
50-
* Updated demo to Angular 13 (#294)
35+
* Removed obsolete folder `e2e`
5136

5237

5338
## [0.7.0] - 2021-08-27

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@failed-successfully/ngx-darkbox-gallery",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0",
44
"license": "Apache-2.0 License",
55
"author": "Henning Ramberger & Björn Böhnke",
66
"contributers": [
@@ -49,8 +49,8 @@
4949
"@angular/platform-browser": "13.2.4",
5050
"@angular/platform-browser-dynamic": "13.2.4",
5151
"@angular/router": "13.2.4",
52-
"ngx-json-viewer": "^3.0.2",
53-
"ngx-toastr": "^14.2.1",
52+
"ngx-json-viewer": "3.0.2",
53+
"ngx-toastr": "14.2.1",
5454
"rxjs": "7.5.4",
5555
"tslib": "2.3.1",
5656
"zone.js": "0.11.4"

projects/ngx-darkbox-gallery/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/ngx-darkbox-gallery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@failed-successfully/ngx-darkbox-gallery",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0",
44
"license": "Apache-2.0 License",
55
"author": "Henning Ramberger & Björn Böhnke",
66
"contributers": [

0 commit comments

Comments
 (0)