Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktym4a committed May 13, 2024
1 parent a1fb09f commit 1a7bf23
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-kiwis-yell.md

This file was deleted.

6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-page-insight

## 0.8.2

### Patch Changes

- a1fb09f: [Internal] update packages

## 0.8.1

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions package/e2e/fixtures/hybrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [a1fb09f]
- astro-page-insight@0.8.2

## null

### Patch Changes

- Updated dependencies [d5503c5]
- astro-page-insight@0.8.1

Expand Down
7 changes: 7 additions & 0 deletions package/e2e/fixtures/ssg-no-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [a1fb09f]
- astro-page-insight@0.8.2

## null

### Patch Changes

- Updated dependencies [d5503c5]
- astro-page-insight@0.8.1

Expand Down
7 changes: 7 additions & 0 deletions package/e2e/fixtures/ssg-with-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [a1fb09f]
- astro-page-insight@0.8.2

## null

### Patch Changes

- Updated dependencies [d5503c5]
- astro-page-insight@0.8.1

Expand Down
7 changes: 7 additions & 0 deletions package/e2e/fixtures/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [a1fb09f]
- astro-page-insight@0.8.2

## null

### Patch Changes

- Updated dependencies [d5503c5]
- astro-page-insight@0.8.1

Expand Down
7 changes: 7 additions & 0 deletions package/e2e/fixtures/view-transitions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [a1fb09f]
- astro-page-insight@0.8.2

## null

### Patch Changes

- Updated dependencies [d5503c5]
- astro-page-insight@0.8.1

Expand Down
6 changes: 4 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-page-insight",
"version": "0.8.1",
"version": "0.8.2",
"description": "Shows everything to improve from Lighthouse results directly on the page.",
"author": {
"email": "shoma@ktym4a.me",
Expand Down Expand Up @@ -32,7 +32,9 @@
"import": "./dist/integration.js"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand Down

0 comments on commit 1a7bf23

Please sign in to comment.