Skip to content

Commit

Permalink
chore(release): 18.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Sep 2, 2024
1 parent ededf5a commit d30b466
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### [18.2.1](https://github.com/angular-extensions/elements/compare/v18.2.0...v18.2.1) (2024-09-02)

### Bug Fixes

- **lib:** rework loadingSuccess and loadingError outputs to inputs (pass in handler) ([40e2058](https://github.com/angular-extensions/elements/commit/40e2058e079f8e47bce9685e6b08ac5c8d6fd385))

## [18.2.0](https://github.com/angular-extensions/elements/compare/v18.1.0...v18.2.0) (2024-07-12)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-extensions/elements",
"version": "18.2.0",
"version": "18.2.1",
"scripts": {
"ng": "ng",
"prestart": "npm run build:copy-changelog",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
// version:start
version: '18.2.0',
version: '18.2.1',
// version:end
production: true,
};
2 changes: 1 addition & 1 deletion projects/elements-demo/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
// version:start
version: '18.2.0',
version: '18.2.1',
// version:end
production: false,
};
Expand Down
2 changes: 1 addition & 1 deletion projects/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-extensions/elements",
"version": "18.2.0",
"version": "18.2.1",
"peerDependencies": {
"@angular/common": ">=18",
"@angular/core": ">=18",
Expand Down

0 comments on commit d30b466

Please sign in to comment.