diff --git a/.changeset/six-zoos-check.md b/.changeset/six-zoos-check.md deleted file mode 100644 index 6ddeea91..00000000 --- a/.changeset/six-zoos-check.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wethegit/components-cli": patch -"@wethegit/components": patch -"tsconfig": patch ---- - -Fixes various issues on the Flex, BackToTop, spacing, and Text components. Creates a useBreakpoints hook, and refactors BreakpointSnipe to use it. diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 0f64b612..34d9664a 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # tsconfig +## 0.0.2 + +### Patch Changes + +- 87ff32e: Fixes various issues on the Flex, BackToTop, spacing, and Text components. Creates a useBreakpoints hook, and refactors BreakpointSnipe to use it. + ## 0.0.1 ### Patch Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 8e6a9f38..334e502a 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT" } diff --git a/packages/wethegit-components-cli/CHANGELOG.md b/packages/wethegit-components-cli/CHANGELOG.md index 4acbd55d..4711d8a1 100644 --- a/packages/wethegit-components-cli/CHANGELOG.md +++ b/packages/wethegit-components-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @wethegit/components-cli +## 3.0.6 + +### Patch Changes + +- 87ff32e: Fixes various issues on the Flex, BackToTop, spacing, and Text components. Creates a useBreakpoints hook, and refactors BreakpointSnipe to use it. +- Updated dependencies [87ff32e] + - @wethegit/components@2.3.6 + ## 3.0.5 ### Patch Changes diff --git a/packages/wethegit-components-cli/package.json b/packages/wethegit-components-cli/package.json index a6fefb4a..196737b1 100644 --- a/packages/wethegit-components-cli/package.json +++ b/packages/wethegit-components-cli/package.json @@ -1,6 +1,6 @@ { "name": "@wethegit/components-cli", - "version": "3.0.5", + "version": "3.0.6", "type": "module", "license": "MIT", "exports": "./dist/index.js", @@ -46,6 +46,6 @@ "ts-morph": "^20.0.0" }, "peerDependencies": { - "@wethegit/components": "2.3.5" + "@wethegit/components": "2.3.6" } } diff --git a/packages/wethegit-components/CHANGELOG.md b/packages/wethegit-components/CHANGELOG.md index bc39b7ac..2d11c88b 100644 --- a/packages/wethegit-components/CHANGELOG.md +++ b/packages/wethegit-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @wethegit/components +## 2.3.6 + +### Patch Changes + +- 87ff32e: Fixes various issues on the Flex, BackToTop, spacing, and Text components. Creates a useBreakpoints hook, and refactors BreakpointSnipe to use it. + ## 2.3.5 ### Patch Changes diff --git a/packages/wethegit-components/package.json b/packages/wethegit-components/package.json index 7d8e55b7..c76b0198 100644 --- a/packages/wethegit-components/package.json +++ b/packages/wethegit-components/package.json @@ -1,6 +1,6 @@ { "name": "@wethegit/components", - "version": "2.3.5", + "version": "2.3.6", "main": "./src/index.ts", "sideEffects": false, "license": "MIT",