@geekmidas/client 9.0.0 → 9.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @geekmidas/client
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 🐛 [#11](https://github.com/geekmidas/toolbox/pull/11) [`40f4dc0`](https://github.com/geekmidas/toolbox/commit/40f4dc095911b2223a255029d8f776caf7781309) Thanks [@geekmidas](https://github.com/geekmidas)! - Patch release across all packages to realign published versions with the
8
+ registry. The previous release only published the four packages that had
9
+ version bumps; the remaining packages failed with "cannot publish over the
10
+ previously published versions" because their versions were unchanged.
11
+ - Updated dependencies [[`40f4dc0`](https://github.com/geekmidas/toolbox/commit/40f4dc095911b2223a255029d8f776caf7781309)]:
12
+ - @geekmidas/constructs@7.0.1
13
+ - @geekmidas/schema@1.0.4
14
+
3
15
  ## 9.0.0
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekmidas/client",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -108,16 +108,16 @@
108
108
  "@types/react-dom": "~19.1.6",
109
109
  "jsdom": "~26.1.0",
110
110
  "msw": "~2.10.3",
111
- "@geekmidas/constructs": "^7.0.0",
112
- "@geekmidas/schema": "^1.0.3"
111
+ "@geekmidas/constructs": "^7.0.1",
112
+ "@geekmidas/schema": "^1.0.4"
113
113
  },
114
114
  "peerDependencies": {
115
115
  "@tanstack/react-query": ">=5.0.0",
116
116
  "react": ">=18.0.0",
117
117
  "react-dom": ">=18.0.0",
118
118
  "zod": "~4.1.13",
119
- "@geekmidas/constructs": "^7.0.0",
120
- "@geekmidas/schema": "^1.0.3"
119
+ "@geekmidas/constructs": "^7.0.1",
120
+ "@geekmidas/schema": "^1.0.4"
121
121
  },
122
122
  "peerDependenciesMeta": {
123
123
  "@geekmidas/constructs": {