From bf4ac2ae85a2ec455687478118e6ca794c1788a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Feb 2025 20:45:39 +0000 Subject: [PATCH] Version Packages --- .changeset/breezy-buses-push.md | 5 -- .changeset/dry-frogs-pump.md | 7 --- .changeset/fifty-dodos-breathe.md | 5 -- .changeset/five-seals-chew.md | 5 -- .changeset/flat-kiwis-design.md | 5 -- .changeset/fuzzy-beds-lick.md | 5 -- .changeset/gold-ducks-tie.md | 5 -- .changeset/healthy-ears-dream.md | 5 -- .changeset/mean-geese-retire.md | 8 --- .changeset/ninety-files-begin.md | 5 -- .changeset/plenty-jokes-learn.md | 5 -- .changeset/popular-ducks-bake.md | 5 -- .changeset/quiet-impalas-hear.md | 5 -- .changeset/silver-numbers-divide.md | 5 -- .changeset/smooth-flowers-joke.md | 5 -- .changeset/tidy-lobsters-compete.md | 5 -- .changeset/tidy-stingrays-search.md | 13 ---- .changeset/translations-patch-6ff30da1.md | 5 -- .changeset/translations-patch-98b49268.md | 5 -- .changeset/translations-patch-e6b1d72a.md | 5 -- .changeset/translations-patch-fcb1634a.md | 5 -- .changeset/warm-drinks-think.md | 5 -- .changeset/weak-nails-rule.md | 5 -- .changeset/wild-days-bake.md | 5 -- core/CHANGELOG.md | 63 ++++++++++++++++++++ core/package.json | 2 +- packages/client/CHANGELOG.md | 12 ++++ packages/client/package.json | 2 +- packages/create-catalyst/CHANGELOG.md | 8 +++ packages/create-catalyst/package.json | 2 +- packages/eslint-config-catalyst/CHANGELOG.md | 6 ++ packages/eslint-config-catalyst/package.json | 2 +- 32 files changed, 93 insertions(+), 137 deletions(-) delete mode 100644 .changeset/breezy-buses-push.md delete mode 100644 .changeset/dry-frogs-pump.md delete mode 100644 .changeset/fifty-dodos-breathe.md delete mode 100644 .changeset/five-seals-chew.md delete mode 100644 .changeset/flat-kiwis-design.md delete mode 100644 .changeset/fuzzy-beds-lick.md delete mode 100644 .changeset/gold-ducks-tie.md delete mode 100644 .changeset/healthy-ears-dream.md delete mode 100644 .changeset/mean-geese-retire.md delete mode 100644 .changeset/ninety-files-begin.md delete mode 100644 .changeset/plenty-jokes-learn.md delete mode 100644 .changeset/popular-ducks-bake.md delete mode 100644 .changeset/quiet-impalas-hear.md delete mode 100644 .changeset/silver-numbers-divide.md delete mode 100644 .changeset/smooth-flowers-joke.md delete mode 100644 .changeset/tidy-lobsters-compete.md delete mode 100644 .changeset/tidy-stingrays-search.md delete mode 100644 .changeset/translations-patch-6ff30da1.md delete mode 100644 .changeset/translations-patch-98b49268.md delete mode 100644 .changeset/translations-patch-e6b1d72a.md delete mode 100644 .changeset/translations-patch-fcb1634a.md delete mode 100644 .changeset/warm-drinks-think.md delete mode 100644 .changeset/weak-nails-rule.md delete mode 100644 .changeset/wild-days-bake.md diff --git a/.changeset/breezy-buses-push.md b/.changeset/breezy-buses-push.md deleted file mode 100644 index 6b59b5555d..0000000000 --- a/.changeset/breezy-buses-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": patch ---- - -Removes the ability for command injection in the CLI diff --git a/.changeset/dry-frogs-pump.md b/.changeset/dry-frogs-pump.md deleted file mode 100644 index 791860beb1..0000000000 --- a/.changeset/dry-frogs-pump.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@bigcommerce/catalyst-client": minor ---- - -GQL requests that respond as `200` but have an `errors` field will now be properly handled by the client and throw a proper `BigCommerceGQLError` response with the message reason from the API. This will provide a more detailed description of why the GQL request errored out. - -API errors will still be handled and attribute the errored status as the message with this change as `BigCommerceAPIError`. diff --git a/.changeset/fifty-dodos-breathe.md b/.changeset/fifty-dodos-breathe.md deleted file mode 100644 index 68c2c6535a..0000000000 --- a/.changeset/fifty-dodos-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Fixes types for signIn credentials and improves error handling for registering a customer. diff --git a/.changeset/five-seals-chew.md b/.changeset/five-seals-chew.md deleted file mode 100644 index 95742f1a17..0000000000 --- a/.changeset/five-seals-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Add result type to all `generateMetadata`. diff --git a/.changeset/flat-kiwis-design.md b/.changeset/flat-kiwis-design.md deleted file mode 100644 index 56b4001b48..0000000000 --- a/.changeset/flat-kiwis-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Properly handle the auth error when login is invalid. diff --git a/.changeset/fuzzy-beds-lick.md b/.changeset/fuzzy-beds-lick.md deleted file mode 100644 index 99597b6611..0000000000 --- a/.changeset/fuzzy-beds-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Rename some GQL query/mutations/fragments to standardized naming. diff --git a/.changeset/gold-ducks-tie.md b/.changeset/gold-ducks-tie.md deleted file mode 100644 index cb5d2df7c1..0000000000 --- a/.changeset/gold-ducks-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Add currency selector to header diff --git a/.changeset/healthy-ears-dream.md b/.changeset/healthy-ears-dream.md deleted file mode 100644 index 5e0c4e6d9b..0000000000 --- a/.changeset/healthy-ears-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Properly handle `BigCommerceGQLError` in actions, by returning the error messages from the request. diff --git a/.changeset/mean-geese-retire.md b/.changeset/mean-geese-retire.md deleted file mode 100644 index 6955ea54d2..0000000000 --- a/.changeset/mean-geese-retire.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@bigcommerce/eslint-config-catalyst": patch -"@bigcommerce/create-catalyst": patch -"@bigcommerce/catalyst-client": patch -"@bigcommerce/catalyst-core": minor ---- - -Manual changes on a dependency bumps. diff --git a/.changeset/ninety-files-begin.md b/.changeset/ninety-files-begin.md deleted file mode 100644 index fa5c5f3512..0000000000 --- a/.changeset/ninety-files-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Pass in currency code to quick search results. diff --git a/.changeset/plenty-jokes-learn.md b/.changeset/plenty-jokes-learn.md deleted file mode 100644 index d7db753358..0000000000 --- a/.changeset/plenty-jokes-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Remove explicit locale override in Link component that was appending default locale to links even with the 'as-needed' mode. diff --git a/.changeset/popular-ducks-bake.md b/.changeset/popular-ducks-bake.md deleted file mode 100644 index d6244797a6..0000000000 --- a/.changeset/popular-ducks-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Use `setRequestLocale` only where needed diff --git a/.changeset/quiet-impalas-hear.md b/.changeset/quiet-impalas-hear.md deleted file mode 100644 index a5d5d14a45..0000000000 --- a/.changeset/quiet-impalas-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Dedupe requests in "webpages" by properly caching/memoizing the fetch function per page render. diff --git a/.changeset/silver-numbers-divide.md b/.changeset/silver-numbers-divide.md deleted file mode 100644 index 7d52830cf0..0000000000 --- a/.changeset/silver-numbers-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Set currency on cart at creation time diff --git a/.changeset/smooth-flowers-joke.md b/.changeset/smooth-flowers-joke.md deleted file mode 100644 index d2952c677e..0000000000 --- a/.changeset/smooth-flowers-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Applied streamable pattern to Cart. diff --git a/.changeset/tidy-lobsters-compete.md b/.changeset/tidy-lobsters-compete.md deleted file mode 100644 index 6ede567345..0000000000 --- a/.changeset/tidy-lobsters-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Remove unecessary `fetchOptions` in object that has nothing to do with a client request. diff --git a/.changeset/tidy-stingrays-search.md b/.changeset/tidy-stingrays-search.md deleted file mode 100644 index d2fac1b509..0000000000 --- a/.changeset/tidy-stingrays-search.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@bigcommerce/catalyst-core": major ---- - -Introduce Soul VIBE UI library to the repository. - -- Added a collection of reusable primitives with modern styles -- Prebuilt sections and page templates that are easy to use -- Fast performance and modern patterns leveraging the latest features of Next.js -- Easy customization to best represent your brand -- Utilize @conform-to/react for progressively enhanced HTML forms - -Join the discussion [here](https://github.com/bigcommerce/catalyst/discussions/1861) for more details of this major milestone for Catalyst! diff --git a/.changeset/translations-patch-6ff30da1.md b/.changeset/translations-patch-6ff30da1.md deleted file mode 100644 index ad17b2636a..0000000000 --- a/.changeset/translations-patch-6ff30da1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/.changeset/translations-patch-98b49268.md b/.changeset/translations-patch-98b49268.md deleted file mode 100644 index ad17b2636a..0000000000 --- a/.changeset/translations-patch-98b49268.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/.changeset/translations-patch-e6b1d72a.md b/.changeset/translations-patch-e6b1d72a.md deleted file mode 100644 index ad17b2636a..0000000000 --- a/.changeset/translations-patch-e6b1d72a.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/.changeset/translations-patch-fcb1634a.md b/.changeset/translations-patch-fcb1634a.md deleted file mode 100644 index ad17b2636a..0000000000 --- a/.changeset/translations-patch-fcb1634a.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Update translations. diff --git a/.changeset/warm-drinks-think.md b/.changeset/warm-drinks-think.md deleted file mode 100644 index 5377f7c407..0000000000 --- a/.changeset/warm-drinks-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Dedupe requests in various pages by properly caching/memoizing the function per page render. diff --git a/.changeset/weak-nails-rule.md b/.changeset/weak-nails-rule.md deleted file mode 100644 index 288b3e77c0..0000000000 --- a/.changeset/weak-nails-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": patch ---- - -Disable prefetch for the `/logout` link. diff --git a/.changeset/wild-days-bake.md b/.changeset/wild-days-bake.md deleted file mode 100644 index a03280de75..0000000000 --- a/.changeset/wild-days-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst-core": minor ---- - -Adds support for nested web page children / trees. Restructure web page routing to support a layout file. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 5980cbc5fc..212fea99f0 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,68 @@ # Changelog +## 1.0.0 + +### Major Changes + +- [#1852](https://github.com/bigcommerce/catalyst/pull/1852) [`6b17bdb`](https://github.com/bigcommerce/catalyst/commit/6b17bdb7493d8c0b518662dd522ae2ea5d6a65b5) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Introduce Soul VIBE UI library to the repository. + + - Added a collection of reusable primitives with modern styles + - Prebuilt sections and page templates that are easy to use + - Fast performance and modern patterns leveraging the latest features of Next.js + - Easy customization to best represent your brand + - Utilize @conform-to/react for progressively enhanced HTML forms + + Join the discussion [here](https://github.com/bigcommerce/catalyst/discussions/1861) for more details of this major milestone for Catalyst! + +### Minor Changes + +- [#1912](https://github.com/bigcommerce/catalyst/pull/1912) [`da2a462`](https://github.com/bigcommerce/catalyst/commit/da2a4624c806470047856a91be9987d924c82b54) Thanks [@bookernath](https://github.com/bookernath)! - Add currency selector to header + +- [#1914](https://github.com/bigcommerce/catalyst/pull/1914) [`f039b2c`](https://github.com/bigcommerce/catalyst/commit/f039b2c7235118626d7a727bff5271ac8982f910) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Properly handle `BigCommerceGQLError` in actions, by returning the error messages from the request. + +- [#1933](https://github.com/bigcommerce/catalyst/pull/1933) [`f292236`](https://github.com/bigcommerce/catalyst/commit/f2922366ba94572293856cc7f2532dade0847c86) Thanks [@dependabot](https://github.com/apps/dependabot)! - Manual changes on a dependency bumps. + +- [#1923](https://github.com/bigcommerce/catalyst/pull/1923) [`62b891c`](https://github.com/bigcommerce/catalyst/commit/62b891cd6582a43a8f56b39f68d3db7314d7ae1d) Thanks [@jordanarldt](https://github.com/jordanarldt)! - Adds support for nested web page children / trees. Restructure web page routing to support a layout file. + +### Patch Changes + +- [#1905](https://github.com/bigcommerce/catalyst/pull/1905) [`d70596e`](https://github.com/bigcommerce/catalyst/commit/d70596ef1e0f1667830652a6cf4c73f042479672) Thanks [@apledger](https://github.com/apledger)! - Fixes types for signIn credentials and improves error handling for registering a customer. + +- [#1917](https://github.com/bigcommerce/catalyst/pull/1917) [`83ac205`](https://github.com/bigcommerce/catalyst/commit/83ac20580c3aa138c0048e9cabb3d8ff1ef873a2) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Add result type to all `generateMetadata`. + +- [#1944](https://github.com/bigcommerce/catalyst/pull/1944) [`c5ce9dc`](https://github.com/bigcommerce/catalyst/commit/c5ce9dc8089d1048459ba87113716b146cde84c3) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Properly handle the auth error when login is invalid. + +- [#1928](https://github.com/bigcommerce/catalyst/pull/1928) [`157ea54`](https://github.com/bigcommerce/catalyst/commit/157ea54581b16bc6b88de9846972b548b14079cc) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Rename some GQL query/mutations/fragments to standardized naming. + +- [#1927](https://github.com/bigcommerce/catalyst/pull/1927) [`43351ab`](https://github.com/bigcommerce/catalyst/commit/43351ab176dfd8e8587402d5247bbb26edf95d86) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Pass in currency code to quick search results. + +- [#1908](https://github.com/bigcommerce/catalyst/pull/1908) [`aade48a`](https://github.com/bigcommerce/catalyst/commit/aade48af7196aa5e54c6dddb30dd942785392805) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Remove explicit locale override in Link component that was appending default locale to links even with the 'as-needed' mode. + +- [#1884](https://github.com/bigcommerce/catalyst/pull/1884) [`11ecddf`](https://github.com/bigcommerce/catalyst/commit/11ecddf48d77a745f3b46a6343e725624d3dcaea) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Use `setRequestLocale` only where needed + +- [#1931](https://github.com/bigcommerce/catalyst/pull/1931) [`c70bff2`](https://github.com/bigcommerce/catalyst/commit/c70bff2017f84e23b7701a30bba41e192b5ddc44) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Dedupe requests in "webpages" by properly caching/memoizing the fetch function per page render. + +- [#1941](https://github.com/bigcommerce/catalyst/pull/1941) [`0098c6b`](https://github.com/bigcommerce/catalyst/commit/0098c6b359bc296870c953c8092520d71f68075f) Thanks [@bookernath](https://github.com/bookernath)! - Set currency on cart at creation time + +- [#1913](https://github.com/bigcommerce/catalyst/pull/1913) [`1cead1d`](https://github.com/bigcommerce/catalyst/commit/1cead1d47437fd735bd26d98a641d3b684c03b3c) Thanks [@apledger](https://github.com/apledger)! - Applied streamable pattern to Cart. + +- [#1937](https://github.com/bigcommerce/catalyst/pull/1937) [`54ee390`](https://github.com/bigcommerce/catalyst/commit/54ee390fecb89b63cea8cdb101254389a36019ad) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Remove unecessary `fetchOptions` in object that has nothing to do with a client request. + +- [#1935](https://github.com/bigcommerce/catalyst/pull/1935) [`aa9ac48`](https://github.com/bigcommerce/catalyst/commit/aa9ac481f52002de41e13d0b739b0591a94f7c7c) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + +- [#1921](https://github.com/bigcommerce/catalyst/pull/1921) [`ee42e45`](https://github.com/bigcommerce/catalyst/commit/ee42e4574da4b22401f692ffe4acff4169e86b9c) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + +- [#1949](https://github.com/bigcommerce/catalyst/pull/1949) [`81af460`](https://github.com/bigcommerce/catalyst/commit/81af460c6a8faad2630defb2c5cd46f0451e9b2d) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + +- [#1902](https://github.com/bigcommerce/catalyst/pull/1902) [`775eed6`](https://github.com/bigcommerce/catalyst/commit/775eed6b9fa4f50525f60ec95d37a251d670166f) Thanks [@bc-svc-local](https://github.com/bc-svc-local)! - Update translations. + +- [#1927](https://github.com/bigcommerce/catalyst/pull/1927) [`43351ab`](https://github.com/bigcommerce/catalyst/commit/43351ab176dfd8e8587402d5247bbb26edf95d86) Thanks [@jorgemoya](https://github.com/jorgemoya)! - Dedupe requests in various pages by properly caching/memoizing the function per page render. + +- [#1954](https://github.com/bigcommerce/catalyst/pull/1954) [`51fef1e`](https://github.com/bigcommerce/catalyst/commit/51fef1e7d88611e54892b2fbfdf255be7075e542) Thanks [@fikrikarim](https://github.com/fikrikarim)! - Disable prefetch for the `/logout` link. + +- Updated dependencies [[`f039b2c`](https://github.com/bigcommerce/catalyst/commit/f039b2c7235118626d7a727bff5271ac8982f910), [`f292236`](https://github.com/bigcommerce/catalyst/commit/f2922366ba94572293856cc7f2532dade0847c86)]: + - @bigcommerce/catalyst-client@0.15.0 + ## 0.24.1 ### Patch Changes diff --git a/core/package.json b/core/package.json index 10963460d6..cd5bdc1221 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "@bigcommerce/catalyst-core", "description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.", - "version": "1.0.0-rc", + "version": "1.0.0", "private": true, "scripts": { "dev": "npm run generate && next dev", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 0ae11cc3c0..e68c2ba463 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.15.0 + +### Minor Changes + +- [#1914](https://github.com/bigcommerce/catalyst/pull/1914) [`f039b2c`](https://github.com/bigcommerce/catalyst/commit/f039b2c7235118626d7a727bff5271ac8982f910) Thanks [@jorgemoya](https://github.com/jorgemoya)! - GQL requests that respond as `200` but have an `errors` field will now be properly handled by the client and throw a proper `BigCommerceGQLError` response with the message reason from the API. This will provide a more detailed description of why the GQL request errored out. + + API errors will still be handled and attribute the errored status as the message with this change as `BigCommerceAPIError`. + +### Patch Changes + +- [#1933](https://github.com/bigcommerce/catalyst/pull/1933) [`f292236`](https://github.com/bigcommerce/catalyst/commit/f2922366ba94572293856cc7f2532dade0847c86) Thanks [@dependabot](https://github.com/apps/dependabot)! - Manual changes on a dependency bumps. + ## 0.14.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index a39a8646dd..7420961c8d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@bigcommerce/catalyst-client", "description": "BigCommerce API client for Catalyst.", - "version": "0.14.0", + "version": "0.15.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/create-catalyst/CHANGELOG.md b/packages/create-catalyst/CHANGELOG.md index bd4771035e..f2df687700 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.20.1 + +### Patch Changes + +- [#1957](https://github.com/bigcommerce/catalyst/pull/1957) [`9e1d942`](https://github.com/bigcommerce/catalyst/commit/9e1d942f9376d4e55e92b295dc9febd2310cb22a) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Removes the ability for command injection in the CLI + +- [#1933](https://github.com/bigcommerce/catalyst/pull/1933) [`f292236`](https://github.com/bigcommerce/catalyst/commit/f2922366ba94572293856cc7f2532dade0847c86) Thanks [@dependabot](https://github.com/apps/dependabot)! - Manual changes on a dependency bumps. + ## 0.20.0 ### Minor Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index f4bc4a8124..e236deac67 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.20.0", + "version": "0.20.1", "type": "module", "bin": "bin/index.cjs", "files": [ diff --git a/packages/eslint-config-catalyst/CHANGELOG.md b/packages/eslint-config-catalyst/CHANGELOG.md index 81d8263883..ae8b251528 100644 --- a/packages/eslint-config-catalyst/CHANGELOG.md +++ b/packages/eslint-config-catalyst/CHANGELOG.md @@ -1,5 +1,11 @@ # @bigcommerce/eslint-config-catalyst +## 0.1.4 + +### Patch Changes + +- [#1933](https://github.com/bigcommerce/catalyst/pull/1933) [`f292236`](https://github.com/bigcommerce/catalyst/commit/f2922366ba94572293856cc7f2532dade0847c86) Thanks [@dependabot](https://github.com/apps/dependabot)! - Manual changes on a dependency bumps. + ## 0.1.3 ### Patch Changes diff --git a/packages/eslint-config-catalyst/package.json b/packages/eslint-config-catalyst/package.json index 011c4f5639..414e48e707 100644 --- a/packages/eslint-config-catalyst/package.json +++ b/packages/eslint-config-catalyst/package.json @@ -1,7 +1,7 @@ { "name": "@bigcommerce/eslint-config-catalyst", "description": "Eslint configs for catalyst", - "version": "0.1.3", + "version": "0.1.4", "files": [ "./base.js", "./next.js",