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 4104ffe commit 39d4483Copy full SHA for 39d4483
packages/vue-quill/src/assets/snow.styl
@@ -5,7 +5,6 @@ backgroundColor = #fff
5
inactiveColor = #4B5563
6
shadowColor = #D1D5DB
7
textColor = #4B5563
8
-// This is the channge
9
// Additional color
10
backgroundHoverColor = #F3F4F6
11
backgroundActiveColor = #DBEAFE
scripts/release.ts
@@ -110,7 +110,6 @@
110
const { nextRelease } = await semanticRelease({
111
branches: releaserc.branches,
112
repositoryUrl: pkg.repository.url,
113
- dryRun: true,
114
ci: false,
115
plugins: [
116
'@semantic-release/commit-analyzer',
0 commit comments