Skip to content

Commit 1c2042a

Browse files
committed
chore(release): 12.1.0
1 parent e816e74 commit 1c2042a

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [12.1.0](https://github.com/angular-extensions/elements/compare/v12.0.0...v12.1.0) (2021-06-09)
6+
7+
### Features
8+
9+
- **workspace:** migrating from TSLint to ESLint ([3db76a6](https://github.com/angular-extensions/elements/commit/3db76a65acbbe28888b0eecf8ad624adcf58e38c))
10+
11+
### Bug Fixes
12+
13+
- do not keep capturing `this` when the directive gets destroyed ([40b7385](https://github.com/angular-extensions/elements/commit/40b73855ed16bf9ce338a63248541fc2017bc8a1))
14+
- **workspace:** remove deprecated protractor ([2f21b78](https://github.com/angular-extensions/elements/commit/2f21b7888e93ad0e91290b3a595e01adc011c616))
15+
516
## [12.0.0](https://github.com/angular-extensions/elements/compare/v11.0.1...v12.0.0) (2021-05-18)
617

718
### ⚠ BREAKING CHANGES

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "12.0.0",
3+
"version": "12.1.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve -o",
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: '12.0.0',
3+
version: '12.1.0',
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: '12.0.0',
7+
version: '12.1.0',
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": "12.0.0",
3+
"version": "12.1.0",
44
"peerDependencies": {
55
"@angular/common": ">=12",
66
"@angular/core": ">=12"

0 commit comments

Comments
 (0)