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

Commit c2d475f

Browse files
chore(release): version
1 parent 8c26d9d commit c2d475f

27 files changed

+143
-14
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* broken test ([8c26d9d](https://github.com/The-Code-Monkey/TechStack/commit/8c26d9dc4b8ac4266e785f7ab918bb6778de14af))
12+
* **deps:** update dependency @techstack/styled-system to v1.0.314 ([df798fa](https://github.com/The-Code-Monkey/TechStack/commit/df798fa934b8cecd84f2949bffe28dec30fcf2ca))
13+
* **deps:** update dependency rollup to v4.7.0 ([#2180](https://github.com/The-Code-Monkey/TechStack/issues/2180)) ([7eb2fa4](https://github.com/The-Code-Monkey/TechStack/commit/7eb2fa4a4abaf629a01cb5a7de33e03af3eec155))
14+
* **deps:** update lexical monorepo to v0.12.5 ([#2172](https://github.com/The-Code-Monkey/TechStack/issues/2172)) ([48748a1](https://github.com/The-Code-Monkey/TechStack/commit/48748a14b1a6d28a3623ba92ef4efc69ab9e4cef))
15+
16+
17+
18+
19+
620
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
721

822

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"packages": [
2424
"packages/*"
2525
],
26-
"version": "1.3.126"
26+
"version": "1.3.127"
2727
}

packages/components/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @techstack/styled-system to v1.0.314 ([df798fa](https://github.com/The-Code-Monkey/TechStack/commit/df798fa934b8cecd84f2949bffe28dec30fcf2ca))
12+
13+
14+
15+
16+
617
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
718

819

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.126",
2+
"version": "1.3.127",
33
"license": "MIT",
44
"type": "module",
55
"main": "./dist/index.js",

packages/font-picker/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
**Note:** Version bump only for package @techstack/font-picker-react
9+
10+
11+
12+
13+
614
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
715

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

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.126",
3+
"version": "1.3.127",
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

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.3.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* broken test ([8c26d9d](https://github.com/The-Code-Monkey/TechStack/commit/8c26d9dc4b8ac4266e785f7ab918bb6778de14af))

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": "0.0.1",
6+
"version": "1.3.127",
77
"scripts": {
88
"build": "tcm build",
99
"lint": "tcm lint"

packages/lexical/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update lexical monorepo to v0.12.5 ([#2172](https://github.com/The-Code-Monkey/TechStack/issues/2172)) ([48748a1](https://github.com/The-Code-Monkey/TechStack/commit/48748a14b1a6d28a3623ba92ef4efc69ab9e4cef))
12+
13+
14+
15+
16+
617
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
718

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

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.3.126",
6+
"version": "1.3.127",
77
"scripts": {
88
"build": "tcm build && cp ./src/index.scss ./dist/index.scss",
99
"lint": "tcm lint",

packages/memoize/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
**Note:** Version bump only for package @techstack/memoize
9+
10+
11+
12+
13+
614
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
715

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

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.126",
3+
"version": "1.3.127",
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

+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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
**Note:** Version bump only for package @techstack/react-confirm-alert
9+
10+
11+
12+
13+
614
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
715

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

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

packages/react-feather/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
**Note:** Version bump only for package @techstack/react-feather
9+
10+
11+
12+
13+
614
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
715

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

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.3.126",
3+
"version": "1.3.127",
44
"description": "React component for Feather icons",
55
"type": "module",
66
"main": "./dist/index.js",

packages/react-lazy-named/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
**Note:** Version bump only for package @techstack/react-lazy-named
9+
10+
11+
12+
13+
614
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
715

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

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.126",
3+
"version": "1.3.127",
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": {

packages/react-textfit/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
**Note:** Version bump only for package @techstack/react-textfit
9+
10+
11+
12+
13+
614
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
715

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

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.126",
3+
"version": "1.3.127",
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": {

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.3.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency rollup to v4.7.0 ([#2180](https://github.com/The-Code-Monkey/TechStack/issues/2180)) ([7eb2fa4](https://github.com/The-Code-Monkey/TechStack/commit/7eb2fa4a4abaf629a01cb5a7de33e03af3eec155))
12+
13+
14+
15+
16+
617
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
718

819
**Note:** Version bump only for package @techstack/tcm-cli

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.3.126",
3+
"version": "1.3.127",
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": {

packages/theme/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
**Note:** Version bump only for package @techstack/theme
9+
10+
11+
12+
13+
614
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
715

816

packages/theme/package.json

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

packages/x-default-browser/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.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
7+
8+
**Note:** Version bump only for package @techstack/x-default-browser
9+
10+
11+
12+
13+
614
## [1.3.126](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.125...v1.3.126) (2023-12-08)
715

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

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.126",
3+
"version": "1.3.127",
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",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -7300,7 +7300,14 @@ __metadata:
73007300
languageName: unknown
73017301
linkType: soft
73027302

7303-
"@techstack/memoize@npm:1.3.126, @techstack/memoize@workspace:*, @techstack/memoize@workspace:packages/memoize":
7303+
"@techstack/memoize@npm:1.3.126":
7304+
version: 1.3.126
7305+
resolution: "@techstack/memoize@npm:1.3.126"
7306+
checksum: f4a0b0304691f040e1e1c18e20684a2131fe8a2e3482325a595771f4c694da66a01c01e00b71a1f5ef8563a5d9ccd4802965ac4ad6e2471092aee17bec3eaee1
7307+
languageName: node
7308+
linkType: hard
7309+
7310+
"@techstack/memoize@workspace:*, @techstack/memoize@workspace:packages/memoize":
73047311
version: 0.0.0-use.local
73057312
resolution: "@techstack/memoize@workspace:packages/memoize"
73067313
dependencies:

0 commit comments

Comments
 (0)