Skip to content

Commit 5d1fcc4

Browse files
authored
Merge pull request #47 from alextim/changeset-release/main
[ci] release
2 parents b95d515 + 6107e45 commit 5d1fcc4

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

.changeset/thin-poems-notice.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/astro-robots-txt/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# astro-robots-txt
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- b95d515: ### Minor changes
8+
9+
- The external config logic is implemented using [@proload/core](https://github.com/natemoo-re/proload) as well as [Astro](https://github.com/withastro/astro). Typescript configs are supported now.
10+
11+
### Patch changes
12+
13+
- chore: deps update
14+
315
## 0.3.12
416

517
### Patch Changes

packages/astro-robots-txt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-robots-txt",
3-
"version": "0.3.12",
3+
"version": "0.4.0",
44
"description": "Generate a robots.txt for Astro",
55
"keywords": [
66
"astro-integration",

packages/astro-webmanifest/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# astro-webmanifest
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- b95d515: ### Minor changes
8+
9+
- The external config logic is implemented using [@proload/core](https://github.com/natemoo-re/proload) as well as [Astro](https://github.com/withastro/astro). Typescript configs are supported now.
10+
11+
### Patch changes
12+
13+
- chore: deps update
14+
315
## 0.4.4
416

517
### Patch Changes

packages/astro-webmanifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-webmanifest",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "Generate a webmanifest and icons for Astro to make progressive web apps",
55
"keywords": [
66
"astro-integration",

0 commit comments

Comments
 (0)