Releases: gfazioli/mantine-lens-select
1.0.5
⚡ Improvements
Mantine 9.3.1 → 9.4.0
@mantine/core and @mantine/hooks are aligned to 9.4.0 (latest 9.x minor) in the docs site. The package continues to satisfy its existing >=9.0.0 peer range — Mantine 9.4 is an additive minor (new ComboboxPopover, DataList, EmptyState and Menubar components), with no API or behavior changes for consumers of this package.
🛠️ Other
- Dependency refresh (within existing semver ranges, no major upgrades):
@mantine/core,@mantine/hooks9.3.1 → 9.4.0 (root);@mantine/code-highlight,@mantine/core,@mantine/hooks9.3.1 → 9.4.0 (docs)@storybook/*+storybook10.4.5 → 10.4.6oxfmt^0.55.0 → ^0.56.0oxlint^1.70.0 → ^1.71.0rollup^4.62.0 → ^4.62.2yargs^17.7.2 → ^17.7.3@types/node^22.19.21 → ^22.20.0
📝 Summary
Maintenance patch — no API or behavior changes for @gfazioli/mantine-lens-select. Aligns the docs site to Mantine 9.4.0 and refreshes dev tooling (Storybook 10.4.6, oxfmt 0.56, oxlint 1.71, Rollup 4.62.2) plus a minor @types/node bump.
What's Changed
Full Changelog: 1.0.4...1.0.5
1.0.4
⚡ Improvements
Mantine 9.3.0 → 9.3.1
@mantine/core and @mantine/hooks are aligned to 9.3.1 (latest 9.x patch) in the docs site. The package continues to satisfy its existing >=9.0.0 peer range — no API or behavior changes for consumers.
🛠️ Other
- Dependency refresh (within existing semver ranges, no major upgrades):
@mantine/code-highlight,@mantine/core,@mantine/hooks9.3.0 → 9.3.1 (docs)@storybook/*10.4.2 → 10.4.5oxlint^1.68.0 → ^1.70.0rollup^4.61.0 → ^4.62.0esbuild^0.28.0 → ^0.28.1next,@next/mdx16.2.7 → 16.2.9 (docs)@types/node^22.19.19 → ^22.19.21,@types/react^19.2.16 → ^19.2.17
📝 Summary
Maintenance patch — no API or behavior changes for @gfazioli/mantine-lens-select. Aligns the docs site to Mantine 9.3.1 and refreshes dev tooling (Storybook 10.4.5, oxlint 1.70, Rollup 4.62) plus minor Next/type bumps.
What's Changed
Full Changelog: 1.0.3...1.0.4
1.0.3
⚡ Improvements
Mantine 9.2.2 → 9.3.0
@mantine/core and @mantine/hooks are aligned to 9.3.0 (latest 9.x minor) in the docs site. The package continues to satisfy its existing >=9.0.0 peer range — no API or behavior changes for consumers.
🛠️ Other
- Dependency refresh (within existing semver ranges, no major upgrades):
@mantine/code-highlight,@mantine/core,@mantine/hooks9.2.2 → 9.3.0 (docs)@storybook/*10.4.1 → 10.4.2oxlint^1.67.0 → ^1.68.0rollup^4.60.4 → ^4.61.0react,react-dom19.2.6 → 19.2.7next16.2.6 → 16.2.7 (docs)tsx^4.22.3 → ^4.22.4vite^6.4.2 → ^6.4.3@types/react^19.2.15 → ^19.2.16
- Yarn 4.15.0 → 4.16.0
📝 Summary
Maintenance patch — no API or behavior changes for @gfazioli/mantine-lens-select. Aligns the docs site to Mantine 9.3.0 and refreshes dev tooling (Storybook 10.4.2, oxlint 1.68, Rollup 4.61) plus minor React/Next/type bumps.
What's Changed
Full Changelog: 1.0.2...1.0.3
1.0.2
⚡ Improvements
Mantine 9.2.1 → 9.2.2
@mantine/core and @mantine/hooks are aligned to 9.2.2 (latest 9.2 patch) in the docs site. The package continues to satisfy its existing >=9.0.0 peer range — no API or behavior changes for consumers.
🛠️ Other
- Dependency refresh (within existing semver ranges, no major upgrades):
@mantine/code-highlight,@mantine/core,@mantine/hooks9.2.1 → 9.2.2 (docs)@storybook/*10.4.0 → 10.4.1oxfmt^0.50.0 → ^0.52.0oxlint^1.65.0 → ^1.67.0postcss^8.5.14 → ^8.5.15tsx^4.22.1 → ^4.22.3@types/react^19.2.14 → ^19.2.15
- Yarn 4.14.1 → 4.15.0
- Apply oxfmt 0.52 formatting
📝 Summary
Maintenance patch — no API or behavior changes for @gfazioli/mantine-lens-select. Aligns to Mantine 9.2.2 and refreshes dev tooling (oxfmt 0.52, oxlint 1.67, Storybook 10.4.1) plus minor type/PostCSS/tsx bumps.
What's Changed
Full Changelog: 1.0.1...1.0.2
1.0.1
⚡ Improvements
1. Documentation site moved to Next.js 16
The docs/ workspace has been upgraded from Next.js 15.5 to Next.js 16.2.6 (@next/mdx aligned to ^16.2.6). The build now runs under Turbopack by default, which is faster on cold builds and noticeably snappier in dev mode. No change for consumers of the npm package — Next.js is a docs-only dependency.
2. Storybook stories anchored to the top
.storybook/preview.tsx now uses layout: 'padded' instead of 'centered'. Demos are no longer vertically centered and are pinned at the top with consistent padding. Affects local Storybook only.
🛠️ Other Changes
- Dependency refresh (within existing semver ranges, no major upgrades):
@mantine/*to 9.2.0, React / React DOM to 19.2.6, plus tooling patch bumps (oxfmt, oxlint, postcss, rollup,@types/node,@tabler/icons-react, …). docs/next.config.mjs:remarkPlugins: [remarkSlug]→remarkPlugins: ['remark-slug']so loader options stay serializable under Turbopack (mandatory in Next 16).docs/next.config.mjs: removed theeslint.ignoreDuringBuildsoverride that Next 16 no longer accepts.docs/tsconfig.json:jsxset toreact-jsx(mandatory under Next 16).- Header Undolog icon and footer Undolog anchor now point to
https://gfazioli.github.io/. scripts/release.tsrewritten: parsesCHANGELOG.md, fetches GitHub's auto-generated notes, and creates the release viagh release create. The browser form step is gone, andopen+new-github-release-urlhave been dropped from the toolchain.
📝 Summary
A maintenance release with no changes to the public API of @gfazioli/mantine-lens-select: no new props, no removed exports, no behavioral changes. The release brings the docs site to Next.js 16, refreshes dependencies to their latest minor/patch versions, polishes Storybook ergonomics, and automates the GitHub release step so multi-component release sessions no longer require manual copy/paste into the GitHub release form.
What's Changed
Full Changelog: 1.0.0...1.0.1