Skip to content

Commit

Permalink
chore: release (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 8, 2025
1 parent 962c6e5 commit a9befc3
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-days-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-spoons-brake.md

This file was deleted.

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 @@
# @yeger/eslint-config

## 2.6.0

### Minor Changes

- 667ad9d: add type declaration

## 2.5.6

### 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,7 +1,7 @@
{
"name": "@yeger/eslint-config",
"type": "module",
"version": "2.5.6",
"version": "2.6.0",
"description": "ESLint config preset based on @antfu/eslint-config.",
"author": {
"name": "Jan Müller",
Expand Down
10 changes: 10 additions & 0 deletions packages/turbo-graph-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @yeger/turbo-graph-ui

## 2.1.5

### Patch Changes

- f1b1313: use package exports
- d3-graph-controller@3.0.13
- @yeger/debounce@2.0.12
- resumon@2.0.13
- @yeger/streams@1.2.4

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-graph-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yeger/turbo-graph-ui",
"type": "module",
"version": "2.1.4",
"version": "2.1.5",
"description": "Interactive visualization of Turborepo task graphs.",
"author": {
"name": "Jan Müller",
Expand Down
7 changes: 7 additions & 0 deletions packages/turbo-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @yeger/turbo-graph

## 2.0.12

### Patch Changes

- Updated dependencies [f1b1313]
- @yeger/turbo-graph-ui@2.1.5

## 2.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yeger/turbo-graph",
"type": "module",
"version": "2.0.11",
"version": "2.0.12",
"description": "Interactive visualization of Turborepo task graphs.",
"author": {
"name": "Jan Müller",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vite-plugin-lib

## 2.1.6

### Patch Changes

- f1b1313: use package exports

## 2.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-lib",
"type": "module",
"version": "2.1.5",
"version": "2.1.6",
"description": "Vite plugin for build configuration, automatic aliases, and type declarations.",
"author": "Jan Müller <janmueller3698@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit a9befc3

Please sign in to comment.