Skip to content

Commit

Permalink
0.5.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstyles committed Jul 7, 2024
1 parent affa4dd commit 471384e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urban-ui/theme",
"version": "0.5.0-alpha.0",
"version": "0.5.0-alpha.1",
"type": "module",
"module": "./dist/index.js",
"main": "./dist/index.js",
Expand All @@ -9,6 +9,7 @@
".": "./dist/index.js",
"./spacing.stylex": "./dist/tokens/spacing.stylex.js"
},
"files": ["src", "dist"],
"license": "MIT",
"scripts": {
"lint": "biome lint src",
Expand Down
3 changes: 2 additions & 1 deletion packages/layout/flex/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@urban-ui/flex",
"version": "0.5.0-alpha.0",
"version": "0.5.0-alpha.1",
"type": "module",
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"files": ["src", "dist"],
"license": "MIT",
"scripts": {
"lint": "biome lint src",
Expand Down

0 comments on commit 471384e

Please sign in to comment.