Skip to content

Commit 9925d61

Browse files
authored
Merge pull request #53 from alextim/changeset-release/main
[ci] release
2 parents 3e6fac7 + e3e8e45 commit 9925d61

File tree

10 files changed

+1410
-1200
lines changed

10 files changed

+1410
-1200
lines changed

.changeset/eleven-ties-look.md

-16
This file was deleted.

examples/webmanifest/advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"astro": "^2.3.0",
14-
"astro-webmanifest": "^0.5.1"
14+
"astro-webmanifest": "^0.6.0"
1515
}
1616
}

examples/webmanifest/i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"astro": "^2.3.0",
14-
"astro-webmanifest": "^0.5.1"
14+
"astro-webmanifest": "^0.6.0"
1515
}
1616
}

packages/astro-robots-txt/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# astro-robots-txt
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 62acf9c: ## Minor changes
8+
9+
The ability to load an external configuration file depended on the [proload](https://github.com/natemoo-re/proload) package.
10+
The updated Astro removed the **proload** dependency from its core. Therefore, this option is no more available for the integration.
11+
12+
## Patch changes
13+
14+
chore: deps update
15+
fix: update compilation target for Node 16
16+
317
## 0.4.1
418

519
### Patch Changes

packages/astro-robots-txt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-robots-txt",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Generate a robots.txt for Astro",
55
"keywords": [
66
"astro-integration",

packages/astro-sitemap/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# astro-sitemap
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 62acf9c: ## Minor changes
8+
9+
The ability to load an external configuration file depended on the [proload](https://github.com/natemoo-re/proload) package.
10+
The updated Astro removed the **proload** dependency from its core. Therefore, this option is no more available for the integration.
11+
12+
## Patch changes
13+
14+
chore: deps update
15+
fix: update compilation target for Node 16
16+
317
## 0.5.1
418

519
### Patch Changes

packages/astro-sitemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-sitemap",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Generate a sitemap for Astro with more control",
55
"keywords": [
66
"astro-integration",

packages/astro-webmanifest/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# astro-webmanifest
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 62acf9c: ## Minor changes
8+
9+
The ability to load an external configuration file depended on the [proload](https://github.com/natemoo-re/proload) package.
10+
The updated Astro removed the **proload** dependency from its core. Therefore, this option is no more available for the integration.
11+
12+
## Patch changes
13+
14+
chore: deps update
15+
fix: update compilation target for Node 16
16+
317
## 0.5.1
418

519
### Patch Changes

packages/astro-webmanifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-webmanifest",
3-
"version": "0.5.1",
3+
"version": "0.6.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)