We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c88b45 + 9b7aa76 commit 8dd7c1aCopy full SHA for 8dd7c1a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sheinx",
3
"private": true,
4
- "version": "3.9.8-beta.16",
+ "version": "3.9.8",
5
"description": "A react library developed with sheinx",
6
"module": "dist/index.js",
7
"types": "dist/index.d.ts",
packages/shineout-style/src/version.ts
@@ -1 +1 @@
-export default '3.9.7';
+export default '3.9.8';
packages/shineout/src/index.ts
@@ -67,4 +67,4 @@ export * from './deprecated';
67
68
export * as TYPE from './type';
69
70
-export default { version: '3.9.7' };
+export default { version: '3.9.8' };
0 commit comments