Skip to content

Commit f0a1b32

Browse files
chore: release package(s) (#2)
1 parent 55c4c8e commit f0a1b32

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changeset/green-tools-push.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/node-esbuild/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# Change Log
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`55c4c8e`](https://github.com/un-ts/size-limit/commit/55c4c8e879687c89495c3990a4f0c67c5fba7f94) Thanks [@JounQin](https://github.com/JounQin)! - feat: first blood, should just work

packages/node-esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "size-limit-node-esbuild",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "Node esbuild plugin for Size Limit",
66
"repository": "git+https://github.com/un-ts/size-limit.git",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Change Log
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`55c4c8e`](https://github.com/un-ts/size-limit/commit/55c4c8e879687c89495c3990a4f0c67c5fba7f94) Thanks [@JounQin](https://github.com/JounQin)! - feat: first blood, should just work
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`55c4c8e`](https://github.com/un-ts/size-limit/commit/55c4c8e879687c89495c3990a4f0c67c5fba7f94)]:
12+

packages/preset-node-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "size-limit-preset-node-lib",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "Size Limit preset for Node libraries",
66
"repository": "git+https://github.com/un-ts/size-limit.git",
@@ -56,7 +56,7 @@
5656
],
5757
"dependencies": {
5858
"@size-limit/file": "^7.0.8",
59-
"size-limit-node-esbuild": "^0.0.0",
59+
"size-limit-node-esbuild": "^0.1.0",
6060
"tslib": "^2.4.0"
6161
},
6262
"publishConfig": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)