Skip to content

Commit

Permalink
chore(🦋📦): publish packages (#692)
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 Nov 30, 2024
1 parent 0b2b7e4 commit 1b54cdc
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .changeset/fresh-walls-reply.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-apples-marry.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.1.5
### Patch Changes


- Fix linter errors. ([#691](https://github.com/bfra-me/works/pull/691))

## 0.1.4
### 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.1.4",
"version": "0.1.5",
"description": "The magic behind `api` 🧙",
"homepage": "https://api.readme.dev",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bfra.me/create

## 0.1.8
### Patch Changes


- Fix linter errors. ([#691](https://github.com/bfra-me/works/pull/691))

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

## 0.6.0
### Minor Changes


- Add a rule for sorting imports. ([#691](https://github.com/bfra-me/works/pull/691))


### Patch Changes


- Fix linter errors. ([#691](https://github.com/bfra-me/works/pull/691))

## 0.5.0
### Minor 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.5.0",
"version": "0.6.0",
"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.13.2
### Patch Changes


- Fix linter errors. ([#691](https://github.com/bfra-me/works/pull/691))

## 0.13.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.13.1",
"version": "0.13.2",
"description": "Shared Prettier configuration for 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.13
### Patch Changes


- Fix linter errors. ([#691](https://github.com/bfra-me/works/pull/691))

## 0.1.12
### 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.12",
"version": "0.1.13",
"description": "Semantic Release shareable configuration and plugins for bfra.me.",
"keywords": [
"bfra.me",
Expand Down

0 comments on commit 1b54cdc

Please sign in to comment.