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.
1 parent 053b269 commit e07b2c9Copy full SHA for e07b2c9
packages/vue-quill/src/assets/snow.styl
@@ -5,7 +5,7 @@ backgroundColor = #fff
5
inactiveColor = #4B5563
6
shadowColor = #D1D5DB
7
textColor = #4B5563
8
-// Additional colors
+// Additional color
9
backgroundHoverColor = #F3F4F6
10
backgroundActiveColor = #DBEAFE
11
scripts/release.ts
@@ -21,6 +21,12 @@
21
plugins: [
22
'@semantic-release/commit-analyzer',
23
'@semantic-release/release-notes-generator',
24
+ [
25
+ "@semantic-release/exec",
26
+ {
27
+ prepareCmd: "npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}"
28
+ }
29
+ ],
30
'@semantic-release/npm',
31
[
32
'@semantic-release/github',
0 commit comments