Skip to content

Commit

Permalink
v9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafoscili committed Apr 2, 2024
1 parent 792ae7a commit d2b8cba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/ketchup-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sme.up/ketchup-react",
"version": "9.6.2",
"version": "9.6.3",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"description": "Ketchup React Components library by smeup",
"license": "Apache-2.0",
"dependencies": {
"@sme.up/ketchup": "^9.6.2",
"@sme.up/ketchup": "^9.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ketchup-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@sme.up/ketchup": "^9.6.2",
"@sme.up/ketchup": "^9.6.3",
"core-js": "^3.30.2",
"vue": "^2.6.14",
"vue-router": "^3.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/ketchup-showcase/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
@kup-tree-nodeselected="treeClick"
></kup-tree
><div class="version"
><a href="https://github.com/smeup/ketchup/releases/tag/v9.6.2"
>v9.6.2</a
><a href="https://github.com/smeup/ketchup/releases/tag/v9.6.3"
>v9.6.3</a
></div
></div
>
Expand Down
2 changes: 1 addition & 1 deletion packages/ketchup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sme.up/ketchup",
"version": "9.6.2",
"version": "9.6.3",
"keywords": [
"smeup",
"KetchUP",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2928,7 +2928,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sme.up/ketchup-react@workspace:packages/ketchup-react"
dependencies:
"@sme.up/ketchup": ^10.0.0-SNAPSHOT
"@sme.up/ketchup": ^9.6.3
"@types/geojson": ^7946.0.10
"@types/node": ^20.2.5
"@types/react": ^18.2.7
Expand Down Expand Up @@ -2961,7 +2961,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sme.up/ketchup-showcase@workspace:packages/ketchup-showcase"
dependencies:
"@sme.up/ketchup": ^10.0.0-SNAPSHOT
"@sme.up/ketchup": ^9.6.3
"@typescript-eslint/eslint-plugin": ^5.59.8
"@typescript-eslint/parser": ^5.59.8
"@vue/cli-plugin-babel": ~5.0.8
Expand All @@ -2985,7 +2985,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sme.up/ketchup@^10.0.0-SNAPSHOT, @sme.up/ketchup@workspace:packages/ketchup":
"@sme.up/ketchup@^9.6.3, @sme.up/ketchup@workspace:packages/ketchup":
version: 0.0.0-use.local
resolution: "@sme.up/ketchup@workspace:packages/ketchup"
dependencies:
Expand Down

0 comments on commit d2b8cba

Please sign in to comment.