@tamagui/colors 2.0.0-rc.31 → 2.0.0-rc.32

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.
@@ -1,2 +1,3 @@
1
- $ tamagui-build
2
- built @tamagui/colors in 7243 ms
1
+
2
+ $ tamagui-build --skip-types
3
+ built @tamagui/colors in 1880 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/colors",
3
- "version": "2.0.0-rc.31",
3
+ "version": "2.0.0-rc.32",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
@@ -46,6 +46,6 @@
46
46
  "clean:build": "tamagui-build clean:build"
47
47
  },
48
48
  "devDependencies": {
49
- "@tamagui/build": "2.0.0-rc.31"
49
+ "@tamagui/build": "2.0.0-rc.32"
50
50
  }
51
51
  }