snapshot-labs-theme 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,9 @@ jobs:
20
20
  - name: Install dependencies
21
21
  run: npm install
22
22
 
23
+ - name: Bump version
24
+ run: npm version patch --no-git-tag-version
25
+
23
26
  - name: Build
24
27
  run: npm run build
25
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapshot-labs-theme",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "node build.js"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "color": {
3
3
  "warning": {
4
- "$value": "{color.red.400}",
4
+ "$value": "{color.red.600}",
5
5
  "$type": "color"
6
6
  }
7
7
  }