Skip to content

Commit

Permalink
chore(🦋📦): publish packages (#878)
Browse files Browse the repository at this point in the history
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
  • Loading branch information
bfra-me[bot] authored Jan 23, 2025
1 parent 26da99d commit 22e5432
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 61 deletions.
6 changes: 0 additions & 6 deletions .changeset/hot-goats-confess.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-peas-teach.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/api-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bfra.me/api-core

## 0.2.2
### Patch Changes


- Updated dependency `remove-undefined-objects` to `6.0.0`. ([#880](https://github.com/bfra-me/works/pull/880))

## 0.2.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/api-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bfra.me/api-core",
"version": "0.2.1",
"version": "0.2.2",
"description": "The magic behind `api` 🧙",
"homepage": "https://api.readme.dev",
"bugs": {
Expand Down
12 changes: 12 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bfra.me/create

## 0.3.0
### Minor Changes


- Update types and call to `run`. ([#889](https://github.com/bfra-me/works/pull/889))


### Patch Changes


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

## 0.2.8
### 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.2.8",
"version": "0.3.0",
"description": "A command line utility to create new packages from customizable templates.",
"keywords": [
"cli",
Expand Down
24 changes: 24 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @bfra.me/eslint-config

## 0.16.2
### Patch Changes


- Updated dependency `eslint-typegen` to `1.0.0`. ([#872](https://github.com/bfra-me/works/pull/872))


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


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


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


- Updated dependency `eslint-plugin-jsdoc` to `50.6.2`. ([#883](https://github.com/bfra-me/works/pull/883))


- Updated dependency `eslint-plugin-prettier` to `5.2.3`. ([#886](https://github.com/bfra-me/works/pull/886))


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

## 0.16.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": "@bfra.me/eslint-config",
"version": "0.16.1",
"version": "0.16.2",
"description": "Shared ESLint configuration for bfra.me",
"keywords": [
"bfra.me",
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 @@
# @bfra.me/prettier-config

## 0.15.0
### Minor Changes


- Remove package.json plugin and fix CJS compatibility. ([#888](https://github.com/bfra-me/works/pull/888))

## 0.14.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": "@bfra.me/prettier-config",
"version": "0.14.1",
"version": "0.15.0",
"description": "Shared Prettier configuration for bfra.me",
"keywords": [
"bfra.me",
Expand Down

0 comments on commit 22e5432

Please sign in to comment.