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

Commit 5c272f4

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]
1 parent 83e328c commit 5c272f4

File tree

20 files changed

+107
-27
lines changed

20 files changed

+107
-27
lines changed

packages/components/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+
## [0.7.157](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/components
9+
10+
11+
12+
13+
614
## [0.7.156](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
715

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

packages/components/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.156",
2+
"version": "0.7.157",
33
"license": "MIT",
44
"type": "module",
55
"main": "./dist/index.js",
@@ -74,7 +74,7 @@
7474
"@storybook/manager-webpack5": "6.5.16",
7575
"@storybook/react": "6.5.16",
7676
"@storybook/testing-library": "0.1.0",
77-
"@techstack/tcm-cli": "0.4.105",
77+
"@techstack/tcm-cli": "0.4.106",
7878
"@testing-library/react": "14.0.0",
7979
"@tsconfig/create-react-app": "1.0.3",
8080
"@tsconfig/recommended": "1.0.2",
@@ -98,12 +98,12 @@
9898
},
9999
"dependencies": {
100100
"@tanstack/react-table": "8.8.5",
101-
"@techstack/memoize": "0.4.105",
102-
"@techstack/react-feather": "0.4.105",
103-
"@techstack/react-lazy-named": "0.4.105",
104-
"@techstack/react-textfit": "0.4.119",
105-
"@techstack/styled-system": "0.4.112",
106-
"@techstack/theme": "0.4.114",
101+
"@techstack/memoize": "0.4.106",
102+
"@techstack/react-feather": "0.4.106",
103+
"@techstack/react-lazy-named": "0.4.106",
104+
"@techstack/react-textfit": "0.4.120",
105+
"@techstack/styled-system": "0.4.113",
106+
"@techstack/theme": "0.4.115",
107107
"@types/react-table": "7.7.14",
108108
"classnames": "2.3.2",
109109
"csstype": "3.1.2",

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+
## [0.4.107](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/font-picker-react
9+
10+
11+
12+
13+
614
## 0.4.106 (2023-04-16)
715

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

packages/font-picker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/font-picker-react",
3-
"version": "0.4.106",
3+
"version": "0.4.107",
44
"description": "Font selector component for Google Fonts",
55
"type": "module",
66
"module": "./dist/font-picker-react.esm.js",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@storybook/react": "6.5.16",
39-
"@techstack/tcm-cli": "0.4.105",
39+
"@techstack/tcm-cli": "0.4.106",
4040
"dts-cli": "1.6.3",
4141
"react": "18.2.0"
4242
},

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+
## [0.4.106](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/memoize
9+
10+
11+
12+
13+
614
## 0.4.105 (2023-04-16)
715

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

