Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 5e74417

Browse files
chore(release): version
- @techstack/font-picker-react@1.3.309 - @techstack/hook-form-react@1.3.301 - @techstack/lexical@1.8.44 - @techstack/memoize@1.3.300 - @techstack/react-confirm-alert@1.3.298 - @techstack/react-feather@1.4.122 - @techstack/react-lazy-named@1.3.298 - @techstack/react-textfit@1.3.303 - @techstack/tcm-cli@1.4.46 - @techstack/theme@1.3.308 - @techstack/x-default-browser@1.3.296
1 parent b3b5383 commit 5e74417

File tree

22 files changed

+99
-11
lines changed

22 files changed

+99
-11
lines changed

packages/font-picker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.309](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@1.3.308...@techstack/font-picker-react@1.3.309) (2025-03-20)
7+
8+
**Note:** Version bump only for package @techstack/font-picker-react
9+
10+
11+
12+
13+
614
## [1.3.308](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@1.3.307...@techstack/font-picker-react@1.3.308) (2025-03-20)
715

816

packages/font-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/font-picker-react",
3-
"version": "1.3.308",
3+
"version": "1.3.309",
44
"description": "Font selector component for Google Fonts",
55
"type": "module",
66
"module": "./dist/font-picker-react.esm.js",

packages/hook-form-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.301](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/hook-form-react@1.3.300...@techstack/hook-form-react@1.3.301) (2025-03-20)
7+
8+
**Note:** Version bump only for package @techstack/hook-form-react
9+
10+
11+
12+
13+
614
## [1.3.300](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/hook-form-react@1.3.299...@techstack/hook-form-react@1.3.300) (2025-03-20)
715

816
**Note:** Version bump only for package @techstack/hook-form-react

packages/hook-form-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "The-Code-Monkey",
44
"packageManager": "yarn@4.7.0",
55
"description": "a custom hook form for react",
6-
"version": "1.3.300",
6+
"version": "1.3.301",
77
"scripts": {
88
"build": "tcm build",
99
"lint": "tcm lint"

packages/lexical/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.8.44](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/lexical@1.8.43...@techstack/lexical@1.8.44) (2025-03-20)
7+
8+
**Note:** Version bump only for package @techstack/lexical
9+
10+
11+
12+
13+
614
## [1.8.43](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/lexical@1.8.42...@techstack/lexical@1.8.43) (2025-03-20)
715

816

packages/lexical/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "The-Code-Monkey",
44
"packageManager": "yarn@4.7.0",
55
"description": "a wrapper for facebook/lexical for react",
6-
"version": "1.8.43",
6+
"version": "1.8.44",
77
"scripts": {
88
"build": "tsc && cp ./src/index.scss ./dist/index.scss",
99
"lint": "tcm lint",

packages/memoize/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.300](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@1.3.299...@techstack/memoize@1.3.300) (2025-03-20)
7+
8+
**Note:** Version bump only for package @techstack/memoize
9+
10+
11+
12+
13+
614
## [1.3.299](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@1.3.298...@techstack/memoize@1.3.299) (2025-03-20)
715

816

packages/memoize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/memoize",
3-
"version": "1.3.299",
3+
"version": "1.3.300",
44
"description": "A memoization library which only remembers the latest invocation",
55
"type": "module",
66
"module": "./dist/memoize.esm.js",

packages/react-confirm-alert/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.298](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-confirm-alert@1.3.297...@techstack/react-confirm-alert@1.3.298) (2025-03-20)
7+
8+
**Note:** Version bump only for package @techstack/react-confirm-alert
9+
10+
11+
12+
13+
614
## [1.3.297](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-confirm-alert@1.3.296...@techstack/react-confirm-alert@1.3.297) (2025-03-20)
715

816

packages/react-confirm-alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-confirm-alert",
3-
"version": "1.3.297",
3+
"version": "1.3.298",
44
"description": "react component confirm dialog.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)