Skip to content

Commit 7d0f885

Browse files
committed
chore(release): 12.5.0
1 parent d96beb2 commit 7d0f885

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [12.5.0](https://github.com/angular-extensions/elements/compare/v12.4.2...v12.5.0) (2021-06-30)
6+
7+
### Features
8+
9+
- handle url changes for the `axLazyElement` directive ([0677f82](https://github.com/angular-extensions/elements/commit/0677f82d1f84fca3e622f50af2f7928902c95726))
10+
- switch to `ngOnChanges` ([de86e11](https://github.com/angular-extensions/elements/commit/de86e11717898aa54e31dc1e74ed1c0ed88a6a57))
11+
512
### [12.4.2](https://github.com/angular-extensions/elements/compare/v12.4.1...v12.4.2) (2021-06-17)
613

714
### Bug Fixes

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/elements",
3-
"version": "12.4.2",
3+
"version": "12.5.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve -o",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
// version:start
3-
version: '12.4.2',
3+
version: '12.5.0',
44
// version:end
55
production: true,
66
};

projects/elements-demo/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export const environment = {
66
// version:start
7-
version: '12.4.2',
7+
version: '12.5.0',
88
// version:end
99
production: false,
1010
};

projects/elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/elements",
3-
"version": "12.4.2",
3+
"version": "12.5.0",
44
"peerDependencies": {
55
"@angular/common": ">=12",
66
"@angular/core": ">=12"

0 commit comments

Comments
 (0)