Skip to content

Commit

Permalink
feat(version): release 0.37.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Feb 23, 2024
1 parent 85d93ef commit 5c5e368
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/onpremise-amz-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onpremise-auto-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onpremise-dds-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onpremise-def-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onpremise-hha-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onpremise-rl-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onpremise-rmr-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onpremise-tta-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Extract Version from package.json
id: project_version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.37.1",
"version": "0.37.2",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit 5c5e368

Please sign in to comment.