chore: version packages

This commit is contained in:
github-actions[bot]
2026-03-07 18:44:38 +00:00
parent 358ecb05cb
commit 2d3a693797
15 changed files with 61 additions and 31 deletions

View File

@@ -1,5 +0,0 @@
---
"@dangerousthings/hex-background": minor
---
New package: 3D hexagon grid background using Three.js + React Three Fiber. Includes HexGridBackground (full-viewport web component), HexGrid (instanced mesh with animated heights), and HexCamera (orbiting camera). Supports both web and React Native via separate entry points.

View File

@@ -1,6 +0,0 @@
---
"@dangerousthings/react": minor
"@dangerousthings/tokens": patch
---
New package: @dangerousthings/react — React web components wrapping @dangerousthings/web CSS. 22 components matching the React Native package API (DTCard, DTButton, DTLabel, DTChip, DTModal, DTDrawer, DTAccordion, DTMenu, DTStaggerContainer, DTFeatureLegend, DTMobileFilterOverlay, DTGallery, DTHexagon, form primitives). Includes DTWebThemeProvider, animation hooks (useScaleIn, usePulse), and variant utility functions. DTVariant type moved to @dangerousthings/tokens as shared canonical source.

View File

@@ -1,5 +0,0 @@
---
"@dangerousthings/tokens": minor
---
Add mode CSS custom properties (--mode-normal, --mode-emphasis, --mode-warning, --mode-success, --mode-other) with RGB and selected variants for per-component color overrides

View File

@@ -1,5 +0,0 @@
---
"@dangerousthings/react-native": minor
---
Add storefront component features: DTCard selected state and progress bar, DTBadgeOverlay positioning wrapper, DTStaggerContainer with staggered scale-in animation, DTFeatureLegend product feature grid, DTMobileFilterOverlay slide-up filter panel, useScaleIn and usePulse animation hooks. Rewrite DTButton with interactive bevel pattern (outlined rectangle, bevels on hover/select).

View File

@@ -1,5 +0,0 @@
---
"@dangerousthings/web": minor
---
Add storefront component features: animations library (entrance, interactive, stagger container), scrollbar styling, card color modes with selected/hover states, card progress bar, badge positioning, interactive bevel buttons, menu items, filter headers/overlays, feature legend grid. Fix link hover glow to respect per-element --dt-glow-color.

View File

@@ -0,0 +1,7 @@
# @dangerousthings/hex-background
## 0.2.0
### Minor Changes
- e74c285: New package: 3D hexagon grid background using Three.js + React Three Fiber. Includes HexGridBackground (full-viewport web component), HexGrid (instanced mesh with animated heights), and HexCamera (orbiting camera). Supports both web and React Native via separate entry points.

View File

@@ -1,6 +1,6 @@
{
"name": "@dangerousthings/hex-background",
"version": "0.1.0",
"version": "0.2.0",
"description": "3D hexagon grid background for the Dangerous Things design system",
"license": "MIT",
"author": {

View File

@@ -1,5 +1,17 @@
# @dangerousthings/react-native
## 0.3.0
### Minor Changes
- e74c285: Add storefront component features: DTCard selected state and progress bar, DTBadgeOverlay positioning wrapper, DTStaggerContainer with staggered scale-in animation, DTFeatureLegend product feature grid, DTMobileFilterOverlay slide-up filter panel, useScaleIn and usePulse animation hooks. Rewrite DTButton with interactive bevel pattern (outlined rectangle, bevels on hover/select).
### Patch Changes
- Updated dependencies [e74c285]
- Updated dependencies [e74c285]
- @dangerousthings/tokens@0.3.0
## 0.2.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@dangerousthings/react-native",
"version": "0.2.1",
"version": "0.3.0",
"description": "React Native themed components for the Dangerous Things design system",
"license": "MIT",
"author": {

View File

@@ -0,0 +1,15 @@
# @dangerousthings/react
## 1.0.0
### Minor Changes
- e74c285: New package: @dangerousthings/react — React web components wrapping @dangerousthings/web CSS. 22 components matching the React Native package API (DTCard, DTButton, DTLabel, DTChip, DTModal, DTDrawer, DTAccordion, DTMenu, DTStaggerContainer, DTFeatureLegend, DTMobileFilterOverlay, DTGallery, DTHexagon, form primitives). Includes DTWebThemeProvider, animation hooks (useScaleIn, usePulse), and variant utility functions. DTVariant type moved to @dangerousthings/tokens as shared canonical source.
### Patch Changes
- Updated dependencies [e74c285]
- Updated dependencies [e74c285]
- Updated dependencies [e74c285]
- @dangerousthings/tokens@0.3.0
- @dangerousthings/web@0.3.0

View File

@@ -1,6 +1,6 @@
{
"name": "@dangerousthings/react",
"version": "0.1.0",
"version": "1.0.0",
"description": "React web components for the Dangerous Things design system",
"license": "MIT",
"author": {

View File

@@ -1,5 +1,15 @@
# @dangerousthings/tokens
## 0.3.0
### Minor Changes
- e74c285: Add mode CSS custom properties (--mode-normal, --mode-emphasis, --mode-warning, --mode-success, --mode-other) with RGB and selected variants for per-component color overrides
### Patch Changes
- e74c285: New package: @dangerousthings/react — React web components wrapping @dangerousthings/web CSS. 22 components matching the React Native package API (DTCard, DTButton, DTLabel, DTChip, DTModal, DTDrawer, DTAccordion, DTMenu, DTStaggerContainer, DTFeatureLegend, DTMobileFilterOverlay, DTGallery, DTHexagon, form primitives). Includes DTWebThemeProvider, animation hooks (useScaleIn, usePulse), and variant utility functions. DTVariant type moved to @dangerousthings/tokens as shared canonical source.
## 0.2.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@dangerousthings/tokens",
"version": "0.2.1",
"version": "0.3.0",
"description": "Canonical design tokens for the Dangerous Things design system",
"license": "MIT",
"author": {

View File

@@ -1,5 +1,17 @@
# @dangerousthings/web
## 0.3.0
### Minor Changes
- e74c285: Add storefront component features: animations library (entrance, interactive, stagger container), scrollbar styling, card color modes with selected/hover states, card progress bar, badge positioning, interactive bevel buttons, menu items, filter headers/overlays, feature legend grid. Fix link hover glow to respect per-element --dt-glow-color.
### Patch Changes
- Updated dependencies [e74c285]
- Updated dependencies [e74c285]
- @dangerousthings/tokens@0.3.0
## 0.2.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@dangerousthings/web",
"version": "0.2.1",
"version": "0.3.0",
"description": "Web CSS theme for the Dangerous Things design system — bevels, glows, form styles",
"license": "MIT",
"author": {