From 471384ee3c475fb11ed46b057df12ce2124bb9c5 Mon Sep 17 00:00:00 2001 From: Matt Styles Date: Sun, 7 Jul 2024 16:45:34 +0100 Subject: [PATCH] 0.5.0-alpha.1 --- packages/core/theme/package.json | 3 ++- packages/layout/flex/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 0bff9e8..78adc86 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -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", @@ -9,6 +9,7 @@ ".": "./dist/index.js", "./spacing.stylex": "./dist/tokens/spacing.stylex.js" }, + "files": ["src", "dist"], "license": "MIT", "scripts": { "lint": "biome lint src", diff --git a/packages/layout/flex/package.json b/packages/layout/flex/package.json index 765ad67..c85e7bb 100644 --- a/packages/layout/flex/package.json +++ b/packages/layout/flex/package.json @@ -1,6 +1,6 @@ { "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", @@ -8,6 +8,7 @@ "exports": { ".": "./dist/index.js" }, + "files": ["src", "dist"], "license": "MIT", "scripts": { "lint": "biome lint src",