Skip to content

Commit 25f540d

Browse files
chore: release main (#352)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5230d23 commit 25f540d

File tree

9 files changed

+38
-8
lines changed

9 files changed

+38
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"packages/bupkis": "0.18.1",
3-
"packages/codemod-core": "0.0.0",
3+
"packages/codemod-core": "0.1.0",
44
"packages/events": "0.2.0",
5-
"packages/from-assert": "0.0.0",
6-
"packages/from-chai": "0.1.0",
7-
"packages/from-jest": "0.3.0",
5+
"packages/from-assert": "0.1.0",
6+
"packages/from-chai": "0.1.1",
7+
"packages/from-jest": "0.3.1",
88
"packages/http": "0.1.1",
99
"packages/msw": "0.1.0",
1010
"packages/property-testing": "0.1.1",

packages/codemod-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-02-04)
4+
5+
6+
### Features
7+
8+
* **codemod-core:** add shared utilities package for codemods ([bd4b034](https://github.com/boneskull/bupkis/commit/bd4b0341c24eb19ea8323d373df93f514696a474))

packages/codemod-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bupkis/codemod-core",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "Shared utilities for bupkis codemods",
66
"repository": {

packages/from-assert/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-02-04)
4+
5+
6+
### Features
7+
8+
* **from-assert:** add codemod to migrate node:assert to bupkis ([#351](https://github.com/boneskull/bupkis/issues/351)) ([2ba721b](https://github.com/boneskull/bupkis/commit/2ba721b894808127b560565f071f3b0e7c39a8b8))

packages/from-assert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bupkis/from-assert",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "Migrate node:assert assertions to bupkis",
66
"repository": {

packages/from-chai/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/boneskull/bupkis/compare/@bupkis/from-chai-v0.1.0...@bupkis/from-chai-v0.1.1) (2026-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **from-chai,from-jest:** export package.json ([a14a3ec](https://github.com/boneskull/bupkis/commit/a14a3eccaf85946163ad9302c5b165159e4902fe))
9+
310
## 0.1.0 (2026-01-16)
411

512

packages/from-chai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bupkis/from-chai",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "Migrate Chai assertions to bupkis",
66
"repository": {

packages/from-jest/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/boneskull/bupkis/compare/@bupkis/from-jest-v0.3.0...@bupkis/from-jest-v0.3.1) (2026-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **from-chai,from-jest:** export package.json ([a14a3ec](https://github.com/boneskull/bupkis/commit/a14a3eccaf85946163ad9302c5b165159e4902fe))
9+
310
## [0.3.0](https://github.com/boneskull/bupkis/compare/@bupkis/from-jest-v0.2.0...@bupkis/from-jest-v0.3.0) (2026-01-31)
411

512

packages/from-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bupkis/from-jest",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"description": "Migrate Jest and Vitest assertions to bupkis",
66
"repository": {

0 commit comments

Comments
 (0)