Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(🦋📦): publish packages #687

Merged
merged 1 commit into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/plenty-maps-attend.md

This file was deleted.

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

This file was deleted.

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.

6 changes: 0 additions & 6 deletions .changeset/young-cats-check.md

This file was deleted.

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

## 0.1.4
### Patch Changes


- Fix linter errors. ([#690](https://github.com/bfra-me/works/pull/690))


- 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
18 changes: 18 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @bfra.me/eslint-config

## 0.5.0
### Minor Changes


- Add rules for sorting named exports and imports. ([#690](https://github.com/bfra-me/works/pull/690))


### Patch Changes


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


- 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.5.0",
"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