Skip to content

Commit 72b9c39

Browse files
committed
chore(release): release version 2.1.14
1 parent 5d9b42f commit 72b9c39

132 files changed

Lines changed: 389 additions & 64 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19)
6+
7+
8+
59
# [2.2.0-next.3](https://github.com/tractr/stack/compare/v2.2.0-next.2...v2.2.0-next.3) (2023-04-18)
610

711

apps/api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19)
6+
7+
8+
59
# [2.2.0-next.3](https://github.com/tractr/stack/compare/v2.2.0-next.2...v2.2.0-next.3) (2023-04-18)
610

711

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "@trxn/traxion-api",
3-
"version": "2.2.0-next.3"
3+
"version": "2.1.14"
44
}

apps/pwa-e2e/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19)
6+
7+
8+
59
# [2.2.0-next.3](https://github.com/tractr/stack/compare/v2.2.0-next.2...v2.2.0-next.3) (2023-04-18)
610

711

apps/pwa/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19)
6+
7+
8+
### Bug Fixes
9+
10+
* load the user on the application start ([f4e5ab1](https://github.com/tractr/stack/commit/f4e5ab1022f90b78c05c253a4d20f48d2c645f92))
11+
12+
13+
### Features
14+
15+
* remove unused package and component from angular packages ([#2](https://github.com/tractr/stack/issues/2)) ([6f7f1cd](https://github.com/tractr/stack/commit/6f7f1cd558af835a53da24f939e592a02d2594aa))
16+
17+
18+
519
# [2.2.0-next.3](https://github.com/tractr/stack/compare/v2.2.0-next.2...v2.2.0-next.3) (2023-04-18)
620

721

apps/pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/traxion-pwa",
3-
"version": "2.2.0-next.3",
3+
"version": "2.1.14",
44
"peerDependencies": {
55
"@angular/common": "^12.1.1",
66
"@angular/core": "^12.1.1"

apps/terraform/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19)
6+
7+
8+
59
# [2.2.0-next.3](https://github.com/tractr/stack/compare/v2.2.0-next.2...v2.2.0-next.3) (2023-04-18)
610

711

libs/angular/authentication/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19)
6+
7+
8+
### Bug Fixes
9+
10+
* do not notify when we test if the user is logged or not ([079271b](https://github.com/tractr/stack/commit/079271bd7f63e6bb1457fb72579c27f8f076e2e3))
11+
* load the user on the application start ([f4e5ab1](https://github.com/tractr/stack/commit/f4e5ab1022f90b78c05c253a4d20f48d2c645f92))
12+
* use observable inside angular guard to be sure to wait the user initialisation ([cb06aec](https://github.com/tractr/stack/commit/cb06aecbde04ae9ce148ddedaf44744550819c20))
13+
14+
15+
### Features
16+
17+
* remove unused package and component from angular packages ([#2](https://github.com/tractr/stack/issues/2)) ([6f7f1cd](https://github.com/tractr/stack/commit/6f7f1cd558af835a53da24f939e592a02d2594aa))
18+
19+
20+
521
# [2.2.0-next.3](https://github.com/tractr/stack/compare/v2.2.0-next.2...v2.2.0-next.3) (2023-04-18)
622

723

libs/angular/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/angular-authentication",
3-
"version": "2.2.0-next.3",
3+
"version": "2.1.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/stack"

libs/angular/casl/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [2.1.14](https://github.com/tractr/stack/compare/v2.1.13...v2.1.14) (2023-04-19)
6+
7+
8+
### Features
9+
10+
* remove unused package and component from angular packages ([#2](https://github.com/tractr/stack/issues/2)) ([6f7f1cd](https://github.com/tractr/stack/commit/6f7f1cd558af835a53da24f939e592a02d2594aa))
11+
12+
13+
514
# [2.2.0-next.3](https://github.com/tractr/stack/compare/v2.2.0-next.2...v2.2.0-next.3) (2023-04-18)
615

716

0 commit comments

Comments
 (0)