From 189e36f37bd09e01f11d65347e24feafbbba7324 Mon Sep 17 00:00:00 2001 From: "ci@michelleinez" Date: Wed, 17 Jan 2024 00:48:45 +0000 Subject: [PATCH] chore: publish - @kiva/kv-components@3.49.1 - @kiva/kv-shop@1.7.3 --- @kiva/kv-components/CHANGELOG.md | 12 ++++++++++++ @kiva/kv-components/package.json | 2 +- @kiva/kv-shop/CHANGELOG.md | 8 ++++++++ @kiva/kv-shop/package.json | 4 ++-- package-lock.json | 8 ++++---- 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/@kiva/kv-components/CHANGELOG.md b/@kiva/kv-components/CHANGELOG.md index a699bc53..aaccbfc8 100644 --- a/@kiva/kv-components/CHANGELOG.md +++ b/@kiva/kv-components/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.49.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.49.0...@kiva/kv-components@3.49.1) (2024-01-17) + + +### Bug Fixes + +* correcting mistake with wrong function call ([904d39d](https://github.com/kiva/kv-ui-elements/commit/904d39df4afa9d470fc91a96d7e76fe782898448)) +* editing classes for country / name tag ([aaac1c5](https://github.com/kiva/kv-ui-elements/commit/aaac1c561a24a192031977c7ea5a365789228740)) + + + + + # [3.49.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.48.3...@kiva/kv-components@3.49.0) (2024-01-16) diff --git a/@kiva/kv-components/package.json b/@kiva/kv-components/package.json index ad38402b..94cd8819 100644 --- a/@kiva/kv-components/package.json +++ b/@kiva/kv-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiva/kv-components", - "version": "3.49.0", + "version": "3.49.1", "type": "module", "publishConfig": { "access": "public" diff --git a/@kiva/kv-shop/CHANGELOG.md b/@kiva/kv-shop/CHANGELOG.md index 932a41da..7c49f31d 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.7.3](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-shop@1.7.2...@kiva/kv-shop@1.7.3) (2024-01-17) + +**Note:** Version bump only for package @kiva/kv-shop + + + + + ## [1.7.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-shop@1.7.1...@kiva/kv-shop@1.7.2) (2024-01-16) **Note:** Version bump only for package @kiva/kv-shop diff --git a/@kiva/kv-shop/package.json b/@kiva/kv-shop/package.json index 7f8f5c85..c6d856c3 100644 --- a/@kiva/kv-shop/package.json +++ b/@kiva/kv-shop/package.json @@ -1,6 +1,6 @@ { "name": "@kiva/kv-shop", - "version": "1.7.2", + "version": "1.7.3", "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.49.0", + "@kiva/kv-components": "^3.49.1", "@types/braintree-web-drop-in": "^1.34.2", "braintree-web-drop-in": "^1.37.0", "numeral": "^2.0.6", diff --git a/package-lock.json b/package-lock.json index f88bc177..7609d6bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1501,7 +1501,7 @@ } }, "@kiva/kv-components": { - "version": "3.49.0", + "version": "3.49.1", "dependencies": { "@kiva/kv-tokens": "^2.10.0", "@mdi/js": "^5.9.55", @@ -2735,11 +2735,11 @@ } }, "@kiva/kv-shop": { - "version": "1.7.2", + "version": "1.7.3", "dependencies": { "@apollo/client": "^3.7.14", "@kiva/kv-analytics": "^1.3.0", - "@kiva/kv-components": "^3.49.0", + "@kiva/kv-components": "^3.49.1", "@types/braintree-web-drop-in": "^1.34.2", "braintree-web-drop-in": "^1.37.0", "numeral": "^2.0.6", @@ -53263,7 +53263,7 @@ "requires": { "@apollo/client": "^3.7.14", "@kiva/kv-analytics": "^1.3.0", - "@kiva/kv-components": "^3.49.0", + "@kiva/kv-components": "^3.49.1", "@types/braintree-web-drop-in": "^1.34.2", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7",