Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Dec 26, 2024
1 parent 0f30ca2 commit 6e07f38
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"healthy-bobcats-allow",
"mean-experts-pretend",
"nice-crabs-smash",
"purple-ducks-arrive",
"selfish-laws-protect",
"sharp-lemons-drop",
"six-poems-notice",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/purple-ducks-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@domain-expansion/astro': patch
---

Fix env var name
6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @domain-expansion/astro

## 0.1.0-beta.9

### Patch Changes

- Fix env var name

## 0.1.0-beta.8

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@domain-expansion/astro",
"version": "0.1.0-beta.8",
"version": "0.1.0-beta.9",
"description": "Expanding™ the™ bits™ since™ 2024-12-12™",
"contributors": [
"Luiz Ferraz (https://github.com/Fryuni)",
Expand Down
2 changes: 1 addition & 1 deletion package/src/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const integration = defineIntegration({
.default(getDefaultCacheComponents()),
componentsHaveSharedState: z
.boolean()
.default(process.env.DOMAIN_EXPANSION_STATEFULL_COMPONENTS === 'true'),
.default(process.env.DOMAIN_EXPANSION_STATEFUL_COMPONENTS === 'true'),
cachePages: z
.boolean()
.default((process.env.DOMAIN_EXPANSION_CACHE_PAGES || 'true') === 'true'),
Expand Down

0 comments on commit 6e07f38

Please sign in to comment.