Merge pull request #1 from dangerous-tac0s/changeset-release/main

chore: version packages
This commit is contained in:
dangerous-tac0s
2026-03-03 20:15:42 -08:00
committed by GitHub
7 changed files with 49 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
---
"@dangerousthings/tokens": minor
"@dangerousthings/web": minor
"@dangerousthings/react-native": minor
---
Initial release of the DT design system monorepo.
- `@dangerousthings/tokens`: Canonical design tokens for DT, Classic, and Supra brands with CSS generation
- `@dangerousthings/web`: Web CSS theme with bevels, glows, form styles, and Tektur font
- `@dangerousthings/react-native`: 18 React Native themed components (DTButton, DTCard, DTTextInput, etc.)

View File

@@ -0,0 +1,16 @@
# @dangerousthings/react-native
## 0.2.0
### Minor Changes
- 1c8d585: Initial release of the DT design system monorepo.
- `@dangerousthings/tokens`: Canonical design tokens for DT, Classic, and Supra brands with CSS generation
- `@dangerousthings/web`: Web CSS theme with bevels, glows, form styles, and Tektur font
- `@dangerousthings/react-native`: 18 React Native themed components (DTButton, DTCard, DTTextInput, etc.)
### Patch Changes
- Updated dependencies [1c8d585]
- @dangerousthings/tokens@0.2.0

View File

@@ -1,6 +1,6 @@
{ {
"name": "@dangerousthings/react-native", "name": "@dangerousthings/react-native",
"version": "0.1.0", "version": "0.2.0",
"description": "React Native themed components for the Dangerous Things design system", "description": "React Native themed components for the Dangerous Things design system",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",

View File

@@ -0,0 +1,11 @@
# @dangerousthings/tokens
## 0.2.0
### Minor Changes
- 1c8d585: Initial release of the DT design system monorepo.
- `@dangerousthings/tokens`: Canonical design tokens for DT, Classic, and Supra brands with CSS generation
- `@dangerousthings/web`: Web CSS theme with bevels, glows, form styles, and Tektur font
- `@dangerousthings/react-native`: 18 React Native themed components (DTButton, DTCard, DTTextInput, etc.)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@dangerousthings/tokens", "name": "@dangerousthings/tokens",
"version": "0.1.0", "version": "0.2.0",
"description": "Canonical design tokens for the Dangerous Things design system", "description": "Canonical design tokens for the Dangerous Things design system",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

16
packages/web/CHANGELOG.md Normal file
View File

@@ -0,0 +1,16 @@
# @dangerousthings/web
## 0.2.0
### Minor Changes
- 1c8d585: Initial release of the DT design system monorepo.
- `@dangerousthings/tokens`: Canonical design tokens for DT, Classic, and Supra brands with CSS generation
- `@dangerousthings/web`: Web CSS theme with bevels, glows, form styles, and Tektur font
- `@dangerousthings/react-native`: 18 React Native themed components (DTButton, DTCard, DTTextInput, etc.)
### Patch Changes
- Updated dependencies [1c8d585]
- @dangerousthings/tokens@0.2.0

View File

@@ -1,6 +1,6 @@
{ {
"name": "@dangerousthings/web", "name": "@dangerousthings/web",
"version": "0.1.0", "version": "0.2.0",
"description": "Web CSS theme for the Dangerous Things design system — bevels, glows, form styles", "description": "Web CSS theme for the Dangerous Things design system — bevels, glows, form styles",
"license": "MIT", "license": "MIT",
"main": "dist/index.css", "main": "dist/index.css",
@@ -19,7 +19,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"files": ["dist"], "files": [
"dist"
],
"scripts": { "scripts": {
"build": "node scripts/build.js", "build": "node scripts/build.js",
"clean": "rm -rf dist" "clean": "rm -rf dist"