packages/memoize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/memoize",
3-
"version": "0.4.105",
3+
"version": "0.4.106",
44
"description": "A memoization library which only remembers the latest invocation",
55
"type": "module",
66
"module": "./dist/memoize.esm.js",
@@ -41,7 +41,7 @@
4141
"access": "public"
4242
},
4343
"devDependencies": {
44-
"@techstack/tcm-cli": "0.4.105",
44+
"@techstack/tcm-cli": "0.4.106",
4545
"benchmark": "2.1.4",
4646
"cross-env": "7.0.3",
4747
"dts-cli": "1.6.3",

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+
## [0.4.106](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/react-feather
9+
10+
11+
12+
13+
614
## 0.4.105 (2023-04-16)
715

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

packages/react-feather/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-feather",
3-
"version": "0.4.105",
3+
"version": "0.4.106",
44
"description": "React component for Feather icons",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -44,14 +44,14 @@
4444
"url": "https://github.com/The-Code-Monkey/TechStack/issues"
4545
},
4646
"devDependencies": {
47-
"@techstack/tcm-cli": "0.4.105",
47+
"@techstack/tcm-cli": "0.4.106",
4848
"cross-env": "7.0.3",
4949
"dts-cli": "1.6.3",
5050
"fs-extra": "11.1.1",
5151
"typescript": "5.0.4"
5252
},
5353
"dependencies": {
54-
"@techstack/react-lazy-named": "0.4.105"
54+
"@techstack/react-lazy-named": "0.4.106"
5555
},
5656
"peerDependencies": {
5757
"react": "^17.0.0 || ^18.0.0"

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+
## [0.4.106](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/react-lazy-named
9+
10+
11+
12+
13+
614
## 0.4.105 (2023-04-16)
715

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

packages/react-lazy-named/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-lazy-named",
3-
"version": "0.4.105",
3+
"version": "0.4.106",
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": {
@@ -45,7 +45,7 @@
4545
"rerender"
4646
],
4747
"devDependencies": {
48-
"@techstack/tcm-cli": "0.4.105",
48+
"@techstack/tcm-cli": "0.4.106",
4949
"@testing-library/react": "14.0.0",
5050
"dts-cli": "1.6.3",
5151
"jest-environment-jsdom": "29.5.0"

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+
## [0.4.120](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/react-textfit
9+
10+
11+
12+
13+
614
## 0.4.119 (2023-04-16)
715

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

packages/react-textfit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-textfit",
3-
"version": "0.4.119",
3+
"version": "0.4.120",
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": {
@@ -37,7 +37,7 @@
3737
],
3838
"license": "MIT",
3939
"devDependencies": {
40-
"@techstack/tcm-cli": "0.4.105",
40+
"@techstack/tcm-cli": "0.4.106",
4141
"babel-cli": "6.26.0",
4242
"babel-core": "6.26.3",
4343
"babel-eslint": "10.1.0",

packages/styled-system/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+
## [0.4.113](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/styled-system
9+
10+
11+
12+
13+
614
## 0.4.112 (2023-04-16)
715

816
**Note:** Version bump only for package @techstack/styled-system

packages/styled-system/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.112",
2+
"version": "0.4.113",
33
"license": "MIT",
44
"name": "@techstack/styled-system",
55
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/styled-system/README.md",
@@ -50,15 +50,15 @@
5050
],
5151
"devDependencies": {
5252
"@size-limit/file": "8.2.4",
53-
"@techstack/tcm-cli": "0.4.105",
53+
"@techstack/tcm-cli": "0.4.106",
5454
"dts-cli": "1.6.3",
5555
"size-limit": "8.2.4",
5656
"tslib": "2.5.0",
5757
"typescript": "5.0.4"
5858
},
5959
"dependencies": {
6060
"@emotion/is-prop-valid": "1.2.0",
61-
"@techstack/memoize": "0.4.105",
61+
"@techstack/memoize": "0.4.106",
6262
"csstype": "3.1.2"
6363
},
6464
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"

packages/tcm-cli/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+
## [0.4.106](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/tcm-cli
9+
10+
11+
12+
13+
614
## 0.4.105 (2023-04-16)
715

816

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": "0.4.105",
3+
"version": "0.4.106",
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+
## [0.4.115](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/theme
9+
10+
11+
12+
13+
614
## 0.4.114 (2023-04-16)
715

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

packages/theme/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.114",
2+
"version": "0.4.115",
33
"license": "MIT",
44
"bin": {
55
"orchard": "./dist/esm/index.js"
@@ -47,7 +47,7 @@
4747
],
4848
"devDependencies": {
4949
"@size-limit/file": "8.2.4",
50-
"@techstack/tcm-cli": "0.4.105",
50+
"@techstack/tcm-cli": "0.4.106",
5151
"@tsconfig/recommended": "1.0.2",
5252
"@types/fs-extra": "11.0.1",
5353
"@types/lodash": "4.14.194",

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+
## [0.4.106](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/[email protected]...@techstack/[email protected]) (2023-04-16)
7+
8+
**Note:** Version bump only for package @techstack/x-default-browser
9+
10+
11+
12+
13+
614
## 0.4.105 (2023-04-16)
715

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

packages/x-default-browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/x-default-browser",
3-
"version": "0.4.105",
3+
"version": "0.4.106",
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",
@@ -31,7 +31,7 @@
3131
"default-browser-id": "3.0.0"
3232
},
3333
"devDependencies": {
34-
"@techstack/tcm-cli": "0.4.105",
34+
"@techstack/tcm-cli": "0.4.106",
3535
"mocha": "10.2.0",
3636
"rewire": "6.0.0"
3737
},

0 commit comments

Comments
 (0)