@vanilla-extract/vite-plugin 5.2.4 → 5.2.5

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -84,6 +84,10 @@ Want to work at a higher level while maximising style re-use? Check out 🍨 [S
84
84
 
85
85
  ---
86
86
 
87
+ ## [Contributing]
88
+
89
+ [Contributing]: ./CONTRIBUTING.md
90
+
87
91
  ## Thanks
88
92
 
89
93
  - [Nathan Nam Tran](https://twitter.com/naistran) for creating [css-in-js-loader](https://github.com/naistran/css-in-js-loader), which served as the initial starting point for [treat](https://seek-oss.github.io/treat), the precursor to this library.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanilla-extract/vite-plugin",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "description": "Zero-runtime Stylesheets-in-TypeScript",
5
5
  "main": "dist/vanilla-extract-vite-plugin.cjs.js",
6
6
  "module": "dist/vanilla-extract-vite-plugin.esm.js",
@@ -16,7 +16,7 @@
16
16
  "author": "SEEK",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@vanilla-extract/compiler": "^0.7.1",
19
+ "@vanilla-extract/compiler": "^0.7.2",
20
20
  "@vanilla-extract/integration": "^8.0.10"
21
21
  },
22
22
  "devDependencies": {