Skip to content

Commit

Permalink
chore(🦋📦): publish packages (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfra-me[bot] authored Apr 7, 2024
1 parent a797c71 commit b4169d3
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-jobs-ring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/loud-badgers-walk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-vans-fail.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.3.1

### Patch Changes

- Modify for new @bfra.me/tsconfig `compilerOptions` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#188](https://github.com/bfra-me/works/pull/188))

- Fix errors reported by `publint` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#186](https://github.com/bfra-me/works/pull/186))
- Updated dependencies:
- @bfra.me/prettier-plugins@0.1.1

## 0.3.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.3.0",
"version": "0.3.1",
"description": "Shared Prettier configuration for bfra.me",
"license": "MIT",
"author": "Marcus R. Brown <contact@bfra.me>",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bfra.me/prettier-plugins

## 0.1.1

### Patch Changes

- Modify for new @bfra.me/tsconfig `compilerOptions` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#188](https://github.com/bfra-me/works/pull/188))

- Fix errors reported by `publint` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#186](https://github.com/bfra-me/works/pull/186))

## 0.1.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.1.0",
"version": "0.1.1",
"description": "Plugins for Prettier used across bfra.me.",
"license": "MIT",
"author": "Marcus R. Brown <contact@bfra.me>",
Expand Down
8 changes: 8 additions & 0 deletions packages/semantic-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bfra.me/semantic-release

## 0.1.2

### Patch Changes

- Modify for new @bfra.me/tsconfig `compilerOptions` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#188](https://github.com/bfra-me/works/pull/188))

- Fix errors reported by `publint` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#186](https://github.com/bfra-me/works/pull/186))

## 0.1.1

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

## 0.4.0

### Minor Changes

- Use concrete module and target options instead of using "\*Next" (i.e., ESNext, NodeNext, etc.) (by [@marcusrbrown](https://github.com/marcusrbrown) with [#188](https://github.com/bfra-me/works/pull/188))

### Patch Changes

- Modify for new @bfra.me/tsconfig `compilerOptions` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#188](https://github.com/bfra-me/works/pull/188))

## 0.3.1

### Patch 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.1",
"version": "0.4.0",
"description": "Shared TypeScript configuration for bfra.me",
"license": "MIT",
"author": "Marcus R. Brown <contact@bfra.me>",
Expand Down

0 comments on commit b4169d3

Please sign in to comment.