diff --git a/.changeset/forty-masks-collect.md b/.changeset/forty-masks-collect.md new file mode 100644 index 0000000..daccc27 --- /dev/null +++ b/.changeset/forty-masks-collect.md @@ -0,0 +1,5 @@ +--- +"shipbase-ui": patch +--- + +init command diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index c5e7b59..4ba7bcc 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -24,5 +24,5 @@ jobs: cache: pnpm - run: pnpm install --frozen-lockfile - - run: pnpm run check - - run: pnpm dlx turbo test check:type \ No newline at end of file + - run: pnpm dlx turbo test check:type + - run: pnpm run check \ No newline at end of file diff --git a/biome.jsonc b/biome.jsonc index d848012..3328dc2 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,7 +1,13 @@ { "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "files": { - "ignore": ["**/dist/**", "**/.turbo/**", "**/.astro/**", "**/public/**"] + "ignore": [ + "**/dist/**", + "**/.turbo/**", + "**/.astro/**", + "**/public/**", + "packages.json" + ] }, "organizeImports": { "enabled": true diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md deleted file mode 100644 index 7027ddc..0000000 --- a/packages/cli/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# shipbase-ui - -## 0.0.1 - -### Patch Changes - -- [#29](https://github.com/shipbase/ui/pull/29) [`77b4610`](https://github.com/shipbase/ui/commit/77b4610a793b70015b70c02eef5b3882668a120d) Thanks [@iamdin](https://github.com/iamdin)! - init command diff --git a/packages/cli/package.json b/packages/cli/package.json index e54b90b..e8d0298 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "shipbase-ui", - "version": "0.0.1", + "version": "0.0.0", "type": "module", "description": "Add components to your apps.", "exports": "./dist/index.js", @@ -15,16 +15,8 @@ }, "author": "@shipbase", "license": "MIT", - "files": [ - "dist" - ], - "keywords": [ - "shipbase", - "components", - "ui", - "tailwind", - "ark-ui" - ], + "files": ["dist"], + "keywords": ["shipbase", "components", "ui", "tailwind", "ark-ui"], "scripts": { "dev": "tsup --watch", "test": "vitest", diff --git a/packages/lib/package.json b/packages/lib/package.json index 354a70d..fb9a276 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,5 +1,6 @@ { "name": "@ui/lib", + "version": "0.0.0", "private": true, "scripts": { "dev": "tsc --watch", diff --git a/tooling/typescript/package.json b/tooling/typescript/package.json index 5c94153..74f2dc7 100644 --- a/tooling/typescript/package.json +++ b/tooling/typescript/package.json @@ -1,5 +1,6 @@ { "name": "@ui/typescript", + "version": "0.0.0", "private": true, "dependencies": { "@vue/tsconfig": "^0.5.1"