Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 0ce359a

Browse files
committed
chore(pkg): fix error & bump version
1 parent 3e7bfa8 commit 0ce359a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

deploy/production/web.tar.gz

1.1 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderplanets_web",
3-
"version": "0.8.2",
3+
"version": "1.0.0",
44
"license": "Apache License 2.0",
55
"scripts": {
66
"dev": "cross-env NODE_ENV=dev next dev",

src/containers/content/HaveADrinkContent/spec.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { TID } from '@/spec'
33
export type TView = string
44

55
export type TSettingOption = {
6-
fontSize: '24px' | '27px'
6+
fontSize: string
77
animateType: 'fade' | 'bounce'
88
}
99

0 commit comments

Comments
 (0)