Skip to content

Commit

Permalink
chore(🦋📦): publish packages (#596)
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 6, 2024
1 parent 84e62f0 commit d25d692
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 28 deletions.
10 changes: 0 additions & 10 deletions .changeset/famous-wombats-invite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-impalas-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/poor-tomatoes-wait.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bfra.me/works

## 0.0.6
### Patch Changes

- Updated dependencies [[`1ce3903`](https://github.com/bfra-me/works/commit/1ce39032ce4c2597936897145896e71fde5fc09a), [`84e62f0`](https://github.com/bfra-me/works/commit/84e62f0deb91b42f361ae456f2bc48a75a1f2639), [`84e62f0`](https://github.com/bfra-me/works/commit/84e62f0deb91b42f361ae456f2bc48a75a1f2639)]:
- @bfra.me/prettier-config@0.9.1
- @bfra.me/eslint-config@0.4.4

## 0.0.5
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bfra.me/works",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"description": "bfra.me tools and components",
"keywords": [
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.2
### Patch Changes


- Add `prepack` scripts. ([#595](https://github.com/bfra-me/works/pull/595))

## 0.1.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.1.1",
"version": "0.1.2",
"description": "A command line utility to create new packages from customizable templates.",
"keywords": [
"cli",
Expand Down
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 @@
# @bfra.me/eslint-config

## 0.4.4
### Patch Changes


- Add `prepack` scripts. ([#595](https://github.com/bfra-me/works/pull/595))

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

## 0.9.1
### Patch Changes


- Add `prepack` scripts. ([#595](https://github.com/bfra-me/works/pull/595))


- Remove the async plugin loader. ([#597](https://github.com/bfra-me/works/pull/597))


- Revert to the previous plugin resolver. ([#597](https://github.com/bfra-me/works/pull/597))

- Updated dependencies [[`1ce3903`](https://github.com/bfra-me/works/commit/1ce39032ce4c2597936897145896e71fde5fc09a)]:
- @bfra.me/prettier-plugins@0.5.1

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

## 0.5.1
### Patch Changes


- Add `prepack` scripts. ([#595](https://github.com/bfra-me/works/pull/595))

## 0.5.0
### Minor 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.0",
"version": "0.5.1",
"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.7
### Patch Changes


- Add `prepack` scripts. ([#595](https://github.com/bfra-me/works/pull/595))

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

0 comments on commit d25d692

Please sign in to comment.