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 22, 2024
1 parent f6c2a7a commit c33e53c
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-ties-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@domain-expansion/astro": minor
---

Change bundle config
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"playground": "0.0.1"
},
"changesets": [
"angry-ties-poke",
"fresh-walls-repeat",
"healthy-bobcats-allow",
"sharp-lemons-drop"
"selfish-laws-protect",
"sharp-lemons-drop",
"six-poems-notice"
]
}
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# docs

## 0.0.1-beta.2

### Patch Changes

- Updated dependencies
- Updated dependencies [641dfce]
- Updated dependencies [7f93ad2]
- @domain-expansion/astro@0.1.0-beta.3

## 0.0.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"type": "module",
"private": true,
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
Expand Down
8 changes: 8 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @domain-expansion/astro

## 0.1.0-beta.3

### Minor Changes

- Change bundle config
- 641dfce: Make cache configurable
- 7f93ad2: Change in-memory cache to an LRU

## 0.1.0-beta.2

### 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.2",
"version": "0.1.0-beta.3",
"description": "Expanding™ the™ bits™ since™ 2024-12-12™",
"contributors": [
"Luiz Ferraz (https://github.com/Fryuni)",
Expand Down

0 comments on commit c33e53c

Please sign in to comment.