@accounter/client 0.0.7-alpha-20250903123235-4b7eb55bb1ebf2f47f8b22d917b95a3bef43565a → 0.0.7-alpha-20250903124952-cad17b11194bdaeae34ec48ce760e5847d137901
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.
- package/CHANGELOG.md +8 -1
- package/dist/assets/{index-Do_ixIYe.js → index-D0tNQ2d-.js} +58 -58
- package/dist/assets/{index.es-hD5vU1bq.js → index.es-CwDun7z4.js} +1 -1
- package/dist/index.html +1 -1
- package/package.json +3 -3
- package/src/components/charges/charge-extended-info.tsx +3 -1
- package/src/components/ui/select.tsx +1 -1
- package/src/components/ui/tooltip.tsx +2 -2
- package/src/gql/gql.ts +3 -3
- package/src/gql/graphql.ts +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/client
|
|
2
2
|
|
|
3
|
-
## 0.0.7-alpha-
|
|
3
|
+
## 0.0.7-alpha-20250903124952-cad17b11194bdaeae34ec48ce760e5847d137901
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -160,6 +160,13 @@
|
|
|
160
160
|
- Updated dependency [`zod@4.1.5` ↗︎](https://www.npmjs.com/package/zod/v/4.1.5) (from `4.1.3`,
|
|
161
161
|
in `dependencies`)
|
|
162
162
|
|
|
163
|
+
- [#2479](https://github.com/Urigo/accounter-fullstack/pull/2479)
|
|
164
|
+
[`f8298b1`](https://github.com/Urigo/accounter-fullstack/commit/f8298b1b9ecb323122dc864d18613cdf4b7345c8)
|
|
165
|
+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
166
|
+
- Updated dependency
|
|
167
|
+
[`@tanstack/react-query@5.85.9` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.85.9)
|
|
168
|
+
(from `5.85.8`, in `dependencies`)
|
|
169
|
+
|
|
163
170
|
- [#2466](https://github.com/Urigo/accounter-fullstack/pull/2466)
|
|
164
171
|
[`afdc9bf`](https://github.com/Urigo/accounter-fullstack/commit/afdc9bf6def07a69893c8087f8635b3e86570bdf)
|
|
165
172
|
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Improved 404 Handling**: A dedicated
|