@ui-construction-library/integration-tanstack-query 0.1.2 → 0.1.3

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.
@@ -1,6 +1,5 @@
1
-
2
- $ rollup -c
3
- 
4
- src/index.tsx dist/index.js, dist/index.esm.js...
5
- (!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
6
- created dist/index.js, dist/index.esm.js in 686ms
1
+ $ rollup -c
2
+
3
+ src/index.tsx → dist/index.js, dist/index.esm.js...
4
+ (!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
5
+ created dist/index.js, dist/index.esm.js in 588ms
@@ -1,2 +1 @@
1
-
2
- $ tsc --noEmit
1
+ $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,30 +1,69 @@
1
1
  # @ui-construction-library/integration-tanstack-query
2
2
 
3
- ## 0.1.2
3
+ <!-- AUTO-GENERATED — do not edit manually; run pnpm changelog:packages -->
4
4
 
5
- ### Patch Changes
5
+ ## 0.1.3
6
6
 
7
- - Auto-generated patch release changeset for packages whose published npm state is out of sync with the local publishable code.
7
+ ### Features
8
8
 
9
- Detected statuses:
9
+ - add scripts for checking published code and generating changelogs ([2bd5166](../../commit/2bd5166))
10
10
 
11
- - @ui-construction-library/core: CODE_MISMATCH
12
- - @ui-construction-library/dnd: CODE_MISMATCH
13
- - @ui-construction-library/icons: CODE_MISMATCH
14
- - @ui-construction-library/integration-i18n: CODE_MISMATCH
15
- - @ui-construction-library/integration-next: CODE_MISMATCH
16
- - @ui-construction-library/integration-tanstack-query: CODE_MISMATCH
17
- - @ui-construction-library/integration-tanstack-router: CODE_MISMATCH
18
- - @ui-construction-library/motion: CODE_MISMATCH
19
- - @ui-construction-library/tokens: CODE_MISMATCH
20
- - @ui-construction-library/utils: CODE_MISMATCH
11
+ ## 0.1.2 — 2026-05-30
21
12
 
22
- - Updated dependencies
23
- - @ui-construction-library/core@0.1.2
13
+ ### Features
24
14
 
25
- ## 0.1.1
15
+ - enhance testing setup and coverage ([f37b8eb](../../commit/f37b8eb))
16
+ - add scripts for assembling pages, checking API snapshots, and enforcing dependency policies ([e311e81](../../commit/e311e81))
26
17
 
27
- ### Patch Changes
18
+ ## 0.1.1 — 2026-05-22
19
+
20
+ ### Features
21
+
22
+ - enhance Select and Dropdown components with custom icon support ([222de55](../../commit/222de55))
23
+
24
+ ### Refactoring
25
+
26
+ - rename packages from '@ui-lib/*' to '@ui-construction-library/*' across the codebase, updating imports, paths, and configurations accordingly ([796d6ce](../../commit/796d6ce))
27
+
28
+ ### Chores
29
+
30
+ - update dependency management and project structure ([e0a675d](../../commit/e0a675d))
31
+ - add Renovate configuration for automated dependency management and update pnpm-lock.yaml with new chromatic version ([281e871](../../commit/281e871))
32
+ - remove Prettier and ESLint configurations, add Biome configuration, and update project structure ([dae8d49](../../commit/dae8d49))
33
+
34
+ ---
35
+
36
+ # @ui-construction-library/integration-tanstack-query
37
+
38
+ <!-- AUTO-GENERATED — do not edit manually; run pnpm changelog:packages -->
39
+
40
+ ## 0.1.2 — 2026-05-30
41
+
42
+ ### Features
28
43
 
29
- - Updated dependencies [3332676]
30
- - @ui-construction-library/core@0.1.1
44
+ - enhance testing setup and coverage ([f37b8eb](../../commit/f37b8eb))
45
+ - add scripts for assembling pages, checking API snapshots, and enforcing dependency policies ([e311e81](../../commit/e311e81))
46
+
47
+ ## 0.1.1 — 2026-05-22
48
+
49
+ ### Features
50
+
51
+ - enhance Select and Dropdown components with custom icon support ([222de55](../../commit/222de55))
52
+
53
+ ### Refactoring
54
+
55
+ - rename packages from '@ui-lib/*' to '@ui-construction-library/*' across the codebase, updating imports, paths, and configurations accordingly ([796d6ce](../../commit/796d6ce))
56
+
57
+ ### Chores
58
+
59
+ - update dependency management and project structure ([e0a675d](../../commit/e0a675d))
60
+ - add Renovate configuration for automated dependency management and update pnpm-lock.yaml with new chromatic version ([281e871](../../commit/281e871))
61
+ - remove Prettier and ESLint configurations, add Biome configuration, and update project structure ([dae8d49](../../commit/dae8d49))
62
+
63
+ ---
64
+
65
+ # @ui-construction-library/integration-tanstack-query
66
+
67
+ ## 0.1.2
68
+
69
+ ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui-construction-library/integration-tanstack-query",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"