Skip to content

Commit b58ac27

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent f44a0f4 commit b58ac27

File tree

10 files changed

+40
-35
lines changed

10 files changed

+40
-35
lines changed

.changeset/giant-pianos-try.md

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

.changeset/mean-trainers-rest.md

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

.changeset/nice-parrots-punch.md

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

.changeset/pink-melons-matter.md

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

packages/check-html-links/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# check-html-links
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 750418b: Uses a class for the CLI and adding the following options:
8+
9+
- `--root-dir` the root directory to serve files from. Defaults to the current working directory
10+
- `--ignore-link-pattern` do not check links matching the pattern
11+
- `--continue-on-error` if present it will not exit with an error code - useful while writing or for temporary passing a ci
12+
13+
BREAKING CHANGE:
14+
15+
- Exists with an error code if a broken link is found
16+
317
## 0.1.2
418

519
### Patch Changes

packages/check-html-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-html-links",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @rocket/cli
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- f44a0f4: Rewrite dynamic imports with "`"
8+
- 74f7ddf: Adds performance improvements for social media images by:
9+
- creating social media images only in `rocket build` phase
10+
- adds a config `createSocialMediaImages` to enable (default) or disable it globally
11+
- adds config `start.createSocialMediaImages` to enable or disable (default) it during `rocket start`
12+
- 750418b: Use class-based node API of check-html-links
13+
- Updated dependencies [f44a0f4]
14+
- Updated dependencies [750418b]
15+
- @rocket/eleventy-plugin-mdjs-unified@0.3.1
16+
17+
318
## 0.5.0
419

520
### Minor Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/cli",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -58,15 +58,15 @@
5858
"@11ty/eleventy-img": "^0.7.4",
5959
"@rocket/building-rollup": "^0.1.2",
6060
"@rocket/core": "^0.1.1",
61-
"@rocket/eleventy-plugin-mdjs-unified": "^0.3.0",
61+
"@rocket/eleventy-plugin-mdjs-unified": "^0.3.1",
6262
"@rocket/eleventy-rocket-nav": "^0.2.1",
6363
"@rollup/plugin-babel": "^5.2.2",
6464
"@rollup/plugin-node-resolve": "^11.0.1",
6565
"@web/config-loader": "^0.1.3",
6666
"@web/dev-server": "^0.1.4",
6767
"@web/dev-server-rollup": "^0.3.2",
6868
"@web/rollup-plugin-copy": "^0.2.0",
69-
"check-html-links": "^0.1.2",
69+
"check-html-links": "^0.2.0",
7070
"command-line-args": "^5.1.1",
7171
"command-line-usage": "^6.1.1",
7272
"fs-extra": "^9.0.1",

packages/eleventy-plugin-mdjs-unified/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rocket/eleventy-plugin-mdjs-unified
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- f44a0f4: Rewrite dynamic imports with "`"
8+
39
## 0.3.0
410

511
### Minor Changes

packages/eleventy-plugin-mdjs-unified/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/eleventy-plugin-mdjs-unified",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)