From c5b245bd4ac0aa31e6eabf882c72582b099245a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 22:47:34 -0300 Subject: [PATCH] chore(changesets): bump package version (#45) chore: bump package version Co-authored-by: Luke Morales --- .changeset/fast-cats-refuse.md | 5 ----- .changeset/great-kids-own.md | 5 ----- .changeset/itchy-owls-attack.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fast-cats-refuse.md delete mode 100644 .changeset/great-kids-own.md delete mode 100644 .changeset/itchy-owls-attack.md diff --git a/.changeset/fast-cats-refuse.md b/.changeset/fast-cats-refuse.md deleted file mode 100644 index 552ea8e..0000000 --- a/.changeset/fast-cats-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lukemorales/query-key-factory': patch ---- - -Fix conflicting types diff --git a/.changeset/great-kids-own.md b/.changeset/great-kids-own.md deleted file mode 100644 index 2c0ad14..0000000 --- a/.changeset/great-kids-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lukemorales/query-key-factory': minor ---- - -Add support for longer query keys in the `QueryOptions` pattern diff --git a/.changeset/itchy-owls-attack.md b/.changeset/itchy-owls-attack.md deleted file mode 100644 index fabc98d..0000000 --- a/.changeset/itchy-owls-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lukemorales/query-key-factory': minor ---- - -Replace internal types with official `@tanstack/query-core` types diff --git a/CHANGELOG.md b/CHANGELOG.md index 64dbc47..11b6ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @lukemorales/query-key-factory +## 1.1.0 + +### Minor Changes + +- [#47](https://github.com/lukemorales/query-key-factory/pull/47) [`7013e19`](https://github.com/lukemorales/query-key-factory/commit/7013e197051f105dcbe585a276b93306ce069735) Thanks [@lukemorales](https://github.com/lukemorales)! - Add support for longer query keys in the `QueryOptions` pattern + +- [#34](https://github.com/lukemorales/query-key-factory/pull/34) [`abb3596`](https://github.com/lukemorales/query-key-factory/commit/abb35962028285d8a71ad10113e7dd5a576ccfba) Thanks [@wconnorwalsh](https://github.com/wconnorwalsh)! - Replace internal types with official `@tanstack/query-core` types + +### Patch Changes + +- [#46](https://github.com/lukemorales/query-key-factory/pull/46) [`0518ac4`](https://github.com/lukemorales/query-key-factory/commit/0518ac40b5f3eab802560fbe1183be9428cb18d6) Thanks [@lukemorales](https://github.com/lukemorales)! - Fix conflicting types + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index 4b0ca07..1295c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukemorales/query-key-factory", - "version": "1.0.3", + "version": "1.1.0", "author": "Luke Morales ", "description": "A library for creating standardized query keys, useful for cache management in @tanstack/query", "license": "MIT",