Skip to content

Commit

Permalink
[ci] release (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and goulvenclech committed Mar 30, 2024
1 parent d691a8e commit 8456ebe
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-fireants-drum.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/astropi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astropi

## 0.1.1

### Patch Changes

- d691a8e: replaced astropi imports by @goulvenclech/astropi

## 0.1.0

### Minor Changes
Expand Down
6 changes: 5 additions & 1 deletion packages/astropi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goulvenclech/astropi",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {},
"main": "index.ts",
"author": "Goulven Clec'h <[email protected]>",
Expand All @@ -21,6 +21,10 @@
"astropi"
],
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"astro": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@goulvenclech/astropi": "^0.1.0",
"@goulvenclech/astropi": "^0.1.1",
"astro": "^4.0.0"
},
"devDependencies": {}
Expand Down

0 comments on commit 8456ebe

Please sign in to comment.