Skip to content

Commit

Permalink
chore: release package(s) (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 16, 2022
1 parent 55c4c8e commit f0a1b32
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/green-tools-push.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 +1,7 @@
# Change Log

## 0.1.0

### Minor Changes

- [`55c4c8e`](https://github.com/un-ts/size-limit/commit/55c4c8e879687c89495c3990a4f0c67c5fba7f94) Thanks [@JounQin](https://github.com/JounQin)! - feat: first blood, should just work
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.0.0",
"version": "0.1.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 +1,12 @@
# Change Log

## 0.1.0

### Minor Changes

- [`55c4c8e`](https://github.com/un-ts/size-limit/commit/55c4c8e879687c89495c3990a4f0c67c5fba7f94) Thanks [@JounQin](https://github.com/JounQin)! - feat: first blood, should just work

### Patch Changes

- Updated dependencies [[`55c4c8e`](https://github.com/un-ts/size-limit/commit/55c4c8e879687c89495c3990a4f0c67c5fba7f94)]:
- size-limit-node-esbuild@0.1.0
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.0.0",
"version": "0.1.0",
"type": "module",
"description": "Size Limit preset for Node libraries",
"repository": "git+https://github.com/un-ts/size-limit.git",
Expand Down Expand Up @@ -56,7 +56,7 @@
],
"dependencies": {
"@size-limit/file": "^7.0.8",
"size-limit-node-esbuild": "^0.0.0",
"size-limit-node-esbuild": "^0.1.0",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit f0a1b32

Please sign in to comment.