Skip to content

Commit

Permalink
0.0.1 x 0.0.2 Package Changeset Preview Init
Browse files Browse the repository at this point in the history
  • Loading branch information
benemmaofficial committed Oct 7, 2024
1 parent 641400f commit 5d8068e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@inspatial/docs"]
"ignore": []
}
3 changes: 2 additions & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "docs",
"name": "@inspatial/docs",
"version": "0.0.1",
"type": "module",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "storybook dev -p 6006",
"build": "storybook build --docs",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"packages/xr/*",
"packages/ecs/*",
"packages/run/*",
"packages/utilities/*"
"packages/utilities/*",
"packages/core/kit/button"
],
"scripts": {
"build": "turbo run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/kit/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"exports": {
".": {
"types": "./src/index.tsx",
"types": "./src/index.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
Expand Down

0 comments on commit 5d8068e

Please sign in to comment.