Skip to content

Commit 77c7bf4

Browse files
committed
feat(json-api-nestjs,json-api-nestjs-microorm,json-api-nestjs-sdk,json-api-nestjs-shared,json-api-nestjs-typeorm): up nestjs
1 parent ccd03c5 commit 77c7bf4

File tree

6 files changed

+38
-39
lines changed

6 files changed

+38
-39
lines changed

.github/workflows/new-release.yml

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -91,43 +91,42 @@ jobs:
9191
project3: ${{ github.event.inputs.project3 }}
9292
project4: ${{ github.event.inputs.project4 }}
9393

94-
# test:
95-
# needs: [compute-projects]
96-
# uses: ./.github/workflows/test.yml
97-
# with:
98-
# mainBranch: "last-tag"
99-
# secrets:
100-
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
101-
#
102-
# e2e-test:
103-
# needs: [test]
104-
# uses: ./.github/workflows/e2e-test.yml
105-
# with:
106-
# mainBranch: "last-tag"
107-
# secrets:
108-
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
109-
#
110-
# build:
111-
# needs: [test, e2e-test]
112-
# uses: ./.github/workflows/build.yml
113-
# with:
114-
# mainBranch: "last-tag"
115-
# secrets:
116-
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
94+
test:
95+
needs: [compute-projects]
96+
uses: ./.github/workflows/test.yml
97+
with:
98+
mainBranch: "last-tag"
99+
secrets:
100+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
101+
102+
e2e-test:
103+
needs: [test]
104+
uses: ./.github/workflows/e2e-test.yml
105+
with:
106+
mainBranch: "last-tag"
107+
secrets:
108+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
117109

118-
# upload-badge:
119-
# needs: [ test, e2e-test ]
120-
# uses: ./.github/workflows/upload-badge.yml
121-
# with:
122-
# mainBranch: "last-tag"
123-
# secrets:
124-
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
125-
# GIST_SECRET: ${{ secrets.GIST_SECRET }}
126-
# GIST_ID: ${{ secrets.GIST_ID }}
110+
build:
111+
needs: [test, e2e-test]
112+
uses: ./.github/workflows/build.yml
113+
with:
114+
mainBranch: "last-tag"
115+
secrets:
116+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
117+
118+
upload-badge:
119+
needs: [ test, e2e-test ]
120+
uses: ./.github/workflows/upload-badge.yml
121+
with:
122+
mainBranch: "last-tag"
123+
secrets:
124+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
125+
GIST_SECRET: ${{ secrets.GIST_SECRET }}
126+
GIST_ID: ${{ secrets.GIST_ID }}
127127

128128
bump-version:
129-
# needs: [build]
130-
needs: [compute-projects]
129+
needs: [build]
131130
uses: ./.github/workflows/bump-version.yml
132131
with:
133132
projects: ${{ needs.compute-projects.outputs.finalProjects }}

libs/json-api/json-api-nestjs-microorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-microorm",
3-
"version": "0.1.0-beta.3",
3+
"version": "0.1.0-beta.2",
44
"type": "commonjs",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

libs/json-api/json-api-nestjs-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-sdk",
3-
"version": "10.0.0-beta.3",
3+
"version": "10.0.0-beta.2",
44
"description": "Helper for client JsonAPi Plugin for NestJs",
55
"keywords": [
66
"nestjs",

libs/json-api/json-api-nestjs-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-shared",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.2",
44
"description": "Shared Helper for JsonApi Plugin for NestJs",
55
"keywords": [
66
"nestjs",

libs/json-api/json-api-nestjs-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-typeorm",
3-
"version": "0.1.0-beta.3",
3+
"version": "0.1.0-beta.2",
44
"dependencies": {
55
"tslib": ">2.3.0",
66
"reflect-metadata": "^0.1.12 || ^0.2.0",

libs/json-api/json-api-nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs",
3-
"version": "10.0.0-beta.3",
3+
"version": "10.0.0-beta.2",
44
"type": "commonjs",
55
"description": "JsonApi Plugin for NestJs",
66
"keywords": [

0 commit comments

Comments
 (0)