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 8c8b449 commit cd12c02
Show file tree
Hide file tree
Showing 5 changed files with 16 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 @@ -7,6 +7,7 @@
"playground": "0.0.1"
},
"changesets": [
"healthy-bobcats-allow",
"sharp-lemons-drop"
]
}
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.0.1-beta.0

### Patch Changes

- Updated dependencies [095445d]
- @domain-expansion/astro@0.1.0-beta.1

## 0.0.2-beta.0

### 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.0",
"version": "0.0.1-beta.0",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
Expand Down
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.1

### Minor Changes

- 095445d: Cache invalidation

## 0.1.0-beta.0

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

0 comments on commit cd12c02

Please sign in to comment.