Skip to content

Commit

Permalink
🚀 v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Aug 2, 2023
1 parent 5dd77af commit e37d0c1
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-carrots-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-hairs-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ghosts-raise.md

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.1.8

### Patch Changes

- 915b9bc0: Update github.io domains to not have a BASE_PATH set in the actions
- e725666c: Fix github url for .github.io domains
- Updated dependencies [5dd77afe]
- myst-transforms@1.0.6

## 1.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-cli",
"version": "1.1.7",
"version": "1.1.8",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -83,7 +83,7 @@
"myst-to-jats": "^1.0.7",
"myst-to-md": "^1.0.5",
"myst-to-tex": "^1.0.4",
"myst-transforms": "^1.0.5",
"myst-transforms": "^1.0.6",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-transforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-transforms

## 1.0.6

### Patch Changes

- 5dd77afe: Expand to allow for new github admonitions [!NOTE] in a blockquote

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-transforms",
"version": "1.0.5",
"version": "1.0.6",
"sideEffects": false,
"type": "module",
"exports": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/mystmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mystmd

## 1.1.8

## 1.1.7

## 1.1.6
Expand Down
4 changes: 2 additions & 2 deletions packages/mystmd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mystmd",
"version": "1.1.7",
"version": "1.1.8",
"description": "Command line tools for MyST Markdown",
"author": "Rowan Cockett <rowan@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"commander": "^10.0.1",
"core-js": "^3.31.1",
"myst-cli": "^1.1.7"
"myst-cli": "^1.1.8"
}
}

0 comments on commit e37d0c1

Please sign in to comment.