Skip to content

Commit

Permalink
testing changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Mar 29, 2024
1 parent 4e337ce commit 025177b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
19 changes: 10 additions & 9 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"privatePackages": { "version": true, "tag": true }
}
5 changes: 0 additions & 5 deletions .changeset/soft-months-melt.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# opennem-app

## 0.9.1

### Patch Changes

- 4e337ce: adding changeset
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opennem-app",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -9,8 +9,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"release": "release-it"
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 025177b

Please sign in to comment.