Skip to content

Commit 55d30c4

Browse files
refactor: migrate monorepo to Turborepo and npm while removing obsolete packages and build tools
1 parent 391ac57 commit 55d30c4

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.0.12] - 2026-04-30
7+
8+
### Refactor
9+
* Converted monorepo to use Turborepo instead of Lerna.
10+
* Migrated package manager from Yarn to NPM.
11+
* Removed obsolete packages (`react-feather`, `react-lazy-named`, `theme`, `x-default-browser`).
12+
* Updated dependencies across all remaining packages.
13+
* Removed Husky to streamline the build process.
14+
615
## [1.3.127](https://github.com/The-Code-Monkey/TechStack/compare/v1.3.126...v1.3.127) (2023-12-08)
716

817

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,8 @@
5858
- [About the Project](#star2-about-the-project)
5959
* [Packages within repo](#packages-within-repo)
6060
- [TCM-CLI](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/tcm-cli)
61-
- [X-Default-Browser](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/x-default-browser)
62-
- [Theme](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/theme)
63-
- [React-Lazy-Named](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-lazy-named)
6461
- [Memoize](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/memoize)
6562
- [React-Textfit](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-textfit)
66-
- [React-Feather](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-feather)
6763
- [Components](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/components)
6864
* [Features](#dart-features)
6965
* [Color Reference](#art-color-reference)
@@ -90,12 +86,8 @@ This Project started out as just theme, styled-system, and components. But as ti
9086
### Packages within repo
9187

9288
- [TCM-CLI](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/tcm-cli)
93-
- [X-Default-Browser](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/x-default-browser)
94-
- [Theme](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/theme)
95-
- [React-Lazy-Named](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-lazy-named)
9689
- [Memoize](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/memoize)
9790
- [React-Textfit](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-textfit)
98-
- [React-Feather](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/react-feather)
9991
- [Components](https://github.com/The-Code-Monkey/TechStack/tree/dev/packages/components)
10092

10193
<!-- Getting Started -->
@@ -104,10 +96,10 @@ This Project started out as just theme, styled-system, and components. But as ti
10496
<!-- Prerequisites -->
10597
### :bangbang: Prerequisites
10698

107-
This project uses Yarn as package manager
99+
This project uses npm and Turborepo as the package manager and build system.
108100

109101
```bash
110-
npm install --global yarn
102+
npm install --global turbo
111103
```
112104

113105
<!-- Run Locally -->
@@ -128,7 +120,7 @@ Go to the project directory
128120
Install dependencies
129121

130122
```bash
131-
yarn install
123+
npm install
132124
```
133125

134126

0 commit comments

Comments
 (0)