Skip to content

Commit d6692ac

Browse files
chore(site): 1.0.3 (#1511)
* chore(site): 1.0.1 * chore: run prettier * chore(site): 1.0.2 * fix: conflicts * chore(site): 1.0.3 * chore: remove package-lock.json --------- Co-authored-by: Marcos Sevilla <marcossevilla14@gmail.com>
1 parent 9da8772 commit d6692ac

6 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/release_please.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
paths:
1313
- "**"
1414
- "!.github/workflows/site.yaml"
15+
- "!site/**"
1516

1617
jobs:
1718
create_release_pr:

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
".": "1.0.0",
3-
"site": "1.0.2"
3+
"site": "1.0.3"
44
}

package-lock.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

site/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/VeryGoodOpenSource/very_good_cli/compare/site-v1.0.2...site-v1.0.3) (2026-03-02)
4+
5+
### Miscellaneous Chores
6+
7+
- **deps-dev:** bump eslint from 10.0.1 to 10.0.2 in /site ([#1509](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1509)) ([9da8772](https://github.com/VeryGoodOpenSource/very_good_cli/commit/9da8772856d2ed20d350c58cf7668cf5648c72b3))
8+
- **deps-dev:** bump globals from 17.3.0 to 17.4.0 in /site ([#1510](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1510)) ([b01eb38](https://github.com/VeryGoodOpenSource/very_good_cli/commit/b01eb386f56724c5d5dfe51375fcc369c4e36074))
9+
310
## [1.0.2](https://github.com/VeryGoodOpenSource/very_good_cli/compare/site-v1.0.1...site-v1.0.2) (2026-02-23)
411

512
### Miscellaneous Chores

site/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "site",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)