Skip to content

Commit aa93c2a

Browse files
github-actions[bot]bennypowers
authored andcommitted
Version Packages
1 parent 8e9c0a3 commit aa93c2a

File tree

14 files changed

+49
-32
lines changed

14 files changed

+49
-32
lines changed

.changeset/many-panthers-run.md

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

.changeset/many-poems-attack.md

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

.changeset/mean-hornets-visit.md

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

.changeset/wise-ants-shout.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.9.7
4+
5+
### Patch Changes
6+
7+
- d91e46b: Add `bootstrap` command
8+
- 9978ea7: Improves typings for `addPlugin`
9+
- Updated dependencies [9978ea7]
10+
- @rocket/eleventy-plugin-mdjs-unified@0.5.1
11+
- plugins-manager@0.2.3
12+
313
## 0.9.6
414

515
### Patch 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.9.6",
3+
"version": "0.9.7",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -59,7 +59,7 @@
5959
"@11ty/eleventy-img": "^0.9.0",
6060
"@rocket/building-rollup": "^0.3.1",
6161
"@rocket/core": "^0.1.2",
62-
"@rocket/eleventy-plugin-mdjs-unified": "^0.5.0",
62+
"@rocket/eleventy-plugin-mdjs-unified": "^0.5.1",
6363
"@rocket/eleventy-rocket-nav": "^0.3.0",
6464
"@rollup/plugin-babel": "^5.2.2",
6565
"@rollup/plugin-node-resolve": "^11.0.1",
@@ -72,7 +72,7 @@
7272
"command-line-usage": "^6.1.1",
7373
"fs-extra": "^9.0.1",
7474
"micromatch": "^4.0.2",
75-
"plugins-manager": "^0.2.2",
75+
"plugins-manager": "^0.2.3",
7676
"slash": "^3.0.0",
7777
"utf8": "^3.0.0",
7878
"workbox-window": "^6.1.5"

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

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 9978ea7: Improves typings for `addPlugin`
8+
- Updated dependencies [d91e46b]
9+
- Updated dependencies [9978ea7]
10+
- @mdjs/core@0.8.1
11+
312
## 0.5.0
413

514
### Minor Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/eleventy-plugin-mdjs-unified",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -31,7 +31,7 @@
3131
"mdjs"
3232
],
3333
"dependencies": {
34-
"@mdjs/core": "^0.8.0",
34+
"@mdjs/core": "^0.8.1",
3535
"es-module-lexer": "^0.3.26",
3636
"unist-util-visit": "^2.0.3"
3737
},

packages/launch/CHANGELOG.md

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

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- d91e46b: Add noscript styles which explicity show unregistered custom elements
8+
39
## 0.5.3
410

511
### Patch Changes

packages/launch/package.json

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

0 commit comments

Comments
 (0)