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 Dec 1, 2024
1 parent 8952ea4 commit 305f525
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/renovate-531ec6e.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/renovate-c8b8152.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-d786401.md

This file was deleted.

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.9
### Patch Changes


- Updated dependency `@types/node` to `22.10.1`. ([#701](https://github.com/bfra-me/works/pull/701))

## 0.1.8
### 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.8",
"version": "0.1.9",
"description": "A command line utility to create new packages from customizable templates.",
"keywords": [
"cli",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @bfra.me/eslint-config

## 0.7.1
### Patch Changes


- Updated dependency `@vitest/eslint-plugin` to `1.1.12`. ([#699](https://github.com/bfra-me/works/pull/699))


- Updated dependency `@types/node` to `22.10.1`. ([#701](https://github.com/bfra-me/works/pull/701))

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

## 0.13.3
### Patch Changes

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

## 0.13.2
### 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.13.2",
"version": "0.13.3",
"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.5
### Patch Changes


- Updated dependency `type-fest` to `4.29.0`. ([#697](https://github.com/bfra-me/works/pull/697))

## 0.5.4
### Patch 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.4",
"version": "0.5.5",
"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.14
### Patch Changes


- Updated dependency `type-fest` to `4.29.0`. ([#697](https://github.com/bfra-me/works/pull/697))

## 0.1.13
### 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.13",
"version": "0.1.14",
"description": "Semantic Release shareable configuration and plugins for 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.4
### Patch Changes


- Updated dependency `type-fest` to `4.29.0`. ([#697](https://github.com/bfra-me/works/pull/697))

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

0 comments on commit 305f525

Please sign in to comment.