Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ci@emuvente committed Dec 1, 2023
1 parent c44c1cf commit dc15f1e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 7 deletions.
17 changes: 17 additions & 0 deletions @kiva/kv-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/[email protected]...@kiva/[email protected]) (2023-12-01)


### Bug Fixes

* interval name typo ([3bae129](https://github.com/kiva/kv-ui-elements/commit/3bae1291ab00e4af3466e742249c77f38bedf179))
* optional user id ([b4373a7](https://github.com/kiva/kv-ui-elements/commit/b4373a731e8eab8652e3077ee2dfcabb4362b914))


### Features

* method to init analytics after waiting on libraries loading ([90ec9a6](https://github.com/kiva/kv-ui-elements/commit/90ec9a6b30c4fb08ce6ec670362e0b6bc3440071))





## [1.2.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/[email protected]...@kiva/[email protected]) (2023-12-01)


Expand Down
2 changes: 1 addition & 1 deletion @kiva/kv-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiva/kv-analytics",
"version": "1.2.2",
"version": "1.3.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions @kiva/kv-shop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/[email protected]...@kiva/[email protected]) (2023-12-01)

**Note:** Version bump only for package @kiva/kv-shop





# [1.6.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/[email protected]...@kiva/[email protected]) (2023-12-01)


Expand Down
4 changes: 2 additions & 2 deletions @kiva/kv-shop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiva/kv-shop",
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.14",
"@kiva/kv-analytics": "^1.2.2",
"@kiva/kv-analytics": "^1.3.0",
"@kiva/kv-components": "^3.48.1",
"@types/braintree-web-drop-in": "^1.34.2",
"braintree-web-drop-in": "^1.37.0",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc15f1e

Please sign in to comment.