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 Nov 29, 2024
1 parent 0e52885 commit 3ef35ab
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .changeset/renovate-a285622.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-b1461e8.md

This file was deleted.

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

## 0.1.4
### Patch Changes


- Updated dependency `vitest` to `2.1.6`. ([#686](https://github.com/bfra-me/works/pull/686))
Updated dependency `@vitest/coverage-v8` to `2.1.6`.

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

## 0.1.3
### Patch Changes


- Updated dependency `vitest` to `2.1.6`. ([#686](https://github.com/bfra-me/works/pull/686))
Updated dependency `@vitest/coverage-v8` to `2.1.6`.

## 0.1.2
### Patch 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.2",
"version": "0.1.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bfra.me/create

## 0.1.7
### Patch Changes


- Updated dependency `vitest` to `2.1.6`. ([#686](https://github.com/bfra-me/works/pull/686))
Updated dependency `@vitest/coverage-v8` to `2.1.6`.

## 0.1.6
### 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.6",
"version": "0.1.7",
"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.4.11
### Patch Changes


- Updated dependency `vitest` to `2.1.6`. ([#686](https://github.com/bfra-me/works/pull/686))
Updated dependency `@vitest/coverage-v8` to `2.1.6`.

- Updated dependency `eslint-plugin-jsdoc` to `50.6.0`. ([#688](https://github.com/bfra-me/works/pull/688))

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

## 0.13.1
### Patch Changes


- Updated dependency `vitest` to `2.1.6`. ([#686](https://github.com/bfra-me/works/pull/686))
Updated dependency `@vitest/coverage-v8` to `2.1.6`.

## 0.13.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.13.0",
"version": "0.13.1",
"description": "Shared Prettier configuration for 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.12
### Patch Changes


- Updated dependency `vitest` to `2.1.6`. ([#686](https://github.com/bfra-me/works/pull/686))
Updated dependency `@vitest/coverage-v8` to `2.1.6`.

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

0 comments on commit 3ef35ab

Please sign in to comment.