Skip to content

Commit 08f00e1

Browse files
Version Packages (#2)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fe476ae commit 08f00e1

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/famous-pears-shake.md

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

packages/create-esdx/templates/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/jest": "^26.0.23",
3131
"@types/react": "^17.0.11",
3232
"@types/react-dom": "^17.0.8",
33-
"esdx": "^0.0.1",
33+
"esdx": "^0.0.2",
3434
"husky": "^6.0.0",
3535
"jest": "^27.0.4",
3636
"react": "^17.0.2",

packages/create-esdx/templates/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@size-limit/preset-small-lib": "^4.12.0",
2828
"@types/jest": "^26.0.23",
29-
"esdx": "^0.0.1",
29+
"esdx": "^0.0.2",
3030
"husky": "^6.0.0",
3131
"jest": "^27.0.4",
3232
"size-limit": "^4.12.0",

packages/esdx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# esdx
2+
3+
## 0.0.2
4+
### Patch Changes
5+
6+
- 7d3c6dc: Fix generated types in build mode

packages/esdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esdx",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "build scripts based on esbuild",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)