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

Commit d604f4f

Browse files
chore(release): version
- @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected] - @techstack/[email protected]
1 parent 3dd41c4 commit d604f4f

File tree

22 files changed

+126
-11
lines changed

22 files changed

+126
-11
lines changed

Diff for: packages/font-picker/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.313](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## [1.3.312](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
718

819
**Note:** Version bump only for package @techstack/font-picker-react

Diff for: packages/font-picker/package.json

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

Diff for: packages/hook-form-react/CHANGELOG.md

+8
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.304](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
**Note:** Version bump only for package @techstack/hook-form-react
9+
10+
11+
12+
13+
614
## 1.3.303 (2025-03-21)
715

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

Diff for: packages/hook-form-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "The-Code-Monkey",
44
"packageManager": "[email protected]",
55
"description": "a custom hook form for react",
6-
"version": "1.3.303",
6+
"version": "1.3.304",
77
"scripts": {
88
"build": "tcm build",
99
"lint": "tcm lint"

Diff for: packages/lexical/CHANGELOG.md

+8
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.48](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
**Note:** Version bump only for package @techstack/lexical
9+
10+
11+
12+
13+
614
## [1.8.47](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
715

816
**Note:** Version bump only for package @techstack/lexical

Diff for: packages/lexical/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "The-Code-Monkey",
44
"packageManager": "[email protected]",
55
"description": "a wrapper for facebook/lexical for react",
6-
"version": "1.8.47",
6+
"version": "1.8.48",
77
"scripts": {
88
"build": "tsc && cp ./src/index.scss ./dist/index.scss",
99
"lint": "tcm lint",

Diff for: packages/memoize/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.303](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## 1.3.302 (2025-03-21)
718

819
**Note:** Version bump only for package @techstack/memoize

Diff for: packages/memoize/package.json

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

Diff for: packages/react-confirm-alert/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## 1.3.300 (2025-03-21)
718

819
**Note:** Version bump only for package @techstack/react-confirm-alert

Diff for: packages/react-confirm-alert/package.json

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

Diff for: packages/react-feather/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4.125](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## 1.4.124 (2025-03-21)
718

819
**Note:** Version bump only for package @techstack/react-feather

Diff for: packages/react-feather/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-feather",
3-
"version": "1.4.124",
3+
"version": "1.4.125",
44
"description": "React component for Feather icons",
55
"type": "module",
66
"main": "./dist/index.js",

Diff for: packages/react-lazy-named/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## 1.3.300 (2025-03-21)
718

819
**Note:** Version bump only for package @techstack/react-lazy-named

Diff for: packages/react-lazy-named/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-lazy-named",
3-
"version": "1.3.300",
3+
"version": "1.3.301",
44
"description": "React lazy() with named imports - exports support",
55
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-lazy-named/README.md",
66
"repository": {

Diff for: packages/react-textfit/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.307](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## 1.3.306 (2025-03-21)
718

819
**Note:** Version bump only for package @techstack/react-textfit

Diff for: packages/react-textfit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-textfit",
3-
"version": "1.3.306",
3+
"version": "1.3.307",
44
"description": "React component to fit headlines and paragraphs into any element",
55
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-textfit/README.md",
66
"repository": {

Diff for: packages/tcm-cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4.49](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## 1.4.48 (2025-03-21)
718

819

Diff for: packages/tcm-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/tcm-cli",
3-
"version": "1.4.48",
3+
"version": "1.4.49",
44
"description": "Zero-config TypeScript package development",
55
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/tcm-cli/README.md",
66
"repository": {

Diff for: packages/theme/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.311](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## 1.3.310 (2025-03-21)
718

819
**Note:** Version bump only for package @techstack/theme

Diff for: packages/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.310",
2+
"version": "1.3.311",
33
"license": "MIT",
44
"bin": {
55
"orchard": "./dist/esm/index.js"

Diff for: packages/x-default-browser/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.299](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint-plugin-react to v7.37.4 ([#2723](https://github.com/The-Code-Monkey/TechStack/issues/2723)) ([3dd41c4](https://github.com/The-Code-Monkey/TechStack/commit/3dd41c4854de46028bb9ee7b30226ec9d77c899a))
12+
13+
14+
15+
16+
617
## 1.3.298 (2025-03-21)
718

819
**Note:** Version bump only for package @techstack/x-default-browser

Diff for: packages/x-default-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/x-default-browser",
3-
"version": "1.3.298",
3+
"version": "1.3.299",
44
"description": "Detect default web browser of the current user, cross-platform (Win/Lin/Mac)",
55
"license": "MIT",
66
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/x-default-browser/README.md",

0 commit comments

Comments
 (0)