Skip to content

Commit ee48d6c

Browse files
committed
chore(release): release version 3.0.0
1 parent 619edf9 commit ee48d6c

File tree

71 files changed

+245
-35
lines changed

Some content is hidden

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

71 files changed

+245
-35
lines changed

apps/docs/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

apps/docs/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-api",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"dependencies": {
55
"@docusaurus/core": "^2.2.0",
66
"@docusaurus/mdx-loader": "^2.2.0",

examples/api-prisma/CHANGELOG.md

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

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

5+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* update prisma rejectOnNotFound default to false type params ([a16535e](https://github.com/tractr/traxion/commit/a16535eff19dda56e05c11ec4a0deb25e9be5292))
11+
* update the generators to prisma v5 ([619edf9](https://github.com/tractr/traxion/commit/619edf99af5e9d621da0db2eaae1c3c28ca30920))
12+
13+
14+
515
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
616

717

examples/api-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "@trxn/examples-api-prisma",
3-
"version": "2.2.7"
3+
"version": "3.0.0"
44
}

libs/common/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/common",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"description": "Common module for back and front",
55
"repository": {
66
"type": "git",

libs/hapify/core/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/hapify/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-core",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/devkit/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/hapify/devkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-devkit",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/generators/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* update the generators to prisma v5 ([619edf9](https://github.com/tractr/traxion/commit/619edf99af5e9d621da0db2eaae1c3c28ca30920))
11+
12+
13+
514
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
615

716

libs/hapify/generators/casl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-generator-casl",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/generators/nestjs-authorized-graphql-resolvers/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/hapify/generators/nestjs-authorized-graphql-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-generator-nestjs-authorized-graphql-resolvers",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/generators/nestjs-authorized-services/CHANGELOG.md

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

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

5+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* remove the default JwtAuthGuard from /me ([#628](https://github.com/tractr/traxion/issues/628)) ([fe5fb60](https://github.com/tractr/traxion/commit/fe5fb607e52e0bbcfa57dbf059773a735d9ea351))
11+
* update prisma rejectOnNotFound default to false type params ([a16535e](https://github.com/tractr/traxion/commit/a16535eff19dda56e05c11ec4a0deb25e9be5292))
12+
* update the generators to prisma v5 ([619edf9](https://github.com/tractr/traxion/commit/619edf99af5e9d621da0db2eaae1c3c28ca30920))
13+
14+
15+
516
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
617

718

libs/hapify/generators/nestjs-authorized-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-generator-nestjs-authorized-services",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/generators/nestjs-graphql-dtos/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/hapify/generators/nestjs-graphql-dtos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-generator-nestjs-graphql-dtos",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/generators/nestjs-graphql-resolvers/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* update the generators to prisma v5 ([619edf9](https://github.com/tractr/traxion/commit/619edf99af5e9d621da0db2eaae1c3c28ca30920))
11+
12+
13+
514
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
615

716

libs/hapify/generators/nestjs-graphql-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-generator-nestjs-graphql-resolvers",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/generators/nestjs-modules/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* update prisma rejectOnNotFound default to false type params ([a16535e](https://github.com/tractr/traxion/commit/a16535eff19dda56e05c11ec4a0deb25e9be5292))
11+
12+
13+
514
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
615

716

libs/hapify/generators/nestjs-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-generator-nestjs-modules",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/generators/nestjs-services/CHANGELOG.md

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

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

5+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* remove the default JwtAuthGuard from /me ([#628](https://github.com/tractr/traxion/issues/628)) ([fe5fb60](https://github.com/tractr/traxion/commit/fe5fb607e52e0bbcfa57dbf059773a735d9ea351))
11+
* update prisma rejectOnNotFound default to false type params ([a16535e](https://github.com/tractr/traxion/commit/a16535eff19dda56e05c11ec4a0deb25e9be5292))
12+
* update the generators to prisma v5 ([619edf9](https://github.com/tractr/traxion/commit/619edf99af5e9d621da0db2eaae1c3c28ca30920))
13+
14+
15+
516
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
617

718

libs/hapify/generators/nestjs-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-generator-nestjs-services",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/generators/traxion/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* update the generators to prisma v5 ([619edf9](https://github.com/tractr/traxion/commit/619edf99af5e9d621da0db2eaae1c3c28ca30920))
11+
12+
13+
514
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
615

716

libs/hapify/generators/traxion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/hapify-generator-traxion",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/prisma/casl-generator/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/hapify/prisma/casl-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/prisma-casl-generator",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/hapify/prisma/nestjs-authorized-graphql-resolvers-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/prisma-nestjs-authorized-graphql-resolvers-generator",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/prisma/nestjs-authorized-services-generator/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/hapify/prisma/nestjs-authorized-services-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/prisma-nestjs-authorized-services-generator",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/prisma/nestjs-graphql-dtos-generator/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* update the generators to prisma v5 ([619edf9](https://github.com/tractr/traxion/commit/619edf99af5e9d621da0db2eaae1c3c28ca30920))
11+
12+
13+
514
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
615

716

libs/hapify/prisma/nestjs-graphql-dtos-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/prisma-nestjs-graphql-dtos-generator",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/prisma/nestjs-graphql-resolvers-generator/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

libs/hapify/prisma/nestjs-graphql-resolvers-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trxn/prisma-nestjs-graphql-resolvers-generator",
3-
"version": "2.2.7",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tractr/traxion"

libs/hapify/prisma/nestjs-modules-generator/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+
# [3.0.0](https://github.com/tractr/traxion/compare/v2.2.3...v3.0.0) (2023-08-17)
6+
7+
8+
59
## [2.2.7](https://github.com/tractr/traxion/compare/v2.2.6...v2.2.7) (2023-07-14)
610

711

0 commit comments

Comments
 (0)