Skip to content

Commit 9bfbe23

Browse files
authored
Merge pull request #39 from Houfeng/v8
mota@8.0.0
2 parents 4a8cd68 + c857b90 commit 9bfbe23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.dawn/pipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ publish:
4848
script:
4949
- dn test
5050
- dn build
51-
- npm pu --registry=https://registry.npmjs.org/ --tag alpha
51+
- npm pu --registry=https://registry.npmjs.org/
5252
- name: submitter

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mota",
3-
"version": "8.0.0-alpha.20",
3+
"version": "8.0.0",
44
"description": "An extremely lightweight and responsive state management library",
55
"module": "./dist/mota-es.js",
66
"main": "./dist/mota-cjs.js",

src/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*/
66

77
export const name = "mota";
8-
export const version = "8.0.0-alpha.20";
8+
export const version = "8.0.0";

0 commit comments

Comments
 (0)