Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-rockets-invite.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/hip-eels-remain.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tasty-baboons-argue.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/building-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket/building-rollup

## 0.1.3

### Patch Changes

- be0d0b3: fix: add missing main entry to the packages

## 0.1.2

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

## 0.2.1

### Patch Changes

- be0d0b3: fix: add missing main entry to the packages

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @rocket/cli

## 0.6.0

### Minor Changes

- 5edc40f: Make sure each rocket instance has it's own eleventy config'
- 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`.

BREAKING CHANGE:

- only add anchors for the currently active pages (before it added anchor for every page)

### Patch Changes

- be0d0b3: fix: add missing main entry to the packages
- Updated dependencies [be0d0b3]
- Updated dependencies [ef8ebb0]
- @rocket/building-rollup@0.1.3
- check-html-links@0.2.1
- @rocket/core@0.1.2
- plugins-manager@0.2.1
- @rocket/eleventy-rocket-nav@0.3.0

## 0.5.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/cli",
"version": "0.5.2",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,22 +57,22 @@
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-img": "^0.7.4",
"@rocket/building-rollup": "^0.1.2",
"@rocket/core": "^0.1.1",
"@rocket/building-rollup": "^0.1.3",
"@rocket/core": "^0.1.2",
"@rocket/eleventy-plugin-mdjs-unified": "^0.3.1",
"@rocket/eleventy-rocket-nav": "^0.2.1",
"@rocket/eleventy-rocket-nav": "^0.3.0",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.0.1",
"@web/config-loader": "^0.1.3",
"@web/dev-server": "^0.1.4",
"@web/dev-server-rollup": "^0.3.2",
"@web/rollup-plugin-copy": "^0.2.0",
"check-html-links": "^0.2.0",
"check-html-links": "^0.2.1",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"fs-extra": "^9.0.1",
"micromatch": "^4.0.2",
"plugins-manager": "^0.2.0",
"plugins-manager": "^0.2.1",
"utf8": "^3.0.0"
},
"types": "dist-types/index.d.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket/core

## 0.1.2

### Patch Changes

- be0d0b3: fix: add missing main entry to the packages

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/core",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/eleventy-rocket-nav/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket/eleventy-rocket-nav

## 0.3.0

### Minor Changes

- 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`.

BREAKING CHANGE:

- only add anchors for the currently active pages (before it added anchor for every page)

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-rocket-nav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/eleventy-rocket-nav",
"version": "0.2.1",
"version": "0.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/mdjs-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdjs/mdjs-preview

## 0.3.2

### Patch Changes

- be0d0b3: fix: add missing main entry to the packages

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdjs-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdjs/mdjs-preview",
"version": "0.3.1",
"version": "0.3.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/mdjs-story/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdjs/mdjs-story

## 0.1.2

### Patch Changes

- be0d0b3: fix: add missing main entry to the packages

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdjs-story/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdjs/mdjs-story",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# plugins-manager

## 0.2.1

### Patch Changes

- be0d0b3: fix: add missing main entry to the packages

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugins-manager",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rocket/search

## 0.3.1

### Patch Changes

- be0d0b3: fix: add missing main entry to the packages
- Updated dependencies [be0d0b3]
- plugins-manager@0.2.1

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/search",
"version": "0.3.0",
"version": "0.3.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"@open-wc/scoped-elements": "^1.3.2",
"chalk": "^4.0.0",
"minisearch": "^3.0.2",
"plugins-manager": "^0.2.0",
"plugins-manager": "^0.2.1",
"sax-wasm": "^2.0.0"
}
}