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 bennypowers committed Jul 11, 2021
1 parent 8e9c0a3 commit aa93c2a
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-panthers-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-poems-attack.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mean-hornets-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-ants-shout.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket/cli

## 0.9.7

### Patch Changes

- d91e46b: Add `bootstrap` command
- 9978ea7: Improves typings for `addPlugin`
- Updated dependencies [9978ea7]
- @rocket/eleventy-plugin-mdjs-unified@0.5.1
- [email protected]

## 0.9.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/cli",
"version": "0.9.6",
"version": "0.9.7",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
"@11ty/eleventy-img": "^0.9.0",
"@rocket/building-rollup": "^0.3.1",
"@rocket/core": "^0.1.2",
"@rocket/eleventy-plugin-mdjs-unified": "^0.5.0",
"@rocket/eleventy-plugin-mdjs-unified": "^0.5.1",
"@rocket/eleventy-rocket-nav": "^0.3.0",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.0.1",
Expand All @@ -72,7 +72,7 @@
"command-line-usage": "^6.1.1",
"fs-extra": "^9.0.1",
"micromatch": "^4.0.2",
"plugins-manager": "^0.2.2",
"plugins-manager": "^0.2.3",
"slash": "^3.0.0",
"utf8": "^3.0.0",
"workbox-window": "^6.1.5"
Expand Down
9 changes: 9 additions & 0 deletions packages/eleventy-plugin-mdjs-unified/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rocket/eleventy-plugin-mdjs-unified

## 0.5.1

### Patch Changes

- 9978ea7: Improves typings for `addPlugin`
- Updated dependencies [d91e46b]
- Updated dependencies [9978ea7]
- @mdjs/core@0.8.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eleventy-plugin-mdjs-unified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/eleventy-plugin-mdjs-unified",
"version": "0.5.0",
"version": "0.5.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"mdjs"
],
"dependencies": {
"@mdjs/core": "^0.8.0",
"@mdjs/core": "^0.8.1",
"es-module-lexer": "^0.3.26",
"unist-util-visit": "^2.0.3"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/launch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket/launch

## 0.5.4

### Patch Changes

- d91e46b: Add noscript styles which explicity show unregistered custom elements

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/launch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/launch",
"version": "0.5.3",
"version": "0.5.4",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/mdjs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.8.1

### Patch Changes

- d91e46b: update dependencies
- 9978ea7: Improves typings for `addPlugin`
- Updated dependencies [9978ea7]
- [email protected]

## 0.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mdjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdjs/core",
"version": "0.8.0",
"version": "0.8.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/unist": "^2.0.3",
"es-module-lexer": "^0.3.26",
"github-markdown-css": "^4.0.0",
"plugins-manager": "^0.2.2",
"plugins-manager": "^0.2.3",
"rehype-autolink-headings": "^5.0.1",
"rehype-prism-template": "^0.4.1",
"rehype-raw": "^5.0.0",
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.3

### Patch Changes

- 9978ea7: Improves typings for `addPlugin`

## 0.2.2

### Patch 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.2",
"version": "0.2.3",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit aa93c2a

Please sign in to comment.