From 60e83e1a3956bb4fc98039a8c5afb04157280b0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 1 Jun 2024 22:09:27 +0000 Subject: [PATCH] chore(release): version - @techstack/font-picker-react@1.3.299 - @techstack/hook-form-react@1.3.291 - @techstack/lexical@1.8.34 - @techstack/memoize@1.3.289 - @techstack/react-confirm-alert@1.3.288 - @techstack/react-feather@1.4.112 - @techstack/react-lazy-named@1.3.287 - @techstack/react-textfit@1.3.293 - @techstack/tcm-cli@1.4.36 - @techstack/theme@1.3.298 - @techstack/x-default-browser@1.3.286 --- packages/font-picker/CHANGELOG.md | 8 ++++++++ packages/font-picker/package.json | 2 +- packages/hook-form-react/CHANGELOG.md | 8 ++++++++ packages/hook-form-react/package.json | 2 +- packages/lexical/CHANGELOG.md | 8 ++++++++ packages/lexical/package.json | 2 +- packages/memoize/CHANGELOG.md | 8 ++++++++ packages/memoize/package.json | 2 +- packages/react-confirm-alert/CHANGELOG.md | 8 ++++++++ packages/react-confirm-alert/package.json | 2 +- packages/react-feather/CHANGELOG.md | 8 ++++++++ packages/react-feather/package.json | 2 +- packages/react-lazy-named/CHANGELOG.md | 8 ++++++++ packages/react-lazy-named/package.json | 2 +- packages/react-textfit/CHANGELOG.md | 8 ++++++++ packages/react-textfit/package.json | 2 +- packages/tcm-cli/CHANGELOG.md | 8 ++++++++ packages/tcm-cli/package.json | 2 +- packages/theme/CHANGELOG.md | 8 ++++++++ packages/theme/package.json | 2 +- packages/x-default-browser/CHANGELOG.md | 8 ++++++++ packages/x-default-browser/package.json | 2 +- 22 files changed, 99 insertions(+), 11 deletions(-) diff --git a/packages/font-picker/CHANGELOG.md b/packages/font-picker/CHANGELOG.md index 8c1369197..779c0cdcb 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.299](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@1.3.298...@techstack/font-picker-react@1.3.299) (2024-06-01) + +**Note:** Version bump only for package @techstack/font-picker-react + + + + + ## [1.3.298](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@1.3.297...@techstack/font-picker-react@1.3.298) (2024-05-30) **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 bc6cda564..c7f8eeb25 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.298", + "version": "1.3.299", "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 c83ecacec..b84de44aa 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.291 (2024-06-01) + +**Note:** Version bump only for package @techstack/hook-form-react + + + + + ## [1.3.290](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/hook-form-react@1.3.289...@techstack/hook-form-react@1.3.290) (2024-05-28) **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 7f27105d6..35184fb4d 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.290", + "version": "1.3.291", "scripts": { "build": "tcm build", "lint": "tcm lint" diff --git a/packages/lexical/CHANGELOG.md b/packages/lexical/CHANGELOG.md index 76d3e8bd7..bd328aebe 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.34](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/lexical@1.8.33...@techstack/lexical@1.8.34) (2024-06-01) + +**Note:** Version bump only for package @techstack/lexical + + + + + ## [1.8.33](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/lexical@1.8.32...@techstack/lexical@1.8.33) (2024-05-30) **Note:** Version bump only for package @techstack/lexical diff --git a/packages/lexical/package.json b/packages/lexical/package.json index 18721a50d..4e763bac1 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.33", + "version": "1.8.34", "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 78748ad48..9e8d42969 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.289 (2024-06-01) + +**Note:** Version bump only for package @techstack/memoize + + + + + ## [1.3.288](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@1.3.287...@techstack/memoize@1.3.288) (2024-05-28) **Note:** Version bump only for package @techstack/memoize diff --git a/packages/memoize/package.json b/packages/memoize/package.json index b9e048191..d7fa11a31 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/memoize", - "version": "1.3.288", + "version": "1.3.289", "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 acb10db1d..ddd20c0ce 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.288 (2024-06-01) + +**Note:** Version bump only for package @techstack/react-confirm-alert + + + + + ## [1.3.287](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-confirm-alert@1.3.286...@techstack/react-confirm-alert@1.3.287) (2024-05-28) **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 e89b30487..e5fb9b4ba 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.287", + "version": "1.3.288", "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 5a1d70ea1..2e3cea68d 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.112 (2024-06-01) + +**Note:** Version bump only for package @techstack/react-feather + + + + + ## [1.4.111](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-feather@1.4.110...@techstack/react-feather@1.4.111) (2024-05-28) **Note:** Version bump only for package @techstack/react-feather diff --git a/packages/react-feather/package.json b/packages/react-feather/package.json index a3a91d390..51cd89392 100644 --- a/packages/react-feather/package.json +++ b/packages/react-feather/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-feather", - "version": "1.4.111", + "version": "1.4.112", "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 73f69c4c5..c589658d1 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.287 (2024-06-01) + +**Note:** Version bump only for package @techstack/react-lazy-named + + + + + ## [1.3.286](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-lazy-named@1.3.285...@techstack/react-lazy-named@1.3.286) (2024-05-28) **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 a908772cc..de426a9e9 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.286", + "version": "1.3.287", "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 d8b5609c6..200b073cd 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.293 (2024-06-01) + +**Note:** Version bump only for package @techstack/react-textfit + + + + + ## [1.3.292](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-textfit@1.3.291...@techstack/react-textfit@1.3.292) (2024-05-28) **Note:** Version bump only for package @techstack/react-textfit diff --git a/packages/react-textfit/package.json b/packages/react-textfit/package.json index aaae7c4c1..6e7a1f447 100644 --- a/packages/react-textfit/package.json +++ b/packages/react-textfit/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/react-textfit", - "version": "1.3.292", + "version": "1.3.293", "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 f83bd0ef6..24ddf0f2e 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.36 (2024-06-01) + +**Note:** Version bump only for package @techstack/tcm-cli + + + + + ## [1.4.35](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/tcm-cli@1.4.34...@techstack/tcm-cli@1.4.35) (2024-05-28) **Note:** Version bump only for package @techstack/tcm-cli diff --git a/packages/tcm-cli/package.json b/packages/tcm-cli/package.json index a845c1a2f..e7f0369ee 100644 --- a/packages/tcm-cli/package.json +++ b/packages/tcm-cli/package.json @@ -1,6 +1,6 @@ { "name": "@techstack/tcm-cli", - "version": "1.4.35", + "version": "1.4.36", "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 b29dccd3f..119b64abd 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.298 (2024-06-01) + +**Note:** Version bump only for package @techstack/theme + + + + + ## [1.3.297](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/theme@1.3.296...@techstack/theme@1.3.297) (2024-05-28) **Note:** Version bump only for package @techstack/theme diff --git a/packages/theme/package.json b/packages/theme/package.json index 9b4967af4..c10569c0e 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.297", + "version": "1.3.298", "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 8c42c954c..cbf4014fe 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.286 (2024-06-01) + +**Note:** Version bump only for package @techstack/x-default-browser + + + + + ## [1.3.285](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/x-default-browser@1.3.284...@techstack/x-default-browser@1.3.285) (2024-05-28) **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 25ba83ba0..8a496006d 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.285", + "version": "1.3.286", "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",