Skip to content

Commit

Permalink
v2.0.0-alpha.21
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 4, 2024
1 parent d570fb8 commit 1b798d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions programs/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"name": "extension",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Create cross-browser extensions with no build configuration.",
"main": "./dist/cli.js",
"types": "./dist/cli.d.ts",
Expand Down Expand Up @@ -57,8 +57,8 @@
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.18",
"commander": "^11.1.0",
"extension-create": "2.0.0-alpha.20",
"extension-develop": "2.0.0-alpha.20",
"extension-create": "2.0.0-alpha.21",
"extension-develop": "2.0.0-alpha.21",
"semver": "^7.5.4",
"update-check": "^1.5.4",
"webextension-polyfill": "^0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion programs/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"name": "extension-create",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "The Extension.js create step",
"main": "./dist/module.js",
"types": "./dist/module.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion programs/develop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"name": "extension-develop",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "The develop step of Extension.js",
"main": "./dist/module.js",
"types": "./dist/module.d.ts",
Expand Down

0 comments on commit 1b798d1

Please sign in to comment.