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

Commit f0abb55

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 81baa4f commit f0abb55

File tree

22 files changed

+132
-11
lines changed

22 files changed

+132
-11
lines changed

packages/font-picker/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint to v8.57.1 ([#2700](https://github.com/The-Code-Monkey/TechStack/issues/2700)) ([2f0e89a](https://github.com/The-Code-Monkey/TechStack/commit/2f0e89ab69dbed3944802789a1f87b18c48322f3))
12+
13+
14+
15+
16+
617
## [1.3.302](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2024-09-24)
718

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

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.302",
3+
"version": "1.3.303",
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.295](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-19)
7+
8+
**Note:** Version bump only for package @techstack/hook-form-react
9+
10+
11+
12+
13+
614
## [1.3.294](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2024-09-24)
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": "[email protected]",
55
"description": "a custom hook form for react",
6-
"version": "1.3.294",
6+
"version": "1.3.295",
77
"scripts": {
88
"build": "tcm build",
99
"lint": "tcm lint"

packages/lexical/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.38](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency styled-components to v6.1.16 ([#2701](https://github.com/The-Code-Monkey/TechStack/issues/2701)) ([3466c00](https://github.com/The-Code-Monkey/TechStack/commit/3466c00e87e79b169c55126adb45fdafd70eb8e1))
12+
13+
14+
15+
16+
617
## [1.8.37](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2024-09-24)
718

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

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": "[email protected]",
55
"description": "a wrapper for facebook/lexical for react",
6-
"version": "1.8.37",
6+
"version": "1.8.38",
77
"scripts": {
88
"build": "tsc && cp ./src/index.scss ./dist/index.scss",
99
"lint": "tcm lint",

packages/memoize/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.293](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint to v8.57.1 ([#2700](https://github.com/The-Code-Monkey/TechStack/issues/2700)) ([2f0e89a](https://github.com/The-Code-Monkey/TechStack/commit/2f0e89ab69dbed3944802789a1f87b18c48322f3))
12+
13+
14+
15+
16+
617
## [1.3.292](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2024-09-24)
718

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

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.292",
3+
"version": "1.3.293",
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: 11 additions & 0 deletions
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.292](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2025-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency eslint to v8.57.1 ([#2700](https://github.com/The-Code-Monkey/TechStack/issues/2700)) ([2f0e89a](https://github.com/The-Code-Monkey/TechStack/commit/2f0e89ab69dbed3944802789a1f87b18c48322f3))
12+
13+
14+
15+
16+
617
## [1.3.291](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2024-09-24)
718

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

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.291",
3+
"version": "1.3.292",
44
"description": "react component confirm dialog.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)