Skip to content

Commit

Permalink
chore(release): 14.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Klesse committed Aug 21, 2023
1 parent e617f29 commit d121e96
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [14.37.0](https://github.com/lenneTech/ng-base/compare/v14.36.4...v14.37.0) (2023-08-21)

### Features

- added cypress attribute data to base components ([e4d3e0e](https://github.com/lenneTech/ng-base/commit/e4d3e0e2d925675a41469fad1bdba6715f2bf119))

### Bug Fixes

- added isPlatformBrowser to authguard to fix issues when reloading a guarded route ([23b2385](https://github.com/lenneTech/ng-base/commit/23b238580a05bf84e9edb6293c3c9d164544762b))

### [14.36.4](https://github.com/lenneTech/ng-base/compare/v14.36.3...v14.36.4) (2023-07-09)

### [14.36.3](https://github.com/lenneTech/ng-base/compare/v14.36.2...v14.36.3) (2023-04-06)
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": "@lenne.tech/ng-base",
"version": "14.36.4",
"version": "14.37.0",
"author": "lenne.Tech <[email protected]> (https://lenne.tech)",
"homepage": "https://lennetech.github.io/ng-base/",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions projects/ng-base/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 projects/ng-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"angular-library",
"angular13+"
],
"version": "14.36.4",
"version": "14.37.0",
"author": "lenne.Tech <[email protected]> (https://lenne.tech)",
"homepage": "https://github.com/lenneTech/ng-base",
"license": "MIT",
Expand Down

0 comments on commit d121e96

Please sign in to comment.