Skip to content

Commit 5227a46

Browse files
committed
1 parent 36704f9 commit 5227a46

File tree

10 files changed

+31
-5
lines changed

10 files changed

+31
-5
lines changed

app/BaseDocument/CHANGELOG.md

+6
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.1.0](https://github.com/JulianCataldo/web-garden/compare/[email protected]@1.1.0) (2023-01-21)
7+
8+
### Features
9+
10+
- base lang prop ([9ace05d](https://github.com/JulianCataldo/web-garden/commit/9ace05dec2830d39d60851f52e76726b82022493))
11+
612
## [1.0.4](https://github.com/JulianCataldo/web-garden/compare/[email protected]@1.0.4) (2023-01-05)
713

814
**Note:** Version bump only for package astro-base-document

app/BaseDocument/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-base-document",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Provide sensible defaults for HTML base document. \nThe goal is to reduce boilerplate when using multiple layouts in Astro projects.",
55
"keywords": [
66
"astro",

app/SEOMetadata/CHANGELOG.md

+6
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.5.5](https://github.com/JulianCataldo/web-garden/compare/[email protected]@0.5.5) (2023-01-21)
7+
8+
### Bug Fixes
9+
10+
- parser bug, need to split group in braces ([36704f9](https://github.com/JulianCataldo/web-garden/commit/36704f9856772024abeb1fdf32f0d059af281948))
11+
612
## [0.5.4](https://github.com/JulianCataldo/web-garden/compare/[email protected]@0.5.4) (2023-01-05)
713

814
**Note:** Version bump only for package astro-seo-metadata

app/SEOMetadata/package.json

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

components/CodeEditor/CHANGELOG.md

+4
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.1.1](https://github.com/JulianCataldo/web-garden/compare/[email protected]@0.1.1) (2023-01-21)
7+
8+
**Note:** Version bump only for package astro-code-editor
9+
610
## 0.1.0 (2023-01-05)
711

812
### Features

components/CodeEditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-code-editor",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Embed code editors for YAML, Markdown, JS / TS, JSON…\nSpecifically tailored for each language.\nPowered by the Monaco Editor and helpers.",
55
"keywords": [
66
"astro",

components/Link/CHANGELOG.md

+6
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.1.4](https://github.com/JulianCataldo/web-garden/compare/[email protected]@1.1.4) (2023-01-21)
7+
8+
### Bug Fixes
9+
10+
- space trimming, prevents wrapping ([9e36412](https://github.com/JulianCataldo/web-garden/commit/9e3641216f093507def9c2b8a3ab5abe776d4276))
11+
612
## [1.1.3](https://github.com/JulianCataldo/web-garden/compare/[email protected]@1.1.3) (2023-01-05)
713

814
**Note:** Version bump only for package astro-link

components/Link/package.json

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

demo/CHANGELOG.md

+4
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.13](https://github.com/JulianCataldo/web-garden/compare/@web-garden/[email protected]...@web-garden/[email protected]) (2023-01-21)
7+
8+
**Note:** Version bump only for package @web-garden/astro-demo
9+
610
## [0.16.12](https://github.com/JulianCataldo/web-garden/compare/@web-garden/[email protected]...@web-garden/[email protected]) (2023-01-05)
711

812
### Bug Fixes

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-garden/astro-demo",
3-
"version": "0.16.12",
3+
"version": "0.16.13",
44
"private": true,
55
"scripts": {
66
"dev": "astro dev",

0 commit comments

Comments
 (0)