diff --git a/.changeset/calm-clocks-help.md b/.changeset/calm-clocks-help.md deleted file mode 100644 index 9faa0a2..0000000 --- a/.changeset/calm-clocks-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-sva": patch ---- - -fix oauth login redirect url - thanks @hewliyang diff --git a/.changeset/eleven-needles-notice.md b/.changeset/eleven-needles-notice.md deleted file mode 100644 index 3086dae..0000000 --- a/.changeset/eleven-needles-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-sva": patch ---- - -Correct CLI title text diff --git a/.changeset/wicked-pumpkins-visit.md b/.changeset/wicked-pumpkins-visit.md deleted file mode 100644 index dfd4f5f..0000000 --- a/.changeset/wicked-pumpkins-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-sva": patch ---- - -Fixes husky setup diff --git a/.github/workflows/validate-linting.yml b/.github/workflows/validate-linting.yml index 4717801..12d5319 100644 --- a/.github/workflows/validate-linting.yml +++ b/.github/workflows/validate-linting.yml @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 - uses: ./.github/actions/setup - - run: pnpm run --filter=web check - - run: pnpm turbo --filter=web build + - run: pnpm run --filter=@sva/web check + - run: pnpm turbo --filter=@sva/web build # env: # PUBLIC_GITHUB_TOKEN: ${{ secrets.PUBLIC_GITHUB_TOKEN }} diff --git a/cli/package.json b/cli/package.json index b634528..9b99322 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-sva", - "version": "0.1.5", + "version": "0.1.6", "description": "Create web application with the create-sva CLI", "type": "module", "license": "MIT",