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 5558fbc commit 59210a6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @tutods/components

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

### Features
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.5.0",
"version": "0.5.1",
"description": "React generic components that can be used in any scenario",
"keywords": [
"react",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @tutods/eslint-config

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

### Features
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.17.0",
"version": "1.17.1",
"keywords": [
"eslint",
"react",
Expand Down
4 changes: 4 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @tutods/prettier-config

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

### Features
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.3.0",
"version": "0.3.1",
"keywords": [
"prettier",
"formatting",
Expand Down

0 comments on commit 59210a6

Please sign in to comment.