diff --git a/packages/mint-components/.changeset/quiet-cats-rhyme.md b/packages/mint-components/.changeset/quiet-cats-rhyme.md deleted file mode 100644 index 2d9ff9539..000000000 --- a/packages/mint-components/.changeset/quiet-cats-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saasquatch/mint-components": patch ---- - -Update rewardsCountFilteredQuery and integrationRewardsCountFilteredQuery to do conditional querying if EARNED status is passed diff --git a/packages/mint-components/CHANGELOG.md b/packages/mint-components/CHANGELOG.md index f95da22db..2c84eca27 100644 --- a/packages/mint-components/CHANGELOG.md +++ b/packages/mint-components/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.13 + +### Patch Changes + +- [#499](https://github.com/saasquatch/program-tools/pull/499) [`0f45046`](https://github.com/saasquatch/program-tools/commit/0f45046f5d56d9803d2c134790ce86c9501c450a) Thanks [@AndiLuo](https://github.com/AndiLuo)! - Update rewardsCountFilteredQuery and integrationRewardsCountFilteredQuery to do conditional querying if EARNED status is passed + ## 2.1.12 ### Patch Changes diff --git a/packages/mint-components/package-lock.json b/packages/mint-components/package-lock.json index 8444483e6..999744203 100644 --- a/packages/mint-components/package-lock.json +++ b/packages/mint-components/package-lock.json @@ -1,12 +1,12 @@ { "name": "@saasquatch/mint-components", - "version": "2.1.12", + "version": "2.1.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@saasquatch/mint-components", - "version": "2.1.12", + "version": "2.1.13", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/packages/mint-components/package.json b/packages/mint-components/package.json index 060adc3af..ba02cdc89 100644 --- a/packages/mint-components/package.json +++ b/packages/mint-components/package.json @@ -1,7 +1,7 @@ { "name": "@saasquatch/mint-components", "title": "Mint Components", - "version": "2.1.12", + "version": "2.1.13", "description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.", "icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg", "raisins": "docs/raisins.json",