Skip to content

Commit c4b292e

Browse files
author
YourName
committed
chore: we just released 🎉
- project: @tutods/typescript-config 0.3.2 - project: @tutods/biome-config 0.4.2 - project: @tutods/components 0.3.2
1 parent 850eeac commit c4b292e

File tree

6 files changed

+26
-4
lines changed

6 files changed

+26
-4
lines changed

packages/components/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.2
2+
3+
### 🩹 Fixes
4+
5+
- config files paths ([850eeac](https://github.com/tutods/lib/commit/850eeac))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @tutods/typescript-config to 0.3.2
10+
111
## 0.3.1
212

313
### 🩹 Fixes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutods/components",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "React generic components that can be used in any scenario",
55
"publishConfig": {
66
"access": "public"
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/react": "^19.0.10",
5151
"@types/react-dom": "^19.0.4",
52-
"@tutods/typescript-config": "*",
52+
"@tutods/typescript-config": "0.3.2",
5353
"react": "^19.0.0",
5454
"react-dom": "^19.0.0",
5555
"tsup": "^8.3.6",

packages/configs/biome-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.2
2+
3+
### 🩹 Fixes
4+
5+
- config files paths ([850eeac](https://github.com/tutods/lib/commit/850eeac))
6+
17
## 0.4.1
28

39
### 🩹 Fixes

packages/configs/biome-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutods/biome-config",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"private": false,
55
"description": "Package with generic configuration for Biome that can be used on React, Solidjs and Nest.js projects.",
66
"repository": {

packages/configs/typescript-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.2
2+
3+
### 🩹 Fixes
4+
5+
- config files paths ([850eeac](https://github.com/tutods/lib/commit/850eeac))
6+
17
## 0.3.1
28

39
### 🩹 Fixes

packages/configs/typescript-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tutods/typescript-config",
33
"description": "Package to store common TypeScript configurations for porjects, like React, Node.js, etc.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"private": false,
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)