@fubar-it-co/tmdb-client 0.0.11 → 0.0.12
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 +34 -33
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,37 +1,5 @@
|
|
|
1
|
-
## <small>0.0.
|
|
1
|
+
## <small>0.0.12 (2026-03-25)</small>
|
|
2
2
|
|
|
3
|
-
* chore: add postinstall script to ensure shell scripts are executable ([8808374](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8808374))
|
|
4
|
-
* chore: added exception to .gitignore ([97736d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/97736d5))
|
|
5
|
-
* chore: added start session skill to claude ([8618c4d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8618c4d))
|
|
6
|
-
* chore: generated types ([508fc49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/508fc49))
|
|
7
|
-
* chore: improve dev script with watch support for shared and ui ([b5508e8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b5508e8))
|
|
8
|
-
* chore: mark publish scripts as executable ([799138a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/799138a))
|
|
9
|
-
* chore: moved msw in dependencies in shared ([0d1a629](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0d1a629))
|
|
10
|
-
* chore: remove debug console.warn init logs from all apps ([cfbc3fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cfbc3fb))
|
|
11
|
-
* chore: update .windsurfrules with current project state ([e879115](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e879115))
|
|
12
|
-
* chore: updated react from 19.0.0 to 19.1.0 ([5ab9f01](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5ab9f01))
|
|
13
|
-
* chore: upgraded react react-dom and types ([3b5a7f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3b5a7f4))
|
|
14
|
-
* chore: version bump for @fubar-it-co/tmdb-client to 0.0.10 ([e06f3e5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e06f3e5))
|
|
15
|
-
* chore: version bump for @fubar-it-co/tmdb-client to 0.0.9 ([f3010cd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f3010cd))
|
|
16
|
-
* chore: version bump for ui to 0.2.0 ([20e4667](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/20e4667))
|
|
17
|
-
* chore: version bump for ui to 0.4.0 ([d4191a8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d4191a8))
|
|
18
|
-
* chore(cleaning): remove typos an consoles ([3935c3a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3935c3a))
|
|
19
|
-
* chore(code): removed dead code and unused imports ([50c9732](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/50c9732))
|
|
20
|
-
* chore(deps-dev): bump vite from 6.2.0 to 6.3.4 ([68a80db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/68a80db))
|
|
21
|
-
* chore(deps): centralize fontsource packages in pnpm catalog ([49a7175](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49a7175))
|
|
22
|
-
* chore(deps): remove husky for simplified commit process ([208474d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/208474d))
|
|
23
|
-
* chore(deps): update react-router to fix vulnerabilities ([01fccb2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/01fccb2))
|
|
24
|
-
* chore(http-client): upgrade @hey-api/openapi-ts to v0.92.3 ([d421c97](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d421c97))
|
|
25
|
-
* chore(layouts): bump version to 0.3.4 and update session state ([7f1325c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7f1325c))
|
|
26
|
-
* chore(netlify): enable Image CDN for remote TMDB images ([70710c3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/70710c3))
|
|
27
|
-
* chore(node): configure project to use Node.js LTS version ([a0903ba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a0903ba))
|
|
28
|
-
* chore(node): update to Node.js v22 and verify application startup ([55da4d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/55da4d5))
|
|
29
|
-
* chore(packages): switch all packages to public npm access ([46205a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/46205a5))
|
|
30
|
-
* chore(project): made shared deps and remote consistent ([b80ef7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b80ef7b))
|
|
31
|
-
* chore(project): setup working project architecture ([635d0c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/635d0c8))
|
|
32
|
-
* chore(readme): add issues section ([36fde18](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/36fde18))
|
|
33
|
-
* chore(rename): rename project before pushing to git ([3df9909](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3df9909))
|
|
34
|
-
* chore(scripts): remove unused scripts ([db9ec20](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db9ec20))
|
|
35
3
|
* docs: add accessibility (a11y) testing guide to README ([62608c9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/62608c9))
|
|
36
4
|
* docs: add acknowledgment for Nsttt (DTS plugin) ([87ff972](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/87ff972))
|
|
37
5
|
* docs: add build:packages and storybook commands to README ([32dd588](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/32dd588))
|
|
@@ -55,6 +23,7 @@
|
|
|
55
23
|
* docs(claude): update rules and add message-commit command ([0369b5f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0369b5f))
|
|
56
24
|
* docs(claude): update rules and add message-commit command ([c7a447b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c7a447b))
|
|
57
25
|
* docs(claude): update session notes — Phase 4.8 done, Phase 4.6 next ([7c08fbe](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c08fbe))
|
|
26
|
+
* docs(http-client): update changelog for version bump ([a38f07b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a38f07b))
|
|
58
27
|
* docs(http-client): update changelog for version bump ([789b3d8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/789b3d8))
|
|
59
28
|
* docs(http-client): update changelog for version bump ([127744d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/127744d))
|
|
60
29
|
* docs(http-client): update changelog for version bump ([480b4dc](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/480b4dc))
|
|
@@ -98,6 +67,38 @@
|
|
|
98
67
|
* docs(ui): update changelog for version bump ([7c32576](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c32576))
|
|
99
68
|
* docs(ui): update changelog for version bump ([a1d6a59](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a1d6a59))
|
|
100
69
|
* docs(ui): update changelog for version bump ([1c430e6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c430e6))
|
|
70
|
+
* chore: add postinstall script to ensure shell scripts are executable ([8808374](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8808374))
|
|
71
|
+
* chore: added exception to .gitignore ([97736d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/97736d5))
|
|
72
|
+
* chore: added start session skill to claude ([8618c4d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8618c4d))
|
|
73
|
+
* chore: generated types ([508fc49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/508fc49))
|
|
74
|
+
* chore: improve dev script with watch support for shared and ui ([b5508e8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b5508e8))
|
|
75
|
+
* chore: mark publish scripts as executable ([799138a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/799138a))
|
|
76
|
+
* chore: moved msw in dependencies in shared ([0d1a629](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0d1a629))
|
|
77
|
+
* chore: remove debug console.warn init logs from all apps ([cfbc3fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cfbc3fb))
|
|
78
|
+
* chore: update .windsurfrules with current project state ([e879115](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e879115))
|
|
79
|
+
* chore: updated react from 19.0.0 to 19.1.0 ([5ab9f01](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5ab9f01))
|
|
80
|
+
* chore: upgraded react react-dom and types ([3b5a7f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3b5a7f4))
|
|
81
|
+
* chore: version bump for @fubar-it-co/tmdb-client to 0.0.10 ([e06f3e5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e06f3e5))
|
|
82
|
+
* chore: version bump for @fubar-it-co/tmdb-client to 0.0.9 ([f3010cd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f3010cd))
|
|
83
|
+
* chore: version bump for ui to 0.2.0 ([20e4667](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/20e4667))
|
|
84
|
+
* chore: version bump for ui to 0.4.0 ([d4191a8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d4191a8))
|
|
85
|
+
* chore(cleaning): remove typos an consoles ([3935c3a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3935c3a))
|
|
86
|
+
* chore(code): removed dead code and unused imports ([50c9732](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/50c9732))
|
|
87
|
+
* chore(deps-dev): bump vite from 6.2.0 to 6.3.4 ([68a80db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/68a80db))
|
|
88
|
+
* chore(deps): centralize fontsource packages in pnpm catalog ([49a7175](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49a7175))
|
|
89
|
+
* chore(deps): remove husky for simplified commit process ([208474d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/208474d))
|
|
90
|
+
* chore(deps): update react-router to fix vulnerabilities ([01fccb2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/01fccb2))
|
|
91
|
+
* chore(http-client): upgrade @hey-api/openapi-ts to v0.92.3 ([d421c97](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d421c97))
|
|
92
|
+
* chore(layouts): bump version to 0.3.4 and update session state ([7f1325c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7f1325c))
|
|
93
|
+
* chore(netlify): enable Image CDN for remote TMDB images ([70710c3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/70710c3))
|
|
94
|
+
* chore(node): configure project to use Node.js LTS version ([a0903ba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a0903ba))
|
|
95
|
+
* chore(node): update to Node.js v22 and verify application startup ([55da4d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/55da4d5))
|
|
96
|
+
* chore(packages): switch all packages to public npm access ([46205a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/46205a5))
|
|
97
|
+
* chore(project): made shared deps and remote consistent ([b80ef7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b80ef7b))
|
|
98
|
+
* chore(project): setup working project architecture ([635d0c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/635d0c8))
|
|
99
|
+
* chore(readme): add issues section ([36fde18](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/36fde18))
|
|
100
|
+
* chore(rename): rename project before pushing to git ([3df9909](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3df9909))
|
|
101
|
+
* chore(scripts): remove unused scripts ([db9ec20](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db9ec20))
|
|
101
102
|
* feat: add navigation to movie detail page ([467740b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/467740b))
|
|
102
103
|
* feat: add Netlify deployment configuration ([8a0936a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8a0936a))
|
|
103
104
|
* feat: add netlify.toml at root ([60782d7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/60782d7))
|