diff --git a/packages/font-picker/CHANGELOG.md b/packages/font-picker/CHANGELOG.md index 8c2e027db..c0d8b2856 100644 --- a/packages/font-picker/CHANGELOG.md +++ b/packages/font-picker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.292](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@1.3.291...@techstack/font-picker-react@1.3.292) (2024-05-25) + +**Note:** Version bump only for package @techstack/font-picker-react + + + + + ## 1.3.291 (2024-05-24) **Note:** Version bump only for package @techstack/font-picker-react diff --git a/packages/font-picker/package.json b/packages/font-picker/package.json index 433fdee9c..a8a0cb397 100644 --- a/packages/font-picker/package.json +++ b/packages/font-picker/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/font-picker-react", - "version": "1.3.291", + "version": "1.3.292", "description": "Font selector component for Google Fonts", "type": "module", "module": "./dist/font-picker-react.esm.js", diff --git a/packages/hook-form-react/CHANGELOG.md b/packages/hook-form-react/CHANGELOG.md index e91834145..ec7ba255f 100644 --- a/packages/hook-form-react/CHANGELOG.md +++ b/packages/hook-form-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.286](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/hook-form-react@1.3.285...@techstack/hook-form-react@1.3.286) (2024-05-25) + +**Note:** Version bump only for package @techstack/hook-form-react + + + + + ## 1.3.285 (2024-05-24) **Note:** Version bump only for package @techstack/hook-form-react diff --git a/packages/hook-form-react/package.json b/packages/hook-form-react/package.json index c6a746a71..333808b32 100644 --- a/packages/hook-form-react/package.json +++ b/packages/hook-form-react/package.json @@ -3,7 +3,7 @@ "author": "The-Code-Monkey", "packageManager": "yarn@4.2.2", "description": "a custom hook form for react", - "version": "1.3.285", + "version": "1.3.286", "scripts": { "build": "tcm build", "lint": "tcm lint" diff --git a/packages/lexical/CHANGELOG.md b/packages/lexical/CHANGELOG.md index 350f35b5c..d6017f0d3 100644 --- a/packages/lexical/CHANGELOG.md +++ b/packages/lexical/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.27](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/lexical@1.8.26...@techstack/lexical@1.8.27) (2024-05-25) + +**Note:** Version bump only for package @techstack/lexical + + + + + ## 1.8.26 (2024-05-24) **Note:** Version bump only for package @techstack/lexical diff --git a/packages/lexical/package.json b/packages/lexical/package.json index 7b04c5822..0e9e60ad5 100644 --- a/packages/lexical/package.json +++ b/packages/lexical/package.json @@ -3,7 +3,7 @@ "author": "The-Code-Monkey", "packageManager": "yarn@4.2.2", "description": "a wrapper for facebook/lexical for react", - "version": "1.8.26", + "version": "1.8.27", "scripts": { "build": "tsc && cp ./src/index.scss ./dist/index.scss", "lint": "tcm lint", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 972c70474..19855061f 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.284](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@1.3.283...@techstack/memoize@1.3.284) (2024-05-25) + +**Note:** Version bump only for package @techstack/memoize + + + + + ## [1.3.283](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@1.3.282...@techstack/memoize@1.3.283) (2024-05-24) **Note:** Version bump only for package @techstack/memoize diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 68fe5cc17..fa313f98b 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/memoize", - "version": "1.3.283", + "version": "1.3.284", "description": "A memoization library which only remembers the latest invocation", "type": "module", "module": "./dist/memoize.esm.js", diff --git a/packages/react-confirm-alert/CHANGELOG.md b/packages/react-confirm-alert/CHANGELOG.md index cb516d822..61e86f9f8 100644 --- a/packages/react-confirm-alert/CHANGELOG.md +++ b/packages/react-confirm-alert/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.283](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-confirm-alert@1.3.282...@techstack/react-confirm-alert@1.3.283) (2024-05-25) + +**Note:** Version bump only for package @techstack/react-confirm-alert + + + + + ## 1.3.282 (2024-05-24) **Note:** Version bump only for package @techstack/react-confirm-alert diff --git a/packages/react-confirm-alert/package.json b/packages/react-confirm-alert/package.json index 665f71f2f..297a18ab4 100644 --- a/packages/react-confirm-alert/package.json +++ b/packages/react-confirm-alert/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-confirm-alert", - "version": "1.3.282", + "version": "1.3.283", "description": "react component confirm dialog.", "type": "module", "main": "./dist/index.js", diff --git a/packages/react-feather/CHANGELOG.md b/packages/react-feather/CHANGELOG.md index 24742a7c2..3cb9fd88f 100644 --- a/packages/react-feather/CHANGELOG.md +++ b/packages/react-feather/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.107](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-feather@1.4.106...@techstack/react-feather@1.4.107) (2024-05-25) + +**Note:** Version bump only for package @techstack/react-feather + + + + + ## 1.4.106 (2024-05-24) **Note:** Version bump only for package @techstack/react-feather diff --git a/packages/react-feather/package.json b/packages/react-feather/package.json index ff60dcc2b..2a539dec3 100644 --- a/packages/react-feather/package.json +++ b/packages/react-feather/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-feather", - "version": "1.4.106", + "version": "1.4.107", "description": "React component for Feather icons", "type": "module", "main": "./dist/index.js", diff --git a/packages/react-lazy-named/CHANGELOG.md b/packages/react-lazy-named/CHANGELOG.md index 4f5648b63..90cc85307 100644 --- a/packages/react-lazy-named/CHANGELOG.md +++ b/packages/react-lazy-named/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.282](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-lazy-named@1.3.281...@techstack/react-lazy-named@1.3.282) (2024-05-25) + +**Note:** Version bump only for package @techstack/react-lazy-named + + + + + ## 1.3.281 (2024-05-24) **Note:** Version bump only for package @techstack/react-lazy-named diff --git a/packages/react-lazy-named/package.json b/packages/react-lazy-named/package.json index a1a2398fa..e74e13890 100644 --- a/packages/react-lazy-named/package.json +++ b/packages/react-lazy-named/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-lazy-named", - "version": "1.3.281", + "version": "1.3.282", "description": "React lazy() with named imports - exports support", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-lazy-named/README.md", "repository": { diff --git a/packages/react-textfit/CHANGELOG.md b/packages/react-textfit/CHANGELOG.md index b5ee9cd4b..a54969a96 100644 --- a/packages/react-textfit/CHANGELOG.md +++ b/packages/react-textfit/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.288](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-textfit@1.3.287...@techstack/react-textfit@1.3.288) (2024-05-25) + +**Note:** Version bump only for package @techstack/react-textfit + + + + + ## 1.3.287 (2024-05-24) **Note:** Version bump only for package @techstack/react-textfit diff --git a/packages/react-textfit/package.json b/packages/react-textfit/package.json index b16ee2485..029f96749 100644 --- a/packages/react-textfit/package.json +++ b/packages/react-textfit/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-textfit", - "version": "1.3.287", + "version": "1.3.288", "description": "React component to fit headlines and paragraphs into any element", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-textfit/README.md", "repository": { diff --git a/packages/tcm-cli/CHANGELOG.md b/packages/tcm-cli/CHANGELOG.md index 07c8fee97..5041a67cf 100644 --- a/packages/tcm-cli/CHANGELOG.md +++ b/packages/tcm-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.31](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/tcm-cli@1.4.30...@techstack/tcm-cli@1.4.31) (2024-05-25) + +**Note:** Version bump only for package @techstack/tcm-cli + + + + + ## 1.4.30 (2024-05-24) diff --git a/packages/tcm-cli/package.json b/packages/tcm-cli/package.json index 9c9c8ad31..c17037293 100644 --- a/packages/tcm-cli/package.json +++ b/packages/tcm-cli/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/tcm-cli", - "version": "1.4.30", + "version": "1.4.31", "description": "Zero-config TypeScript package development", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/tcm-cli/README.md", "repository": { diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index a84363598..f39da75fd 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.293](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/theme@1.3.292...@techstack/theme@1.3.293) (2024-05-25) + +**Note:** Version bump only for package @techstack/theme + + + + + ## 1.3.292 (2024-05-24) **Note:** Version bump only for package @techstack/theme diff --git a/packages/theme/package.json b/packages/theme/package.json index 60ef2d056..82689c9f8 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.292", + "version": "1.3.293", "license": "MIT", "bin": { "orchard": "./dist/esm/index.js" diff --git a/packages/x-default-browser/CHANGELOG.md b/packages/x-default-browser/CHANGELOG.md index 6025b8c24..5b5b4b96d 100644 --- a/packages/x-default-browser/CHANGELOG.md +++ b/packages/x-default-browser/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.281](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/x-default-browser@1.3.280...@techstack/x-default-browser@1.3.281) (2024-05-25) + +**Note:** Version bump only for package @techstack/x-default-browser + + + + + ## 1.3.280 (2024-05-24) **Note:** Version bump only for package @techstack/x-default-browser diff --git a/packages/x-default-browser/package.json b/packages/x-default-browser/package.json index 646c87f5a..196a1290e 100644 --- a/packages/x-default-browser/package.json +++ b/packages/x-default-browser/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/x-default-browser", - "version": "1.3.280", + "version": "1.3.281", "description": "Detect default web browser of the current user, cross-platform (Win/Lin/Mac)", "license": "MIT", "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/x-default-browser/README.md",