Skip to content

Commit 77141ac

Browse files
[ci] release (#302)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 154e907 commit 77141ac

6 files changed

Lines changed: 16 additions & 12 deletions

File tree

.changeset/brave-stars-bisect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-files-redirect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/every-astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @inox-tools/every-astro
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a9df2db: Add the `every-astro` CLI for interactively bisecting Astro regressions against a local project.

packages/every-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inox-tools/every-astro",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Bisect the Astro repository against your project's dev server to find the exact commit that introduced a bug",
55
"keywords": [
66
"astro",

packages/git-redirect/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @inox-tools/git-redirect
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 5cec9d2: Add an Astro integration that creates redirects from Git file rename history.

packages/git-redirect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inox-tools/git-redirect",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Astro integration that creates redirects from Git file renames.",
55
"keywords": [
66
"astro-integration",

0 commit comments

Comments
 (0)