@pyreon/coolgrid 0.32.0 → 0.34.0

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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -175,7 +175,7 @@ Swap any layer's root element via `component`:
175
175
 
176
176
  ## Documentation
177
177
 
178
- Full docs: [docs.pyreon.dev/docs/coolgrid](https://docs.pyreon.dev/docs/coolgrid) (or `docs/src/content/docs/coolgrid.md` in this repo).
178
+ Full docs: [pyreon.dev/docs/coolgrid](https://pyreon.dev/docs/coolgrid) (or `docs/src/content/docs/coolgrid.md` in this repo).
179
179
 
180
180
  ## License
181
181
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/coolgrid",
3
- "version": "0.32.0",
3
+ "version": "0.34.0",
4
4
  "description": "Responsive grid system for Pyreon",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/ui-system/coolgrid#readme",
@@ -40,17 +40,17 @@
40
40
  "typecheck": "tsc --noEmit"
41
41
  },
42
42
  "peerDependencies": {
43
- "@pyreon/core": "^0.32.0",
44
- "@pyreon/reactivity": "^0.32.0"
43
+ "@pyreon/core": "^0.34.0",
44
+ "@pyreon/reactivity": "^0.34.0"
45
45
  },
46
46
  "dependencies": {
47
- "@pyreon/styler": "^0.32.0",
48
- "@pyreon/ui-core": "^0.32.0",
49
- "@pyreon/unistyle": "^0.32.0"
47
+ "@pyreon/styler": "^0.34.0",
48
+ "@pyreon/ui-core": "^0.34.0",
49
+ "@pyreon/unistyle": "^0.34.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@pyreon/test-utils": "^0.13.20",
53
- "@pyreon/typescript": "^0.32.0",
52
+ "@pyreon/test-utils": "^0.13.22",
53
+ "@pyreon/typescript": "^0.34.0",
54
54
  "@pyreon/vitest-config": "0.13.3",
55
55
  "@vitest/browser-playwright": "^4.1.8",
56
56
  "@vitus-labs/tools-rolldown": "^2.5.0"