Skip to content

Commit c21d504

Browse files
authored
Merge pull request #159 from ansidev/release/1.0.6
Release v1.0.6
2 parents 9c472d0 + ade32ac commit c21d504

File tree

5 files changed

+362
-308
lines changed

5 files changed

+362
-308
lines changed

.changes/v1.0.5.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
## [v1.0.5](https://github.com/ansidev/astro-basic-template/compare/v1.0.4...v1.0.5) (2023-04-20)
22

3-
### Bug Fixes
3+
### Dependencies
44

5-
- **deps:** update dependency astro-compress to ^1.1.36
6-
7-
- **deps:** update dependency astro to ^2.3.0
5+
| Package | Version |
6+
| ---------------------------------- | ---------------------------- |
7+
| `astro` | `^2.1.7` `->` `^2.3.0` |
8+
| `astro-compress` | `^1.1.35` `->` `^1.1.39` |
9+
| `@commitlint/cli` | `^17.5.0` `->` `^17.6.1` |
10+
| `@commitlint/config-conventional` | `^17.4.4` `->` `^17.6.1` |
11+
| `@types/node` | `^18.15.10` `->` `^18.15.11` |
12+
| `@typescript-eslint/eslint-plugin` | `^5.57.0` `->` `^5.59.0` |
13+
| `@typescript-eslint/parser` | `^5.57.0` `->` `^5.59.0` |
14+
| `eslint` | `^8.36.0` `->` `^8.38.0` |
15+
| `typescript` | `^5.0.2` `->` `^5.0.4` |
816

917
Full Changelog: [v1.0.4...v1.0.5](https://github.com/ansidev/astro-basic-template/compare/v1.0.4...v1.0.5)

.changes/v1.0.6.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## [v1.0.6](https://github.com/ansidev/astro-basic-template/compare/v1.0.5...v1.0.6) (2023-05-08)
2+
3+
### Dependencies
4+
5+
| Package | Version |
6+
| ---------------------------------- | --------------------------- |
7+
| `astro` | `^2.3.0` `->` `^2.4.2` |
8+
| `astro-compress` | `^1.1.39` `->` `^1.1.42` |
9+
| `@commitlint/cli` | `^17.6.1` `->` `^17.6.3` |
10+
| `@commitlint/config-conventional` | `^17.6.1` `->` `^17.6.3` |
11+
| `@types/node` | `^18.15.11` `->` `^18.16.5` |
12+
| `@typescript-eslint/eslint-plugin` | `^5.59.0` `->` `^5.59.2` |
13+
| `@typescript-eslint/parser` | `^5.59.0` `->` `^5.59.2` |
14+
| `eslint` | `^8.38.0` `->` `^8.40.0` |
15+
| `eslint-plugin-astro` | `^0.26.1` `->` `^0.26.2` |
16+
17+
Full Changelog:
18+
[v1.0.5...v1.0.6](https://github.com/ansidev/astro-basic-template/compare/v1.0.5...v1.0.6)

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
66

7+
## [v1.0.6](https://github.com/ansidev/astro-basic-template/compare/v1.0.5...v1.0.6) (2023-05-08)
8+
9+
### Bug Fixes
10+
11+
- **deps:** update dependency astro to ^2.4.2
12+
13+
- **deps:** update dependency astro to ^2.4.0
14+
15+
- **deps:** update dependency astro to ^2.3.4
16+
17+
- **deps:** update dependency astro to ^2.3.2
18+
19+
- **deps:** update dependency astro to ^2.3.1
20+
21+
- **deps:** update dependency astro-compress to ^1.1.42
22+
23+
- **deps:** update dependency astro-compress to ^1.1.41
24+
25+
- **deps:** update dependency astro-compress to ^1.1.40
26+
27+
Full Changelog: [v1.0.5...v1.0.6](https://github.com/ansidev/astro-basic-template/compare/v1.0.5...v1.0.6)
28+
729
## [v1.0.5](https://github.com/ansidev/astro-basic-template/compare/v1.0.4...v1.0.5) (2023-04-20)
830

931
### Bug Fixes

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-starter-template",
33
"type": "module",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -15,20 +15,20 @@
1515
"lint": "eslint --ext .cjs,.mjs,.ts,.astro --ignore-path .gitignore ."
1616
},
1717
"dependencies": {
18-
"astro": "^2.3.0",
19-
"astro-compress": "^1.1.39",
18+
"astro": "^2.4.2",
19+
"astro-compress": "^1.1.42",
2020
"astro-purgecss": "^2.0.1"
2121
},
2222
"devDependencies": {
23-
"@commitlint/cli": "^17.6.1",
24-
"@commitlint/config-conventional": "^17.6.1",
25-
"@types/node": "^18.15.11",
26-
"@typescript-eslint/eslint-plugin": "^5.59.0",
27-
"@typescript-eslint/parser": "^5.59.0",
23+
"@commitlint/cli": "^17.6.3",
24+
"@commitlint/config-conventional": "^17.6.3",
25+
"@types/node": "^18.16.5",
26+
"@typescript-eslint/eslint-plugin": "^5.59.2",
27+
"@typescript-eslint/parser": "^5.59.2",
2828
"commitizen": "^4.3.0",
2929
"dotenv": "^16.0.3",
30-
"eslint": "^8.38.0",
31-
"eslint-plugin-astro": "^0.26.1",
30+
"eslint": "^8.40.0",
31+
"eslint-plugin-astro": "^0.26.2",
3232
"eslint-plugin-simple-import-sort": "^10.0.0",
3333
"husky": "^8.0.3",
3434
"typescript": "^5.0.4"

0 commit comments

Comments
 (0)