Skip to content

Commit

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

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.0.0](https://github.com/angular-extensions/elements/compare/v17.1.1...v18.0.0) (2024-07-11)

### ⚠ BREAKING CHANGES

- **lib:** upgrade to Angular 18

### Features

- **lib:** add new loading success / error outputs ([03182ad](https://github.com/angular-extensions/elements/commit/03182ad8cfda53af48740cc6820f00511d277b00))
- **lib:** modernize apis, use standalone, js private fields ([b656749](https://github.com/angular-extensions/elements/commit/b6567491ec6fe0c89db370e5fa60a7ff37664537))
- **lib:** upgrade to Angular 18 ([a871dd0](https://github.com/angular-extensions/elements/commit/a871dd0860cca70e4d3d503521b69071bc2de12b))
- new control flow ([e962f61](https://github.com/angular-extensions/elements/commit/e962f618dba4a52883d23ef7a27f6cbf0fdf557b))

### [17.1.1](https://github.com/angular-extensions/elements/compare/v17.1.0...v17.1.1) (2024-03-20)

### Bug Fixes
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": "17.1.1",
"version": "18.0.0",
"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: '17.1.1',
version: '18.0.0',
// 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: '17.1.1',
version: '18.0.0',
// 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": "17.1.1",
"version": "18.0.0",
"peerDependencies": {
"@angular/common": ">=18",
"@angular/core": ">=18",
Expand Down

0 comments on commit 36cfeab

Please sign in to comment.