Skip to content

Commit

Permalink
chore(release): 2.0.0-TP3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Apr 29, 2024
1 parent 2260f06 commit c85ec20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: 'Version and publish'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.KAOTO_NEXT_NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.KAOTO_NPM_TOKEN }}
run: yarn publish

container-image-release:
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": "kaoto",
"version": "2.0.0-dev",
"version": "2.0.0-TP3.1",
"description": "Next version of the UI of the Kaoto project",
"repository": "https://github.com/KaotoIO/kaoto",
"author": "The Kaoto Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/camel-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaoto/camel-catalog",
"version": "2.0.0-dev",
"version": "2.0.0-TP3.1",
"type": "commonjs",
"description": "Camel Catalog and schemas for Kaoto",
"repository": "https://github.com/KaotoIO/kaoto",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kaoto/kaoto-tests",
"private": true,
"version": "2.0.0-dev",
"version": "2.0.0-TP3.1",
"type": "module",
"description": "Kaoto UI tests and storybook",
"repository": "https://github.com/KaotoIO/kaoto",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaoto/kaoto",
"version": "2.0.0-dev",
"version": "2.0.0-TP3.1",
"type": "module",
"description": "Kaoto UI",
"repository": "https://github.com/KaotoIO/kaoto",
Expand Down

0 comments on commit c85ec20

Please sign in to comment.