Skip to content
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
10 changes: 0 additions & 10 deletions .changeset/republish-with-provenance.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/oxc-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kin0992/oxc-config

## 0.3.1

### Patch Changes

- 8bf1542: Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC).
No functional changes — this release attaches signed provenance attestations
that earlier versions were published without.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oxc-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kin0992/oxc-config",
"version": "0.3.0",
"version": "0.3.1",
"description": "Shared OXC formatter and lint configuration.",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kin0992/skills

## 0.2.1

### Patch Changes

- 8bf1542: Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC).
No functional changes — this release attaches signed provenance attestations
that earlier versions were published without.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kin0992/skills",
"version": "0.2.0",
"version": "0.2.1",
"description": "AI Skills bundle: commit messages and PR title/description.",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kin0992/tsconfig

## 0.1.1

### Patch Changes

- 8bf1542: Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC).
No functional changes — this release attaches signed provenance attestations
that earlier versions were published without.

## 0.1.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": "@kin0992/tsconfig",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shared TypeScript configurations for dev-toolkit consumers.",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vitest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kin0992/vitest-config

## 0.1.1

### Patch Changes

- 8bf1542: Republish to npmjs.org with build provenance via npm Trusted Publishing (OIDC).
No functional changes — this release attaches signed provenance attestations
that earlier versions were published without.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kin0992/vitest-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shared Vitest configurations.",
"license": "MIT",
"repository": {
Expand Down
Loading