Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
  • Loading branch information
tutods committed Feb 6, 2024
1 parent 188280b commit 4655d3a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/tutods/lib/compare/@tutods/[email protected]...@tutods/[email protected]) (2024-02-06)

### Features

- add prettier config for tailwind and cleanup ([188280b](https://github.com/tutods/lib/commit/188280b43e518dad3ceae0286588cce9aab00c12))

## [0.4.5](https://github.com/tutods/lib/compare/@tutods/[email protected]...@tutods/[email protected]) (2024-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.4.5",
"version": "0.5.0",
"description": "React generic components that can be used in any scenario",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.17.0](https://github.com/tutods/lib/compare/@tutods/[email protected]...@tutods/[email protected]) (2024-02-06)

### Features

- add prettier config for tailwind and cleanup ([188280b](https://github.com/tutods/lib/commit/188280b43e518dad3ceae0286588cce9aab00c12))

## [1.16.7](https://github.com/tutods/lib/compare/@tutods/[email protected]...@tutods/[email protected]) (2024-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tutods/eslint-config",
"description": "ESLint configuration for JavaScript, TypeScript, React, Node.js, TailwindCSS projects, allowing to use other configs like sort imports, sort keys and more.",
"version": "1.16.7",
"version": "1.17.0",
"keywords": [
"eslint",
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/tutods/lib/compare/@tutods/[email protected]...@tutods/[email protected]) (2024-02-06)

### Features

- add prettier config for tailwind and cleanup ([188280b](https://github.com/tutods/lib/commit/188280b43e518dad3ceae0286588cce9aab00c12))

## [0.2.1](https://github.com/tutods/lib/compare/@tutods/[email protected]...@tutods/[email protected]) (2024-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tutods/prettier-config",
"description": "Prettier configuration to use in web projects, like React, Node, etc.",
"version": "0.2.1",
"version": "0.3.0",
"keywords": [
"prettier",
"formatting",
Expand Down

0 comments on commit 4655d3a

Please sign in to comment.