Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 83c8049

Browse files
committed
chore: publish release
- astro-seo-metadata@0.6.0 - astro-link@1.2.1 - webdev-configs@1.5.0 - @web-garden/astro-demo@0.16.17
1 parent 3c5452b commit 83c8049

File tree

8 files changed

+26
-4
lines changed

8 files changed

+26
-4
lines changed

app/SEOMetadata/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.0](https://github.com/JulianCataldo/web-garden/compare/astro-seo-metadata@0.5.5...astro-seo-metadata@0.6.0) (2023-04-18)
7+
8+
### Features
9+
10+
- support fallbacks for canonical url ([2200aff](https://github.com/JulianCataldo/web-garden/commit/2200aff8a39a6913a9d4dc0217958bafe5487044))
11+
612
## [0.5.5](https://github.com/JulianCataldo/web-garden/compare/astro-seo-metadata@0.5.4...astro-seo-metadata@0.5.5) (2023-01-21)
713

814
### Bug Fixes

app/SEOMetadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-seo-metadata",
3-
"version": "0.5.5",
3+
"version": "0.6.0",
44
"description": "Bare minimum SEO meta tags to make most social networks and Google engine happy.",
55
"keywords": [
66
"astro",

components/Link/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/JulianCataldo/web-garden/compare/astro-link@1.2.0...astro-link@1.2.1) (2023-04-18)
7+
8+
### Bug Fixes
9+
10+
- wrong space after link ([be58848](https://github.com/JulianCataldo/web-garden/commit/be58848d4ca742dd5c9c58243c15e4090d9ca60f))
11+
612
## [1.2.0](https://github.com/JulianCataldo/web-garden/compare/astro-link@1.1.5...astro-link@1.2.0) (2023-04-12)
713

814
### Features

components/Link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-link",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Supercharge your links. This component detects external / anchor / same domain / mail / telephone `href`, and apply optimizations accordingly.",
55
"keywords": [
66
"astro",

configs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.0](https://github.com/JulianCataldo/web-garden/compare/webdev-configs@1.4.0...webdev-configs@1.5.0) (2023-04-18)
7+
8+
### Features
9+
10+
- add config examples ([3c5452b](https://github.com/JulianCataldo/web-garden/commit/3c5452b5555ba4ad795507cbb66a011a1fba638a))
11+
612
## [1.4.0](https://github.com/JulianCataldo/web-garden/compare/webdev-configs@1.3.0...webdev-configs@1.4.0) (2023-04-06)
713

814
### Features

configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdev-configs",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Here lies some re-usable tooling settings. Languages: JS, TS, Astro, Vue, JSX, TSX, SCSS, CSS. Tools: Prettier, ESlint, Stylelint, Editorconfig, TypeScript, Commitlint, VS Code.",
55
"main": "index.mjs",
66
"publishConfig": {

demo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.17](https://github.com/JulianCataldo/web-garden/compare/@web-garden/astro-demo@0.16.16...@web-garden/astro-demo@0.16.17) (2023-04-18)
7+
8+
**Note:** Version bump only for package @web-garden/astro-demo
9+
610
## [0.16.16](https://github.com/JulianCataldo/web-garden/compare/@web-garden/astro-demo@0.16.15...@web-garden/astro-demo@0.16.16) (2023-04-12)
711

812
**Note:** Version bump only for package @web-garden/astro-demo

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-garden/astro-demo",
3-
"version": "0.16.16",
3+
"version": "0.16.17",
44
"private": true,
55
"scripts": {
66
"dev": "astro dev",

0 commit comments

Comments
 (0)