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 daKmoR committed May 28, 2021
1 parent c338696 commit e6d9c74
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .changeset/good-ears-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-bugs-care.md

This file was deleted.

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

## 0.8.1

### Patch Changes

- c338696: Updated dependency of eleventy-img for M1 compatibility

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/cli",
"version": "0.8.0",
"version": "0.8.1",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/mdjs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.7.2

### Patch Changes

- ce9b12e: Support importing via es module

```js
import { mdjsProcess } = from '@mdjs/core';
```

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdjs/core",
"version": "0.7.1",
"version": "0.7.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e6d9c74

Please sign in to comment.