Skip to content

Commit

Permalink
chore(release): Prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hramberger committed Feb 28, 2022
1 parent 1d662d0 commit 9de7590
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 31 deletions.
29 changes: 7 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

* Removed obsolete folder `e2e`

## [1.0.0-alpha.3]
## [1.0.0] 2022-02-28

### Added

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

### Changed

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

### Removed

* Removed unused image-configuration


## [1.0.0-alpha.2] 2022-02-13

### Changed

* Set package version to 1.0.0-branch


## [1.0.0-alpha.1] 2021-11-07

### Added

* Added footer to the demo page (#162. #163)
* Added prereleases to next tag on npm (#108, #242)

### Changed

* Set angular compiler option to ivy-partial (#161, #257) **Breaking Change: The minimum supported angular version is now 12.x**
* Updated demo to Angular 13 (#294)
* Removed obsolete folder `e2e`


## [0.7.0] - 2021-08-27
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@failed-successfully/ngx-darkbox-gallery",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"license": "Apache-2.0 License",
"author": "Henning Ramberger & Björn Böhnke",
"contributers": [
Expand Down Expand Up @@ -49,8 +49,8 @@
"@angular/platform-browser": "13.2.4",
"@angular/platform-browser-dynamic": "13.2.4",
"@angular/router": "13.2.4",
"ngx-json-viewer": "^3.0.2",
"ngx-toastr": "^14.2.1",
"ngx-json-viewer": "3.0.2",
"ngx-toastr": "14.2.1",
"rxjs": "7.5.4",
"tslib": "2.3.1",
"zone.js": "0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-darkbox-gallery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/ngx-darkbox-gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@failed-successfully/ngx-darkbox-gallery",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"license": "Apache-2.0 License",
"author": "Henning Ramberger & Björn Böhnke",
"contributers": [
Expand Down

0 comments on commit 9de7590

Please sign in to comment.