Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 14, 2024
1 parent e57a629 commit 1d8cf76
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .changeset/moody-seals-glow.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @apitree.cz/cli

## 0.2.3

### Patch Changes

- 0ee2f9c: Update dependencies to their latest supported versions.
- Updated dependencies [0ee2f9c]
- @apitree.cz/ts-utils@0.1.1

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apitree.cz/cli",
"version": "0.2.2",
"version": "0.2.3",
"description": "Command line interface for ApiTree projects",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apitree.cz/eslint-config

## 0.2.2

### Patch Changes

- 0ee2f9c: Update dependencies to their latest supported versions.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apitree.cz/eslint-config",
"version": "0.2.1",
"version": "0.2.2",
"description": "ESLint configuration for ApiTree projects.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apitree.cz/prettier-config

## 0.2.2

### Patch Changes

- 0ee2f9c: Update dependencies to their latest supported versions.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apitree.cz/prettier-config",
"version": "0.2.1",
"version": "0.2.2",
"description": "Prettier configuration for ApiTree projects.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/testing-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apitree.cz/testing-library

## 0.2.4

### Patch Changes

- 0ee2f9c: Update dependencies to their latest supported versions.

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apitree.cz/testing-library",
"version": "0.2.3",
"version": "0.2.4",
"description": "React Testing Library setup for Vitest in ApiTree projects.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apitree.cz/ts-config

## 0.1.7

### Patch Changes

- 0ee2f9c: Update dependencies to their latest supported versions.

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apitree.cz/ts-config",
"version": "0.1.6",
"version": "0.1.7",
"description": "TypeScript configuration for ApiTree projects.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apitree.cz/ts-utils

## 0.1.1

### Patch Changes

- 0ee2f9c: Update dependencies to their latest supported versions.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apitree.cz/ts-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "TypeScript utility functions for ApiTree projects.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/typedoc-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apitree.cz/typedoc-config

## 0.1.2

### Patch Changes

- 0ee2f9c: Update dependencies to their latest supported versions.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apitree.cz/typedoc-config",
"version": "0.1.1",
"version": "0.1.2",
"description": "TypeDoc configuration for ApiTree projects.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/vitest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apitree.cz/vitest-config

## 0.2.2

### Patch Changes

- 0ee2f9c: Update dependencies to their latest supported versions.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apitree.cz/vitest-config",
"version": "0.2.1",
"version": "0.2.2",
"description": "Vitest configuration for ApiTree projects.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d8cf76

Please sign in to comment.