From 08194e4f0e494513527cfe20faff626f4843fb98 Mon Sep 17 00:00:00 2001 From: "ci@emuvente" Date: Wed, 20 Nov 2024 02:36:37 +0000 Subject: [PATCH] chore: publish - @kiva/kv-components@3.109.2 - @kiva/kv-shop@1.12.66 - @kiva/kv-tokens@2.16.0 --- @kiva/kv-components/CHANGELOG.md | 8 ++++++++ @kiva/kv-components/package.json | 4 ++-- @kiva/kv-shop/CHANGELOG.md | 8 ++++++++ @kiva/kv-shop/package.json | 4 ++-- @kiva/kv-tokens/CHANGELOG.md | 11 +++++++++++ @kiva/kv-tokens/package.json | 2 +- package-lock.json | 14 +++++++------- 7 files changed, 39 insertions(+), 12 deletions(-) diff --git a/@kiva/kv-components/CHANGELOG.md b/@kiva/kv-components/CHANGELOG.md index e5ff1e3a..e4df1cda 100644 --- a/@kiva/kv-components/CHANGELOG.md +++ b/@kiva/kv-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.109.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.109.1...@kiva/kv-components@3.109.2) (2024-11-20) + +**Note:** Version bump only for package @kiva/kv-components + + + + + ## [3.109.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.109.0...@kiva/kv-components@3.109.1) (2024-11-19) diff --git a/@kiva/kv-components/package.json b/@kiva/kv-components/package.json index a575a130..cb5c5936 100644 --- a/@kiva/kv-components/package.json +++ b/@kiva/kv-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiva/kv-components", - "version": "3.109.1", + "version": "3.109.2", "type": "module", "publishConfig": { "access": "public" @@ -61,7 +61,7 @@ "build": "tsup utils/*.js --outDir dist/utils --format cjs,esm --clean && cp -R vue/ dist/components/ && cp -R data/ dist/data/" }, "dependencies": { - "@kiva/kv-tokens": "^2.15.0", + "@kiva/kv-tokens": "^2.16.0", "@mdi/js": "^5.9.55", "@vueuse/integrations": "^7.6.0", "aria-hidden": "^1.1.3", diff --git a/@kiva/kv-shop/CHANGELOG.md b/@kiva/kv-shop/CHANGELOG.md index 8e8c738d..cee864cb 100644 --- a/@kiva/kv-shop/CHANGELOG.md +++ b/@kiva/kv-shop/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.12.66](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-shop@1.12.65...@kiva/kv-shop@1.12.66) (2024-11-20) + +**Note:** Version bump only for package @kiva/kv-shop + + + + + ## [1.12.65](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-shop@1.12.64...@kiva/kv-shop@1.12.65) (2024-11-19) **Note:** Version bump only for package @kiva/kv-shop diff --git a/@kiva/kv-shop/package.json b/@kiva/kv-shop/package.json index 6b497dd1..58b2011f 100644 --- a/@kiva/kv-shop/package.json +++ b/@kiva/kv-shop/package.json @@ -1,6 +1,6 @@ { "name": "@kiva/kv-shop", - "version": "1.12.65", + "version": "1.12.66", "type": "module", "publishConfig": { "access": "public" @@ -39,7 +39,7 @@ "dependencies": { "@apollo/client": "^3.7.14", "@kiva/kv-analytics": "^1.3.0", - "@kiva/kv-components": "^3.109.1", + "@kiva/kv-components": "^3.109.2", "@types/braintree-web-drop-in": "^1.34.2", "braintree-web-drop-in": "^1.37.0", "numeral": "^2.0.6", diff --git a/@kiva/kv-tokens/CHANGELOG.md b/@kiva/kv-tokens/CHANGELOG.md index 9e4f07c3..1061f6ae 100644 --- a/@kiva/kv-tokens/CHANGELOG.md +++ b/@kiva/kv-tokens/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.16.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.15.0...@kiva/kv-tokens@2.16.0) (2024-11-20) + + +### Features + +* **kv-tokens:** generate scss variables from primitives.json during build ([1567bbf](https://github.com/kiva/kv-ui-elements/commit/1567bbfe3411f003963b439e63628326822e57ac)) + + + + + # [2.15.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.14.0...@kiva/kv-tokens@2.15.0) (2024-11-18) diff --git a/@kiva/kv-tokens/package.json b/@kiva/kv-tokens/package.json index 057d4556..1703f110 100644 --- a/@kiva/kv-tokens/package.json +++ b/@kiva/kv-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@kiva/kv-tokens", - "version": "2.15.0", + "version": "2.16.0", "type": "module", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index f5fed46c..3e028f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2784,9 +2784,9 @@ } }, "@kiva/kv-components": { - "version": "3.109.1", + "version": "3.109.2", "dependencies": { - "@kiva/kv-tokens": "^2.15.0", + "@kiva/kv-tokens": "^2.16.0", "@mdi/js": "^5.9.55", "@vueuse/integrations": "^7.6.0", "aria-hidden": "^1.1.3", @@ -3987,11 +3987,11 @@ } }, "@kiva/kv-shop": { - "version": "1.12.65", + "version": "1.12.66", "dependencies": { "@apollo/client": "^3.7.14", "@kiva/kv-analytics": "^1.3.0", - "@kiva/kv-components": "^3.109.1", + "@kiva/kv-components": "^3.109.2", "@types/braintree-web-drop-in": "^1.34.2", "braintree-web-drop-in": "^1.37.0", "numeral": "^2.0.6", @@ -5163,7 +5163,7 @@ } }, "@kiva/kv-tokens": { - "version": "2.15.0", + "version": "2.16.0", "dependencies": { "@tailwindcss/typography": "^0.5.1", "tailwindcss": "^3.4.3" @@ -52583,7 +52583,7 @@ "@babel/preset-env": "^7.24.8", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", - "@kiva/kv-tokens": "^2.15.0", + "@kiva/kv-tokens": "^2.16.0", "@mdi/js": "^5.9.55", "@storybook/addon-a11y": "7.6.20", "@storybook/addon-actions": "7.6.20", @@ -53416,7 +53416,7 @@ "requires": { "@apollo/client": "^3.7.14", "@kiva/kv-analytics": "^1.3.0", - "@kiva/kv-components": "^3.109.1", + "@kiva/kv-components": "^3.109.2", "@types/braintree-web-drop-in": "^1.34.2", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7",