Skip to content

Commit

Permalink
v9.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafoscili committed Jul 15, 2024
1 parent 2dfef53 commit 3c56d99
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.9",
"version": "9.6.10",
"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.9",
"@sme.up/ketchup": "^9.6.10",
"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.9",
"@sme.up/ketchup": "^9.6.10",
"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.9"
>v9.6.9</a
><a href="https://github.com/smeup/ketchup/releases/tag/v9.6.10"
>v9.6.10</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.9",
"version": "9.6.10",
"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 @@ -2876,7 +2876,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sme.up/ketchup-react@workspace:packages/ketchup-react"
dependencies:
"@sme.up/ketchup": ^9.6.9
"@sme.up/ketchup": ^9.6.10
"@types/geojson": ^7946.0.10
"@types/node": ^20.2.5
"@types/react": ^18.2.7
Expand Down Expand Up @@ -2910,7 +2910,7 @@ __metadata:
resolution: "@sme.up/ketchup-showcase@workspace:packages/ketchup-showcase"
dependencies:
"@babel/plugin-transform-private-methods": ^7.24.1
"@sme.up/ketchup": ^9.6.9
"@sme.up/ketchup": ^9.6.10
"@typescript-eslint/eslint-plugin": ^5.59.8
"@typescript-eslint/parser": ^5.59.8
"@vue/cli-plugin-babel": ~5.0.8
Expand All @@ -2934,7 +2934,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sme.up/ketchup@^9.6.9, @sme.up/ketchup@workspace:packages/ketchup":
"@sme.up/ketchup@^9.6.10, @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 3c56d99

Please sign in to comment.