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 Nov 11, 2021
1 parent 15a82c0 commit 30eb822
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/strange-clouds-grab.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/strange-clouds-grab2.md

This file was deleted.

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

## 0.10.1

### Patch Changes

- 15a82c0: Enable including script files into the simulator via `<script src=".." mdjs-use>`
- 15a82c0: Allow only a limited set of characters for simulator includes `[a-zA-Z0-9\/\-_]`.
Notably, there is no:

- `:` to prevent `http://...` includes
- `.` so filenames as `this.is.my.js` are not supported. Also includes will be without file endings which will be added automatically

## 0.10.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.10.0",
"version": "0.10.1",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/mdjs-preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @mdjs/mdjs-preview

## 0.5.4

### Patch Changes

- 15a82c0: Enable including script files into the simulator via `<script src=".." mdjs-use>`
- 15a82c0: Allow only a limited set of characters for simulator includes `[a-zA-Z0-9\/\-_]`.
Notably, there is no:

- `:` to prevent `http://...` includes
- `.` so filenames as `this.is.my.js` are not supported. Also includes will be without file endings which will be added automatically

## 0.5.3

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

0 comments on commit 30eb822

Please sign in to comment.