Skip to content

Commit d44a23a

Browse files
authored
Merge pull request #83 from modernweb-dev/changeset-release/main
Version Packages
2 parents b7727b0 + 18a7958 commit d44a23a

File tree

21 files changed

+91
-41
lines changed

21 files changed

+91
-41
lines changed

.changeset/beige-rockets-invite.md

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

.changeset/hip-eels-remain.md

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

.changeset/tasty-baboons-argue.md

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

packages/building-rollup/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- be0d0b3: fix: add missing main entry to the packages
8+
39
## 0.1.2
410

511
### Patch Changes

packages/building-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/building-rollup",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/check-html-links/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- be0d0b3: fix: add missing main entry to the packages
8+
39
## 0.2.0
410

511
### Minor 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.2.0",
3+
"version": "0.2.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/cli/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 5edc40f: Make sure each rocket instance has it's own eleventy config'
8+
- ef8ebb0: To support dynamically created content to be part of the anchor navigation of the page we now analyze the final html output instead of `entry.templateContent`.
9+
10+
BREAKING CHANGE:
11+
12+
- only add anchors for the currently active pages (before it added anchor for every page)
13+
14+
### Patch Changes
15+
16+
- be0d0b3: fix: add missing main entry to the packages
17+
- Updated dependencies [be0d0b3]
18+
- Updated dependencies [ef8ebb0]
19+
- @rocket/building-rollup@0.1.3
20+
21+
- @rocket/core@0.1.2
22+
23+
- @rocket/eleventy-rocket-nav@0.3.0
24+
325
## 0.5.2
426

527
### Patch Changes

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/cli",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -57,22 +57,22 @@
5757
"dependencies": {
5858
"@11ty/eleventy": "^0.11.1",
5959
"@11ty/eleventy-img": "^0.7.4",
60-
"@rocket/building-rollup": "^0.1.2",
61-
"@rocket/core": "^0.1.1",
60+
"@rocket/building-rollup": "^0.1.3",
61+
"@rocket/core": "^0.1.2",
6262
"@rocket/eleventy-plugin-mdjs-unified": "^0.3.1",
63-
"@rocket/eleventy-rocket-nav": "^0.2.1",
63+
"@rocket/eleventy-rocket-nav": "^0.3.0",
6464
"@rollup/plugin-babel": "^5.2.2",
6565
"@rollup/plugin-node-resolve": "^11.0.1",
6666
"@web/config-loader": "^0.1.3",
6767
"@web/dev-server": "^0.1.4",
6868
"@web/dev-server-rollup": "^0.3.2",
6969
"@web/rollup-plugin-copy": "^0.2.0",
70-
"check-html-links": "^0.2.0",
70+
"check-html-links": "^0.2.1",
7171
"command-line-args": "^5.1.1",
7272
"command-line-usage": "^6.1.1",
7373
"fs-extra": "^9.0.1",
7474
"micromatch": "^4.0.2",
75-
"plugins-manager": "^0.2.0",
75+
"plugins-manager": "^0.2.1",
7676
"utf8": "^3.0.0"
7777
},
7878
"types": "dist-types/index.d.ts"

packages/core/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- be0d0b3: fix: add missing main entry to the packages
8+
39
## 0.1.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)