diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 6c906b4b6..7e70aef10 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -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: diff --git a/package.json b/package.json index 59cbd9382..98b07be93 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/camel-catalog/package.json b/packages/camel-catalog/package.json index ee24bf8c5..8038577a5 100644 --- a/packages/camel-catalog/package.json +++ b/packages/camel-catalog/package.json @@ -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", diff --git a/packages/ui-tests/package.json b/packages/ui-tests/package.json index 46270827a..f77c285f7 100644 --- a/packages/ui-tests/package.json +++ b/packages/ui-tests/package.json @@ -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", diff --git a/packages/ui/package.json b/packages/ui/package.json index 7c1b1fe7d..e62b48004 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",