From 70046236cd475a19cde9607a04d1561bb829de28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jul 2023 06:09:48 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/ipfs-shipyard/ignite-metrics/compare/v1.3.0...v2.0.0) (2023-07-13) ### ⚠ BREAKING CHANGES * **stores:** Since stores are now async, upgrading to this might require some logic rework. ### Features * **stores:** Async Stores Release Please ([#132](https://github.com/ipfs-shipyard/ignite-metrics/issues/132)) ([c12e6ca](https://github.com/ipfs-shipyard/ignite-metrics/commit/c12e6cabd0de89da5baf462d3e2183f4b60632ac)) ### Trivial Changes * add dashboard automation ([#86](https://github.com/ipfs-shipyard/ignite-metrics/issues/86)) ([b8c0416](https://github.com/ipfs-shipyard/ignite-metrics/commit/b8c041682ad6f399c91af36ff5a452cec07c88d6)) * update docs/telemetry/PRIVACY_POLICY.md ([#76](https://github.com/ipfs-shipyard/ignite-metrics/issues/76)) ([3321ff1](https://github.com/ipfs-shipyard/ignite-metrics/commit/3321ff18b7f54540fe670e337b62da04cfe54da6)) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb37a5..a3058be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [2.0.0](https://github.com/ipfs-shipyard/ignite-metrics/compare/v1.3.0...v2.0.0) (2023-07-13) + + +### ⚠ BREAKING CHANGES + +* **stores:** Since stores are now async, upgrading to this might require some logic rework. + +### Features + +* **stores:** Async Stores Release Please ([#132](https://github.com/ipfs-shipyard/ignite-metrics/issues/132)) ([c12e6ca](https://github.com/ipfs-shipyard/ignite-metrics/commit/c12e6cabd0de89da5baf462d3e2183f4b60632ac)) + + +### Trivial Changes + +* add dashboard automation ([#86](https://github.com/ipfs-shipyard/ignite-metrics/issues/86)) ([b8c0416](https://github.com/ipfs-shipyard/ignite-metrics/commit/b8c041682ad6f399c91af36ff5a452cec07c88d6)) +* update docs/telemetry/PRIVACY_POLICY.md ([#76](https://github.com/ipfs-shipyard/ignite-metrics/issues/76)) ([3321ff1](https://github.com/ipfs-shipyard/ignite-metrics/commit/3321ff18b7f54540fe670e337b62da04cfe54da6)) + ## [1.3.0](https://github.com/ipfs-shipyard/ignite-metrics/compare/v1.2.2...v1.3.0) (2023-01-27) diff --git a/package-lock.json b/package-lock.json index 7318c6f..8294a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs-shipyard/ignite-metrics", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs-shipyard/ignite-metrics", - "version": "1.3.0", + "version": "2.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { "countly-sdk-nodejs": "^22.6.0", diff --git a/package.json b/package.json index 119c031..0bc4f7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipfs-shipyard/ignite-metrics", - "version": "1.3.0", + "version": "2.0.0", "description": "UI library for gathering metrics for ignite team projects", "author": "Ignite Team", "license": "Apache-2.0 OR MIT",