Skip to content

Commit

Permalink
chore(🦋📦): publish packages (#536)
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 Oct 30, 2024
1 parent 3da755e commit bfd2c42
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .changeset/good-wolves-smell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/great-cheetahs-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rude-seas-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-jeans-sip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-bears-deliver.md

This file was deleted.

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

## 0.1.2
### Patch Changes


- Update oas to v25 and @readme/oas-to-har to v4. ([#549](https://github.com/bfra-me/works/pull/549))


- Pin dependencies. ([#549](https://github.com/bfra-me/works/pull/549))

## 0.1.1
### 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.1",
"version": "0.1.2",
"description": "The magic behind `api` 🧙",
"homepage": "https://api.readme.dev",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/api-core/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @api/test-utils

## 0.1.1
### Patch Changes


- Update oas to v25 and @readme/oas-to-har to v4. ([#549](https://github.com/bfra-me/works/pull/549))


- Pin dependencies. ([#549](https://github.com/bfra-me/works/pull/549))

## 0.1.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/api-core/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api/test-utils",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
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.8.0
### Minor Changes


- Consolidate exports and types in `index.ts`; cleanup config. ([#537](https://github.com/bfra-me/works/pull/537))


### Patch Changes


- Clean up type definitions and package exports. ([#542](https://github.com/bfra-me/works/pull/542))

- Updated dependencies [[`e315626`](https://github.com/bfra-me/works/commit/e315626ce5073c6f03dc136209ef467f06ce073e)]:
- @bfra.me/[email protected]

## 0.7.4
### 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.4",
"version": "0.8.0",
"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.0
### Minor Changes


- Clean up type definitions and package exports. ([#542](https://github.com/bfra-me/works/pull/542))

## 0.4.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.4.0",
"version": "0.5.0",
"description": "Plugins for Prettier used across bfra.me.",
"keywords": [
"bfra.me",
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.9.0
### Minor Changes


- Enable [declaration maps](https://www.typescriptlang.org/tsconfig/#declarationMap). ([#535](https://github.com/bfra-me/works/pull/535))

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

0 comments on commit bfd2c42

Please sign in to comment.