Skip to content

Commit

Permalink
chore(🦋📦): publish packages (#396)
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 Sep 20, 2024
1 parent 955416a commit 06db15d
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-seahorses-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-jeans-smash.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/stale-mirrors-fold.md

This file was deleted.

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

## 0.7.2
### Patch Changes



- Remove `checkJs`, `composite`, and `incremental` compiler options; use relative paths for `extends` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#394](https://github.com/bfra-me/works/pull/394))
- Updated dependencies:
- @bfra.me/prettier-plugins@0.3.1

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

## 0.3.1
### Patch Changes



- Remove `checkJs`, `composite`, and `incremental` compiler options; use relative paths for `extends` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#394](https://github.com/bfra-me/works/pull/394))

## 0.3.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.3.0",
"version": "0.3.1",
"description": "Plugins for Prettier used across bfra.me.",
"keywords": [
"bfra.me",
Expand Down
7 changes: 7 additions & 0 deletions packages/semantic-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bfra.me/semantic-release

## 0.1.4
### Patch Changes



- Remove `checkJs`, `composite`, and `incremental` compiler options; use relative paths for `extends` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#394](https://github.com/bfra-me/works/pull/394))

## 0.1.3

### 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.3",
"version": "0.1.4",
"description": "Semantic Release shareable configuration and plugins for bfra.me.",
"keywords": [
"bfra.me",
Expand Down
13 changes: 13 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bfra.me/tsconfig

## 0.8.0
### Minor Changes



- Merge @tsconfig/strictest/tsconfig.json into the base tsconfig.json (by [@marcusrbrown](https://github.com/marcusrbrown) with [#394](https://github.com/bfra-me/works/pull/394))


- Use explicit `target` and `lib`; set `module` to preserve (by [@marcusrbrown](https://github.com/marcusrbrown) with [#394](https://github.com/bfra-me/works/pull/394))


- Remove `checkJs`, `composite`, and `incremental` compiler options; use relative paths for `extends` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#394](https://github.com/bfra-me/works/pull/394))

## 0.7.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.7.0",
"version": "0.8.0",
"description": "Shared TypeScript configuration for bfra.me",
"keywords": [
"bfra.me",
Expand Down

0 comments on commit 06db15d

Please sign in to comment.