diff --git a/packages/font-picker/CHANGELOG.md b/packages/font-picker/CHANGELOG.md index 7cac6840d..89bd1a77a 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.285](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@1.3.284...@techstack/font-picker-react@1.3.285) (2024-05-22) + +**Note:** Version bump only for package @techstack/font-picker-react + + + + + ## [1.3.284](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@1.3.283...@techstack/font-picker-react@1.3.284) (2024-05-22) **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 6b746d043..d5619b224 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.284", + "version": "1.3.285", "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 b495d7116..4e0ac27ef 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.281](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/hook-form-react@1.3.280...@techstack/hook-form-react@1.3.281) (2024-05-22) + +**Note:** Version bump only for package @techstack/hook-form-react + + + + + ## [1.3.280](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/hook-form-react@1.3.279...@techstack/hook-form-react@1.3.280) (2024-05-22) **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 e0b6f1e1d..bf43576c5 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.280", + "version": "1.3.281", "scripts": { "build": "tcm build", "lint": "tcm lint" diff --git a/packages/lexical/CHANGELOG.md b/packages/lexical/CHANGELOG.md index 748eac980..0a30afcf7 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.20](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/lexical@1.8.19...@techstack/lexical@1.8.20) (2024-05-22) + +**Note:** Version bump only for package @techstack/lexical + + + + + ## [1.8.19](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/lexical@1.8.18...@techstack/lexical@1.8.19) (2024-05-22) **Note:** Version bump only for package @techstack/lexical diff --git a/packages/lexical/package.json b/packages/lexical/package.json index ac3a05672..1d7b3959b 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.19", + "version": "1.8.20", "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 95313e0bf..73906a5b3 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.277](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@1.3.276...@techstack/memoize@1.3.277) (2024-05-22) + +**Note:** Version bump only for package @techstack/memoize + + + + + ## [1.3.276](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@1.3.275...@techstack/memoize@1.3.276) (2024-05-22) **Note:** Version bump only for package @techstack/memoize diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 477beed15..1c9351bcb 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/memoize", - "version": "1.3.276", + "version": "1.3.277", "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 95654c88b..2cb4a67f4 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.278](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-confirm-alert@1.3.277...@techstack/react-confirm-alert@1.3.278) (2024-05-22) + +**Note:** Version bump only for package @techstack/react-confirm-alert + + + + + ## [1.3.277](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-confirm-alert@1.3.276...@techstack/react-confirm-alert@1.3.277) (2024-05-22) **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 384255682..0c47ec390 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.277", + "version": "1.3.278", "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 e13e25753..2b285ea7a 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.102](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-feather@1.4.101...@techstack/react-feather@1.4.102) (2024-05-22) + +**Note:** Version bump only for package @techstack/react-feather + + + + + ## [1.4.101](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-feather@1.4.100...@techstack/react-feather@1.4.101) (2024-05-22) **Note:** Version bump only for package @techstack/react-feather diff --git a/packages/react-feather/package.json b/packages/react-feather/package.json index 5157f2e6c..1c682a241 100644 --- a/packages/react-feather/package.json +++ b/packages/react-feather/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-feather", - "version": "1.4.101", + "version": "1.4.102", "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 95b2a50c1..c104533cf 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.277](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-lazy-named@1.3.276...@techstack/react-lazy-named@1.3.277) (2024-05-22) + +**Note:** Version bump only for package @techstack/react-lazy-named + + + + + ## [1.3.276](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-lazy-named@1.3.275...@techstack/react-lazy-named@1.3.276) (2024-05-22) **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 eac3bae4b..73e0e69f3 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.276", + "version": "1.3.277", "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 bae34a811..1a2dc1a9a 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.283](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-textfit@1.3.282...@techstack/react-textfit@1.3.283) (2024-05-22) + +**Note:** Version bump only for package @techstack/react-textfit + + + + + ## [1.3.282](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-textfit@1.3.281...@techstack/react-textfit@1.3.282) (2024-05-22) **Note:** Version bump only for package @techstack/react-textfit diff --git a/packages/react-textfit/package.json b/packages/react-textfit/package.json index 11ced2b53..069fbc9aa 100644 --- a/packages/react-textfit/package.json +++ b/packages/react-textfit/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-textfit", - "version": "1.3.282", + "version": "1.3.283", "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 e072a7ce5..c14b37a33 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.26](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/tcm-cli@1.4.25...@techstack/tcm-cli@1.4.26) (2024-05-22) + +**Note:** Version bump only for package @techstack/tcm-cli + + + + + ## [1.4.25](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/tcm-cli@1.4.24...@techstack/tcm-cli@1.4.25) (2024-05-22) **Note:** Version bump only for package @techstack/tcm-cli diff --git a/packages/tcm-cli/package.json b/packages/tcm-cli/package.json index ab2523d80..853d09286 100644 --- a/packages/tcm-cli/package.json +++ b/packages/tcm-cli/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/tcm-cli", - "version": "1.4.25", + "version": "1.4.26", "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 fc12c6c9d..78fba37af 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.288](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/theme@1.3.287...@techstack/theme@1.3.288) (2024-05-22) + +**Note:** Version bump only for package @techstack/theme + + + + + ## [1.3.287](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/theme@1.3.286...@techstack/theme@1.3.287) (2024-05-22) **Note:** Version bump only for package @techstack/theme diff --git a/packages/theme/package.json b/packages/theme/package.json index 714c0234c..33438868e 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.287", + "version": "1.3.288", "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 9d968bf94..3773c7f79 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.276](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/x-default-browser@1.3.275...@techstack/x-default-browser@1.3.276) (2024-05-22) + +**Note:** Version bump only for package @techstack/x-default-browser + + + + + ## [1.3.275](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/x-default-browser@1.3.274...@techstack/x-default-browser@1.3.275) (2024-05-22) **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 f2f947f5c..d02aa95f2 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.275", + "version": "1.3.276", "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",