Skip to content

Commit

Permalink
test(version): Provide a dummy PR to test deploy to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Jul 8, 2024
1 parent d9986e8 commit 337d20a
Showing 5 changed files with 5 additions and 5 deletions.
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.1.0-dev",
"version": "2.1.0-RC2",
"description": "Next version of the UI of the Kaoto project",
"repository": "https://github.com/KaotoIO/kaoto",
"author": "The Kaoto Team",
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-plugin",
"version": "2.1.0-dev",
"version": "2.1.0-RC2",
"type": "commonjs",
"description": "Camel Catalog and schemas for Kaoto",
"repository": "https://github.com/KaotoIO/kaoto",
2 changes: 1 addition & 1 deletion packages/catalog-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaoto/camel-catalog",
"version": "2.1.0-dev",
"version": "2.1.0-RC2",
"type": "commonjs",
"description": "Camel Catalog and schemas for Kaoto",
"repository": "https://github.com/KaotoIO/kaoto",
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.1.0-dev",
"version": "2.1.0-RC2",
"type": "module",
"description": "Kaoto UI tests and storybook",
"repository": "https://github.com/KaotoIO/kaoto",
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.1.0-dev",
"version": "2.1.0-RC2",
"type": "module",
"description": "Kaoto UI",
"repository": "https://github.com/KaotoIO/kaoto",

0 comments on commit 337d20a

Please sign in to comment.