Skip to content

Commit

Permalink
chore(release): 17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Mar 2, 2024
1 parent f07ed3e commit 1774eb7
Show file tree
Hide file tree
Showing 7 changed files with 24 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.

## [17.1.0](https://github.com/angular-extensions/elements/compare/v17.0.0...v17.1.0) (2024-03-02)

### Features

- add trusted types support "angular-extensions#elements" ([f07ed3e](https://github.com/angular-extensions/elements/commit/f07ed3ec1665be4335921f31996bb0514b314a18))

## [17.0.0](https://github.com/angular-extensions/elements/compare/v16.0.0...v17.0.0) (2023-11-09)

### ⚠ BREAKING CHANGES
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.0.0",
"version": "17.1.0",
"scripts": {
"ng": "ng",
"prestart": "npm run build:copy-changelog",
Expand Down
12 changes: 12 additions & 0 deletions projects/elements-demo/src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [17.0.0](https://github.com/angular-extensions/elements/compare/v16.0.0...v17.0.0) (2023-11-09)

### ⚠ BREAKING CHANGES

- **lib:** upgrade to Angular 17

* remove empty test stubs

### Features

- **lib:** upgrade to Angular 17 ([2404cbb](https://github.com/angular-extensions/elements/commit/2404cbbb94a637ea83abf1abb99efcbf5f05c091))

## [16.0.0](https://github.com/angular-extensions/elements/compare/v15.3.0...v16.0.0) (2023-05-24)

### ⚠ BREAKING CHANGES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
// version:start
version: '17.0.0',
version: '17.1.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.0.0',
version: '17.1.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.0.0",
"version": "17.1.0",
"peerDependencies": {
"@angular/common": ">=15",
"@angular/core": ">=15",
Expand Down

0 comments on commit 1774eb7

Please sign in to comment.