Skip to content

Commit ef60c53

Browse files
committed
chore: release v0.0.1-alpha.1
1 parent 0d9abc0 commit ef60c53

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.0",
3+
"version": "0.0.1-alpha.1",
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"
50+
"_id": "enforce-direct-access@0.0.1-alpha.0"
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.0",
3+
"version": "0.0.1-alpha.1",
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"
49+
"_id": "@shined/babel-plugin-enforce-direct-access@0.0.1-alpha.0"
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.0",
3+
"version": "0.0.1-alpha.1",
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"
38+
"_id": "@shined/swc-plugin-enforce-direct-access@0.0.1-alpha.0"
3939
}

0 commit comments

Comments
 (0)