Skip to content

Commit

Permalink
chore(changesets): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bfra-me[bot] committed Mar 8, 2025
1 parent 79f37ae commit 15fa0a2
Show file tree
Hide file tree
Showing 38 changed files with 126 additions and 155 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-pumpkins-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-0f5f497.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-14aeac5.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-1b2153e.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-1bbf3c0.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-280d988.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-45298cc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-4cd7780.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-4f44397.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-5247872.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-54e97fe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-6a64489.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-864c8a8.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-8e9a1ed.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-9841b40.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-ab7fa37.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-afa2d46.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-b07532c.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-b139c4c.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-bdf5cb3.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/renovate-c1b36aa.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-c368ab2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-cd684b6.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-dfee9cb.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-e02044f.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-f31354e.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-fa9e419.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-fff6bac.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @bfra.me/create

## 0.3.2
### Patch Changes


- Updated dependency `@sxzz/create` to `0.14.2`. ([#1011](https://github.com/bfra-me/works/pull/1011))


- Updated dependency `tsup` to `8.4.0`. ([#1000](https://github.com/bfra-me/works/pull/1000))


- Updated dependency `@clack/prompts` to `0.10.0`. ([#966](https://github.com/bfra-me/works/pull/966))


- Updated dependency `@sxzz/create` to `0.14.1`. ([#967](https://github.com/bfra-me/works/pull/967))

## 0.3.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bfra.me/create",
"version": "0.3.1",
"version": "0.3.2",
"description": "A command line utility to create new packages from customizable templates.",
"keywords": [
"cli",
Expand Down
70 changes: 70 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,75 @@
# @bfra.me/eslint-config

## 0.17.0
### Minor Changes


- Update auto-generated ESLint types. ([#936](https://github.com/bfra-me/works/pull/936))


### Patch Changes


- Updated dependency `package-manager-detector` to `0.2.10`. ([#998](https://github.com/bfra-me/works/pull/998))


- Updated dependency `@eslint/config-inspector` to `1.0.2`. ([#1018](https://github.com/bfra-me/works/pull/1018))


- Updated dependency `eslint-plugin-command` to `3.1.0`. ([#986](https://github.com/bfra-me/works/pull/986))


- Updated dependency `typescript-eslint` to `8.25.0`. ([#1002](https://github.com/bfra-me/works/pull/1002))
Updated dependency `@typescript-eslint/types` to `8.25.0`.

- Updated dependency `eslint-config-flat-gitignore` to `2.1.0`. ([#984](https://github.com/bfra-me/works/pull/984))


- Updated dependency `tsx` to `4.19.3`. ([#975](https://github.com/bfra-me/works/pull/975))


- Updated dependency `eslint-config-prettier` to `10.0.2`. ([#993](https://github.com/bfra-me/works/pull/993))


- Updated dependency `eslint-plugin-yml` to `1.17.0`. ([#969](https://github.com/bfra-me/works/pull/969))


- Updated dependency `eslint-plugin-n` to `17.16.2`. ([#1017](https://github.com/bfra-me/works/pull/1017))


- Updated dependency `local-pkg` to `1.1.1`. ([#1012](https://github.com/bfra-me/works/pull/1012))


- Updated dependency `package-manager-detector` to `0.2.11`. ([#1009](https://github.com/bfra-me/works/pull/1009))


- Updated dependency `typescript-eslint` to `8.26.0`. ([#1014](https://github.com/bfra-me/works/pull/1014))
Updated dependency `@typescript-eslint/types` to `8.26.0`.

- Updated dependency `@vitest/eslint-plugin` to `1.1.36`. ([#991](https://github.com/bfra-me/works/pull/991))


- Updated dependency `eslint-plugin-n` to `17.16.1`. ([#1008](https://github.com/bfra-me/works/pull/1008))


- Updated dependency `eslint-flat-config-utils` to `2.0.1`. ([#985](https://github.com/bfra-me/works/pull/985))


- Updated dependency `tsup` to `8.4.0`. ([#1000](https://github.com/bfra-me/works/pull/1000))


- Updated dependency `local-pkg` to `1.1.0`. ([#1003](https://github.com/bfra-me/works/pull/1003))


- Updated dependency `eslint-plugin-unicorn` to `57.0.0`. ([#988](https://github.com/bfra-me/works/pull/988))


- Updated dependency `@eslint/config-inspector` to `1.0.1`. ([#990](https://github.com/bfra-me/works/pull/990))


- Updated dependency `eslint` to `9.21.0`. ([#979](https://github.com/bfra-me/works/pull/979))
Updated dependency `@eslint/js` to `9.21.0`.

## 0.16.5
### 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": "@bfra.me/eslint-config",
"version": "0.16.5",
"version": "0.17.0",
"description": "Shared ESLint configuration for bfra.me",
"keywords": [
"bfra.me",
Expand Down
12 changes: 12 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bfra.me/prettier-config

## 0.15.3
### Patch Changes


- Updated dependency `prettier` to `3.5.3`. ([#1010](https://github.com/bfra-me/works/pull/1010))


- Updated dependency `tsup` to `8.4.0`. ([#1000](https://github.com/bfra-me/works/pull/1000))


- Updated dependency `prettier` to `3.5.2`. ([#981](https://github.com/bfra-me/works/pull/981))

## 0.15.2
### 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": "@bfra.me/prettier-config",
"version": "0.15.2",
"version": "0.15.3",
"description": "Shared Prettier configuration for bfra.me",
"keywords": [
"bfra.me",
Expand Down
18 changes: 18 additions & 0 deletions packages/prettier-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @bfra.me/prettier-plugins

## 0.5.10
### Patch Changes


- Updated dependency `sort-package-json` to `2.15.1`. ([#1007](https://github.com/bfra-me/works/pull/1007))


- Updated dependency `sort-package-json` to `2.15.0`. ([#1004](https://github.com/bfra-me/works/pull/1004))


- Updated dependency `prettier` to `3.5.3`. ([#1010](https://github.com/bfra-me/works/pull/1010))


- Updated dependency `tsup` to `8.4.0`. ([#1000](https://github.com/bfra-me/works/pull/1000))


- Updated dependency `prettier` to `3.5.2`. ([#981](https://github.com/bfra-me/works/pull/981))

## 0.5.9
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bfra.me/prettier-plugins",
"version": "0.5.9",
"version": "0.5.10",
"description": "Plugins for Prettier used across bfra.me.",
"keywords": [
"bfra.me",
Expand Down
6 changes: 6 additions & 0 deletions packages/semantic-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bfra.me/semantic-release

## 0.1.19
### Patch Changes


- Updated dependency `tsup` to `8.4.0`. ([#1000](https://github.com/bfra-me/works/pull/1000))

## 0.1.18
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bfra.me/semantic-release",
"version": "0.1.18",
"version": "0.1.19",
"description": "Semantic Release shareable configuration and plugins for bfra.me.",
"keywords": [
"bfra.me",
Expand Down

0 comments on commit 15fa0a2

Please sign in to comment.