Skip to content

Commit 521efc8

Browse files
committed
chore: Prepare for release of 1.2.1
1 parent 1f513e5 commit 521efc8

File tree

5 files changed

+20
-56
lines changed

5 files changed

+20
-56
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Removed
1414

15+
## [1.2.1] - 2022-12-22
16+
17+
### Changed
18+
19+
* Fixed issues with angular peer dependencies (#773, #774)
20+
21+
1522
## [1.2.0] - 2022-12-04
1623

1724
### Added

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

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

+8-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/ngx-darkbox-gallery/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@failed-successfully/ngx-darkbox-gallery",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "Apache-2.0 License",
55
"author": "Henning Ramberger & Björn Böhnke",
66
"contributers": [
@@ -29,8 +29,8 @@
2929
"url": "https://github.com/failed-successfully/ngx-darkbox-gallery-library/issues/new"
3030
},
3131
"peerDependencies": {
32-
"@angular/common": "^12.0.0||^13.0.0 || ^14.0.0 || ^15.0.0",
33-
"@angular/core": "^12.0.0||^13.0.0 || ^14.0.0 || ^15.0.0"
32+
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
33+
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
3434
},
3535
"dependencies": {
3636
"tslib": "2.4.1"

0 commit comments

Comments
 (0)