Skip to content

Commit 1c63c1e

Browse files
committed
chore(release): 15.0.0
1 parent e2ee1bc commit 1c63c1e

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
## [15.0.0](https://github.com/angular-extensions/elements/compare/v14.1.0...v15.0.0) (2023-02-06)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- **lib:** upgrade to Angular 15
10+
11+
### Features
12+
13+
- **lib:** upgrade to Angular 15 ([e2ee1bc](https://github.com/angular-extensions/elements/commit/e2ee1bc2faaef649dcbfe0c9c7c4b3a060148642))
14+
515
## [14.1.0](https://github.com/angular-extensions/elements/compare/v14.0.0...v14.1.0) (2022-07-22)
616

717
### Features

package-lock.json

+2-2
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": "@angular-extensions/elements",
3-
"version": "14.1.0",
3+
"version": "15.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve -o",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
// version:start
3-
version: '14.1.0',
3+
version: '15.0.0',
44
// version:end
55
production: true,
66
};

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

projects/elements/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/elements",
3-
"version": "14.1.0",
3+
"version": "15.0.0",
44
"peerDependencies": {
55
"@angular/common": ">=14",
66
"@angular/core": ">=14",

0 commit comments

Comments
 (0)