@veloxts/web 0.6.86 → 0.6.88

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/CHANGELOG.md +22 -0
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @veloxts/web
2
2
 
3
+ ## 0.6.88
4
+
5
+ ### Patch Changes
6
+
7
+ - add ecosystem presets for environment-aware configuration
8
+ - Updated dependencies
9
+ - @veloxts/auth@0.6.88
10
+ - @veloxts/client@0.6.88
11
+ - @veloxts/core@0.6.88
12
+ - @veloxts/router@0.6.88
13
+
14
+ ## 0.6.87
15
+
16
+ ### Patch Changes
17
+
18
+ - Added missing documentations in left nav + primary colors from favicon
19
+ - Updated dependencies
20
+ - @veloxts/auth@0.6.87
21
+ - @veloxts/client@0.6.87
22
+ - @veloxts/core@0.6.87
23
+ - @veloxts/router@0.6.87
24
+
3
25
  ## 0.6.86
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloxts/web",
3
- "version": "0.6.86",
3
+ "version": "0.6.88",
4
4
  "description": "React Server Components integration for VeloxTS framework using Vinxi",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -72,10 +72,10 @@
72
72
  "peerDependencies": {
73
73
  "react": ">=19.2.0",
74
74
  "react-dom": ">=19.2.0",
75
- "@veloxts/auth": "0.6.86",
76
- "@veloxts/client": "0.6.86",
77
- "@veloxts/router": "0.6.86",
78
- "@veloxts/core": "0.6.86"
75
+ "@veloxts/auth": "0.6.88",
76
+ "@veloxts/core": "0.6.88",
77
+ "@veloxts/router": "0.6.88",
78
+ "@veloxts/client": "0.6.88"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "@veloxts/auth": {
@@ -98,10 +98,10 @@
98
98
  "react-server-dom-webpack": "19.2.3",
99
99
  "typescript": "5.9.3",
100
100
  "vitest": "4.0.16",
101
- "@veloxts/auth": "0.6.86",
102
- "@veloxts/router": "0.6.86",
103
- "@veloxts/core": "0.6.86",
104
- "@veloxts/client": "0.6.86"
101
+ "@veloxts/core": "0.6.88",
102
+ "@veloxts/client": "0.6.88",
103
+ "@veloxts/router": "0.6.88",
104
+ "@veloxts/auth": "0.6.88"
105
105
  },
106
106
  "keywords": [
107
107
  "velox",
@@ -115,6 +115,7 @@
115
115
  "full-stack"
116
116
  ],
117
117
  "license": "MIT",
118
+ "homepage": "https://veloxts.dev/",
118
119
  "repository": {
119
120
  "type": "git",
120
121
  "url": "https://github.com/veloxts/velox-ts-framework",