Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and daKmoR committed Aug 24, 2022
1 parent 68e05f4 commit c8082fb
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 36 deletions.
11 changes: 0 additions & 11 deletions .changeset/fair-falcons-shave.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/great-bobcats-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-fans-dream.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/check-html-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# check-html-links

## 0.2.4

### Patch Changes

- 97d5fb2: Add external links validation via the flag `--validate-externals`.

You can/should provide an optional `--absolute-base-url` to handle urls starting with it as internal.

```bash
# check external urls
npx check-html-links _site --validate-externals

# check external urls but treat links like https://rocket.modern-web.dev/about/ as internal
npx check-html-links _site --validate-externals --absolute-base-url https://rocket.modern-web.dev
```

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/check-html-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-html-links",
"version": "0.2.3",
"version": "0.2.4",
"publishConfig": {
"access": "public"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rocket/cli

## 0.20.4

### Patch Changes

- 68e05f4: `rocket lint` can now validate external links.

Example:

```
rocket lint --validate-externals
```

- Updated dependencies [97d5fb2]
- [email protected]

## 0.20.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/cli",
"version": "0.20.3",
"version": "0.20.4",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@rocket/building-rollup": "^0.4.0",
"@rocket/engine": "^0.2.7",
"check-html-links": "^0.2.3",
"check-html-links": "^0.2.4",
"colorette": "^2.0.16",
"commander": "^9.0.0",
"fs-extra": "^9.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/launch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rocket/launch

## 0.21.3

### Patch Changes

- 660f64c: Change the default gitBranch to main
- Updated dependencies [68e05f4]
- @rocket/cli@0.20.4

## 0.21.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/launch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/launch",
"version": "0.21.2",
"version": "0.21.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
"preset"
],
"dependencies": {
"@rocket/cli": "^0.20.3",
"@rocket/cli": "^0.20.4",
"@rocket/components": "^0.2.0",
"@rocket/engine": "^0.2.7",
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down

0 comments on commit c8082fb

Please sign in to comment.