We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a8cd68 + c857b90 commit 9bfbe23Copy full SHA for 9bfbe23
.dawn/pipe.yml
@@ -48,5 +48,5 @@ publish:
48
script:
49
- dn test
50
- dn build
51
- - npm pu --registry=https://registry.npmjs.org/ --tag alpha
+ - npm pu --registry=https://registry.npmjs.org/
52
- name: submitter
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mota",
3
- "version": "8.0.0-alpha.20",
+ "version": "8.0.0",
4
"description": "An extremely lightweight and responsive state management library",
5
"module": "./dist/mota-es.js",
6
"main": "./dist/mota-cjs.js",
src/info.ts
@@ -5,4 +5,4 @@
*/
7
export const name = "mota";
8
-export const version = "8.0.0-alpha.20";
+export const version = "8.0.0";
0 commit comments