Skip to content

Commit

Permalink
chore: release package(s) (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 10, 2023
1 parent f4831c8 commit c0e0f64
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 33 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-grapes-wait.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/node-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.3.0

### Minor Changes

- [`761cdc8`](https://github.com/un-ts/size-limit/commit/761cdc82c72c8f5a26465733fe3e99d22210fe45) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump size-limit, migrate to ESM

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "size-limit-node-esbuild",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"description": "Node esbuild plugin for Size Limit",
"repository": "git+https://github.com/un-ts/size-limit.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/preset-node-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.3.0

### Minor Changes

- [`761cdc8`](https://github.com/un-ts/size-limit/commit/761cdc82c72c8f5a26465733fe3e99d22210fe45) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump size-limit, migrate to ESM

### Patch Changes

- Updated dependencies [[`761cdc8`](https://github.com/un-ts/size-limit/commit/761cdc82c72c8f5a26465733fe3e99d22210fe45)]:
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-node-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "size-limit-preset-node-lib",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"description": "Size Limit preset for Node libraries",
"repository": "git+https://github.com/un-ts/size-limit.git",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@size-limit/file": "^10.0.2",
"size-limit-node-esbuild": "^0.2.0",
"size-limit-node-esbuild": "^0.3.0",
"tslib": "^2.6.2"
},
"publishConfig": {
Expand Down
44 changes: 20 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0e0f64

Please sign in to comment.