Skip to content

Commit d30b466

Browse files
committed
chore(release): 18.2.1
1 parent ededf5a commit d30b466

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
### [18.2.1](https://github.com/angular-extensions/elements/compare/v18.2.0...v18.2.1) (2024-09-02)
6+
7+
### Bug Fixes
8+
9+
- **lib:** rework loadingSuccess and loadingError outputs to inputs (pass in handler) ([40e2058](https://github.com/angular-extensions/elements/commit/40e2058e079f8e47bce9685e6b08ac5c8d6fd385))
10+
511
## [18.2.0](https://github.com/angular-extensions/elements/compare/v18.1.0...v18.2.0) (2024-07-12)
612

713
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "18.2.0",
3+
"version": "18.2.1",
44
"scripts": {
55
"ng": "ng",
66
"prestart": "npm run build:copy-changelog",
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: '18.2.0',
3+
version: '18.2.1',
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: '18.2.0',
7+
version: '18.2.1',
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": "18.2.0",
3+
"version": "18.2.1",
44
"peerDependencies": {
55
"@angular/common": ">=18",
66
"@angular/core": ">=18",

0 commit comments

Comments
 (0)