Skip to content

Commit

Permalink
Merge pull request #29 from OllieJT/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages
  • Loading branch information
OllieJT authored Jul 7, 2024
2 parents 8547036 + a2810d1 commit 70a84da
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public",
"baseBranch": "main",
"changedFilePatterns": ["src/**", "template/**"],
"changelog": ["@changesets/changelog-github", { "repo": "olliejt/create-sva" }],
"changelog": ["@changesets/changelog-github", { "repo": "OllieJT/create-sva" }],
"commit": false,
"fixed": [],
"ignore": ["@sva/web"],
Expand Down
5 changes: 0 additions & 5 deletions .changeset/eleven-humans-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-boats-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-carrots-jam.md

This file was deleted.

8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-sva

## 0.1.10

- 1f38f1f: Improves oauth example with github email validation
- 6c78be0: Add multi-file schema for drizzle
- e14960d: Add missing verifier token required by some oauth providers

### Patch Changes

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sva",
"version": "0.1.9",
"version": "0.1.10",
"description": "Create web application with the create-sva CLI",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 70a84da

Please sign in to comment.