Skip to content

Commit e7788ec

Browse files
author
YourName
committed
chore: we just released 🎉
- project: @tutods/typescript-config 0.4.0 - project: @tutods/biome-config 0.6.0 - project: @tutods/components 0.4.0
1 parent f696f5f commit e7788ec

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.4.0
2+
3+
### 🚀 Features
4+
5+
- add mjs files to biome ([942a37c](https://github.com/tutods/lib/commit/942a37c))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @tutods/typescript-config to 0.4.0
10+
111
## 0.3.2
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.2",
3+
"version": "0.4.0",
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.4.0",
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.6.0
2+
3+
### 🚀 Features
4+
5+
- add mjs files to biome ([942a37c](https://github.com/tutods/lib/commit/942a37c))
6+
17
## 0.5.0
28

39
### 🚀 Features

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.5.0",
3+
"version": "0.6.0",
44
"private": false,
55
"description": "Package with generic configuration for Biome that can be used on React, Solidjs and Nest.js projects.",
66
"homepage": "https://github.com/tutods/lib/blob/main/config/biome-config/README.md",

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.4.0
2+
3+
### 🚀 Features
4+
5+
- add mjs files to biome ([942a37c](https://github.com/tutods/lib/commit/942a37c))
6+
17
## 0.3.2
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.2",
4+
"version": "0.4.0",
55
"homepage": "https://github.com/tutods/lib/blob/main/config/typescript-config/README.md",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)