Skip to content

Commit 22b7737

Browse files
committed
chore: release v0.0.1-alpha.4
1 parent c29e908 commit 22b7737

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enforce-direct-access",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"description": "Babel and SWC plugins for enforcing direct access patterns",
55
"private": true,
66
"scripts": {
@@ -47,5 +47,5 @@
4747
"write-pkg": "^7.0.0"
4848
},
4949
"readme": "ERROR: No README data found!",
50-
"_id": "enforce-direct-access@0.0.1-alpha.2"
50+
"_id": "enforce-direct-access@0.0.1-alpha.3"
5151
}

packages/babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shined/babel-plugin-enforce-direct-access",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"description": "A Babel plugin to enforce direct access patterns",
55
"main": "./cjs/index.js",
66
"types": "./cjs/index.d.ts",
@@ -46,5 +46,5 @@
4646
"vitest": "^4.0.12"
4747
},
4848
"readme": "ERROR: No README data found!",
49-
"_id": "@shined/babel-plugin-enforce-direct-access@0.0.1-alpha.2"
49+
"_id": "@shined/babel-plugin-enforce-direct-access@0.0.1-alpha.3"
5050
}

packages/swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shined/swc-plugin-enforce-direct-access",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"description": "SWC plugin for enforcing direct access patterns",
55
"author": {
66
"name": "ityuany"
@@ -35,5 +35,5 @@
3535
"clean-pkg-json": "^1.3.0"
3636
},
3737
"readme": "ERROR: No README data found!",
38-
"_id": "@shined/swc-plugin-enforce-direct-access@0.0.1-alpha.2"
38+
"_id": "@shined/swc-plugin-enforce-direct-access@0.0.1-alpha.3"
3939
}

0 commit comments

Comments
 (0)