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

Commit c4f4039

Browse files
chore(release): version
- @techstack/components@0.5.24 - @techstack/font-picker-react@0.2.67 - @techstack/memoize@0.2.67 - @techstack/react-feather@0.2.67 - @techstack/react-lazy-named@0.2.66 - @techstack/react-textfit@0.2.67 - @techstack/styled-system@0.2.70 - @techstack/tcm-cli@0.2.65 - @techstack/theme@0.2.67 - @techstack/x-default-browser@0.2.65
1 parent 4cc6833 commit c4f4039

20 files changed

Lines changed: 76 additions & 104 deletions

File tree

packages/components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.5.24 (2022-11-10)
7+
8+
### Bug Fixes
9+
10+
- remove all anys ([b5ae37a](https://github.com/The-Code-Monkey/TechStack/commit/b5ae37a41ee79e73b80cc7e19aba652ee8401762))
11+
- webpack required for some reason ([57dbcdb](https://github.com/The-Code-Monkey/TechStack/commit/57dbcdb5bf5602959e8ce5456c9b3fa0bfa69e3d))
12+
613
## [0.5.23](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/components@0.5.22...@techstack/components@0.5.23) (2022-11-09)
714

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

packages/components/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.23",
2+
"version": "0.5.24",
33
"license": "MIT",
44
"type": "module",
55
"main": "./dist/index.js",
@@ -63,7 +63,6 @@
6363
"@size-limit/file": "8.1.0",
6464
"@storybook/addon-essentials": "6.5.13",
6565
"@storybook/addon-interactions": "6.5.13",
66-
"storybook-addon-pseudo-states": "1.15.1",
6766
"@storybook/addon-links": "6.5.13",
6867
"@storybook/addons": "6.5.13",
6968
"@storybook/builder-webpack5": "6.5.13",
@@ -72,7 +71,7 @@
7271
"@storybook/manager-webpack5": "6.5.13",
7372
"@storybook/react": "6.5.13",
7473
"@storybook/testing-library": "0.0.13",
75-
"@techstack/tcm-cli": "0.2.64",
74+
"@techstack/tcm-cli": "0.2.65",
7675
"@testing-library/react": "13.4.0",
7776
"@tsconfig/create-react-app": "1.0.3",
7877
"@tsconfig/recommended": "1.0.1",
@@ -87,17 +86,18 @@
8786
"react-dom": "18.2.0",
8887
"react-is": "18.2.0",
8988
"size-limit": "8.1.0",
89+
"storybook-addon-pseudo-states": "1.15.1",
9090
"tslib": "2.4.1",
9191
"typescript": "4.8.4",
9292
"webpack": "5.74.0"
9393
},
9494
"dependencies": {
9595
"@tanstack/react-table": "8.5.22",
96-
"@techstack/memoize": "0.2.66",
97-
"@techstack/react-feather": "0.2.66",
98-
"@techstack/react-lazy-named": "0.2.65",
99-
"@techstack/styled-system": "0.2.69",
100-
"@techstack/theme": "0.2.66",
96+
"@techstack/memoize": "0.2.67",
97+
"@techstack/react-feather": "0.2.67",
98+
"@techstack/react-lazy-named": "0.2.66",
99+
"@techstack/styled-system": "0.2.70",
100+
"@techstack/theme": "0.2.67",
101101
"@types/react-table": "7.7.12",
102102
"classnames": "2.3.2",
103103
"csstype": "3.1.1",

packages/font-picker/CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,22 @@
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.2.66](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@0.2.64...@techstack/font-picker-react@0.2.66) (2022-11-09)
6+
## 0.2.67 (2022-11-10)
77

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

10+
## [0.2.66](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@0.2.64...@techstack/font-picker-react@0.2.66) (2022-11-09)
1011

11-
12-
12+
**Note:** Version bump only for package @techstack/font-picker-react
1313

1414
## [0.2.65](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@0.2.64...@techstack/font-picker-react@0.2.65) (2022-11-09)
1515

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

18-
19-
20-
21-
2218
## [0.2.64](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/font-picker-react@0.2.63...@techstack/font-picker-react@0.2.64) (2022-11-08)
2319

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

26-
27-
28-
29-
3022
## 0.2.63 (2022-11-08)
3123

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

packages/font-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/font-picker-react",
3-
"version": "0.2.66",
3+
"version": "0.2.67",
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.13",
39-
"@techstack/tcm-cli": "0.2.64",
39+
"@techstack/tcm-cli": "0.2.65",
4040
"dts-cli": "1.6.0",
4141
"react": "18.2.0"
4242
},

packages/memoize/CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,24 @@
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.2.66](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@0.2.64...@techstack/memoize@0.2.66) (2022-11-09)
7-
8-
**Note:** Version bump only for package @techstack/memoize
6+
## 0.2.67 (2022-11-10)
97

8+
### Bug Fixes
109

10+
- remove all anys ([b5ae37a](https://github.com/The-Code-Monkey/TechStack/commit/b5ae37a41ee79e73b80cc7e19aba652ee8401762))
1111

12+
## [0.2.66](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@0.2.64...@techstack/memoize@0.2.66) (2022-11-09)
1213

14+
**Note:** Version bump only for package @techstack/memoize
1315

1416
## [0.2.65](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@0.2.64...@techstack/memoize@0.2.65) (2022-11-09)
1517

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

18-
19-
20-
21-
2220
## [0.2.64](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/memoize@0.2.63...@techstack/memoize@0.2.64) (2022-11-08)
2321

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

26-
27-
28-
29-
3024
## 0.2.63 (2022-11-08)
3125

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

packages/memoize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/memoize",
3-
"version": "0.2.66",
3+
"version": "0.2.67",
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.2.64",
44+
"@techstack/tcm-cli": "0.2.65",
4545
"benchmark": "2.1.4",
4646
"cross-env": "7.0.3",
4747
"dts-cli": "1.6.0",

packages/react-feather/CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,22 @@
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.2.66](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-feather@0.2.64...@techstack/react-feather@0.2.66) (2022-11-09)
6+
## 0.2.67 (2022-11-10)
77

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

10+
## [0.2.66](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-feather@0.2.64...@techstack/react-feather@0.2.66) (2022-11-09)
1011

11-
12-
12+
**Note:** Version bump only for package @techstack/react-feather
1313

1414
## [0.2.65](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-feather@0.2.64...@techstack/react-feather@0.2.65) (2022-11-09)
1515

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

18-
19-
20-
21-
2218
## [0.2.64](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-feather@0.2.63...@techstack/react-feather@0.2.64) (2022-11-08)
2319

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

26-
27-
28-
29-
3022
## 0.2.63 (2022-11-08)
3123

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

packages/react-feather/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-feather",
3-
"version": "0.2.66",
3+
"version": "0.2.67",
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.2.64",
47+
"@techstack/tcm-cli": "0.2.65",
4848
"cross-env": "7.0.3",
4949
"dts-cli": "1.6.0",
5050
"fs-extra": "10.1.0",
5151
"typescript": "4.8.4"
5252
},
5353
"dependencies": {
54-
"@techstack/react-lazy-named": "0.2.65"
54+
"@techstack/react-lazy-named": "0.2.66"
5555
},
5656
"peerDependencies": {
5757
"react": "^17.0.0 || ^18.0.0"

packages/react-lazy-named/CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,24 @@
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.2.65](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-lazy-named@0.2.63...@techstack/react-lazy-named@0.2.65) (2022-11-09)
7-
8-
**Note:** Version bump only for package @techstack/react-lazy-named
6+
## 0.2.66 (2022-11-10)
97

8+
### Bug Fixes
109

10+
- remove all anys ([b5ae37a](https://github.com/The-Code-Monkey/TechStack/commit/b5ae37a41ee79e73b80cc7e19aba652ee8401762))
1111

12+
## [0.2.65](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-lazy-named@0.2.63...@techstack/react-lazy-named@0.2.65) (2022-11-09)
1213

14+
**Note:** Version bump only for package @techstack/react-lazy-named
1315

1416
## [0.2.64](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-lazy-named@0.2.63...@techstack/react-lazy-named@0.2.64) (2022-11-09)
1517

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

18-
19-
20-
21-
2220
## [0.2.63](https://github.com/The-Code-Monkey/TechStack/compare/@techstack/react-lazy-named@0.2.62...@techstack/react-lazy-named@0.2.63) (2022-11-08)
2321

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

26-
27-
28-
29-
3024
## 0.2.62 (2022-11-08)
3125

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

packages/react-lazy-named/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstack/react-lazy-named",
3-
"version": "0.2.65",
3+
"version": "0.2.66",
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.2.64",
48+
"@techstack/tcm-cli": "0.2.65",
4949
"@testing-library/react": "13.4.0",
5050
"dts-cli": "1.6.0",
5151
"jest-environment-jsdom": "29.3.1"

0 commit comments

Comments
 (0)