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 22, 2024
1 parent 72838eb commit f81c53f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-ways-bow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wicked-lions-deny.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- Add an inline Prettier plugin to format `package.json` files using [prettier-package-json](https://github.com/cameronhunter/prettier-package-json) (by [@marcusrbrown](https://github.com/marcusrbrown) with [#159](https://github.com/bfra-me/works/pull/159))

### Patch Changes

- Format `package.json` using (unreleased) @bfra.me/prettier-config options (by [@marcusrbrown](https://github.com/marcusrbrown) with [#160](https://github.com/bfra-me/works/pull/160))

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"description": "Shared Prettier configuration for bfra.me",
"license": "MIT",
"author": "Marcus R. Brown <[email protected]>",
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.1

### Patch Changes

- Format `package.json` using (unreleased) @bfra.me/prettier-config options (by [@marcusrbrown](https://github.com/marcusrbrown) with [#160](https://github.com/bfra-me/works/pull/160))

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"description": "Semantic Release shareable configuration and plugins for bfra.me.",
"license": "MIT",
"author": "Marcus R. Brown <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bfra.me/tsconfig

## 0.3.1

### Patch Changes

- Format `package.json` using (unreleased) @bfra.me/prettier-config options (by [@marcusrbrown](https://github.com/marcusrbrown) with [#160](https://github.com/bfra-me/works/pull/160))

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bfra.me/tsconfig",
"version": "0.3.0",
"version": "0.3.1",
"description": "Shared TypeScript configuration for bfra.me",
"license": "MIT",
"author": "Marcus R. Brown <[email protected]>",
Expand Down

0 comments on commit f81c53f

Please sign in to comment.