Skip to content

Commit

Permalink
Merge branch 'main' into fix/khcp-13121-kmultiselect-keyboard-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Oct 4, 2024
2 parents ac5f326 + fa17128 commit f127d9d
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 124 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [9.10.2](https://github.com/Kong/kongponents/compare/v9.10.1...v9.10.2) (2024-10-04)


### Bug Fixes

* **kmultiselect:** make sure bound attributes override default ([#2407](https://github.com/Kong/kongponents/issues/2407)) ([06cbcdd](https://github.com/Kong/kongponents/commit/06cbcdd0e6478f6e5e8a75c8c15c4510451aef4a))

## [9.10.1](https://github.com/Kong/kongponents/compare/v9.10.0...v9.10.1) (2024-10-03)


### Bug Fixes

* **kinput:** default type attribute [KHCP-13525] ([#2434](https://github.com/Kong/kongponents/issues/2434)) ([03892c0](https://github.com/Kong/kongponents/commit/03892c0e06ed0b847e737eb1b34c38f3d537ea81))

# [9.10.0](https://github.com/Kong/kongponents/compare/v9.9.1...v9.10.0) (2024-10-01)


Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong/kongponents",
"version": "9.10.0",
"version": "9.10.2",
"description": "Kong Component library",
"type": "module",
"repository": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"@types/node": "^20.16.5",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-core": "^3.5.6",
"@vue/compiler-core": "^3.5.8",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^11.1.0",
"autoprefixer": "^10.4.20",
Expand All @@ -101,7 +101,7 @@
"cypress": "^13.14.2",
"cypress-fail-fast": "^7.1.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"inquirer": "^9.3.6",
"nanospinner": "^1.1.0",
"node-emoji": "^2.1.3",
Expand All @@ -111,7 +111,7 @@
"postcss-html": "^1.7.0",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.79.2",
"sass": "^1.79.3",
"semantic-release": "^24.1.1",
"shx": "^0.3.4",
"stylelint": "^16.9.0",
Expand All @@ -121,10 +121,10 @@
"stylelint-order": "^6.0.4",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vite-plugin-vue-devtools": "^7.4.5",
"vitepress": "^1.3.4",
"vue": "^3.5.6",
"vue": "^3.5.8",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
},
Expand Down Expand Up @@ -179,10 +179,10 @@
"engines": {
"node": ">=v16.20.2 || >=18.12.1 || >=20.14.0"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"volta": {
"node": "20.17.0",
"pnpm": "9.10.0"
"pnpm": "9.11.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit f127d9d

Please sign in to comment.