Skip to content

Commit

Permalink
Merge pull request #53 from alextim/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
alextim authored Apr 19, 2023
2 parents 3e6fac7 + e3e8e45 commit 9925d61
Show file tree
Hide file tree
Showing 10 changed files with 1,410 additions and 1,200 deletions.
16 changes: 0 additions & 16 deletions .changeset/eleven-ties-look.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/webmanifest/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"astro": "^2.3.0",
"astro-webmanifest": "^0.5.1"
"astro-webmanifest": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/webmanifest/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"astro": "^2.3.0",
"astro-webmanifest": "^0.5.1"
"astro-webmanifest": "^0.6.0"
}
}
14 changes: 14 additions & 0 deletions packages/astro-robots-txt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# astro-robots-txt

## 0.5.0

### Minor Changes

- 62acf9c: ## Minor changes

The ability to load an external configuration file depended on the [proload](https://github.com/natemoo-re/proload) package.
The updated Astro removed the **proload** dependency from its core. Therefore, this option is no more available for the integration.

## Patch changes

chore: deps update
fix: update compilation target for Node 16

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-robots-txt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-robots-txt",
"version": "0.4.1",
"version": "0.5.0",
"description": "Generate a robots.txt for Astro",
"keywords": [
"astro-integration",
Expand Down
14 changes: 14 additions & 0 deletions packages/astro-sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# astro-sitemap

## 0.6.0

### Minor Changes

- 62acf9c: ## Minor changes

The ability to load an external configuration file depended on the [proload](https://github.com/natemoo-re/proload) package.
The updated Astro removed the **proload** dependency from its core. Therefore, this option is no more available for the integration.

## Patch changes

chore: deps update
fix: update compilation target for Node 16

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-sitemap",
"version": "0.5.1",
"version": "0.6.0",
"description": "Generate a sitemap for Astro with more control",
"keywords": [
"astro-integration",
Expand Down
14 changes: 14 additions & 0 deletions packages/astro-webmanifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# astro-webmanifest

## 0.6.0

### Minor Changes

- 62acf9c: ## Minor changes

The ability to load an external configuration file depended on the [proload](https://github.com/natemoo-re/proload) package.
The updated Astro removed the **proload** dependency from its core. Therefore, this option is no more available for the integration.

## Patch changes

chore: deps update
fix: update compilation target for Node 16

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-webmanifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-webmanifest",
"version": "0.5.1",
"version": "0.6.0",
"description": "Generate a webmanifest and icons for Astro to make progressive web apps",
"keywords": [
"astro-integration",
Expand Down
Loading

0 comments on commit 9925d61

Please sign in to comment.