Skip to content

Commit

Permalink
[ci] release (#67)
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
Fryuni and github-actions[bot] authored Apr 8, 2024
1 parent d2f19f6 commit 8671546
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-rivers-thank.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/astro-when/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @examples/astro-when

## 0.0.2

### Patch Changes

- Updated dependencies [d2f19f6]
- @inox-tools/astro-when@0.1.0
2 changes: 1 addition & 1 deletion examples/astro-when/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@examples/astro-when",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/astro-when/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @inox-tools/astro-when

## 0.1.0

### Minor Changes

- d2f19f6: Initial release
2 changes: 1 addition & 1 deletion packages/astro-when/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/astro-when",
"version": "0.0.0",
"version": "0.1.0",
"description": "Integration that informs when in Astro's lifecycle the code is running",
"keywords": [
"lifecycle",
Expand Down

0 comments on commit 8671546

Please sign in to comment.