Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Fryuni committed Sep 11, 2024
1 parent d6fcb70 commit 8e3a27e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-trees-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-dragons-end.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/astro-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @inox-tools/astro-tests

## 0.1.0

### Minor Changes

- e6102fc: Initial release
2 changes: 1 addition & 1 deletion packages/astro-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/astro-tests",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"author": "Luiz Ferraz <luiz@lferraz.com>",
"type": "module",
Expand Down
7 changes: 4 additions & 3 deletions packages/astro-tests/src/testAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ export default function (options: Options = {}): AstroIntegration {
import { App } from 'astro/app';
import fs from 'fs';
${env != null
? `
${
env != null
? `
const $$env = ${JSON.stringify(env)};
await import('astro/env/setup')
.then(mod => mod.setGetEnv((key) => $$env[key]))
.catch(() => {});`
: ''
: ''
}
class MyApp extends App {
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-when/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inox-tools/astro-when

## 0.2.3

### Patch Changes

- 485df2c: Inject types in `.astro` folder structure if the utility is available

## 0.2.2

### Patch Changes
Expand Down
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.2.2",
"version": "0.2.3",
"description": "Integration that informs when in Astro's lifecycle the code is running",
"keywords": [
"lifecycle",
Expand Down

0 comments on commit 8e3a27e

Please sign in to comment.