Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 9, 2024
1 parent 3c04fd3 commit 4aa7106
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-ligers-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-steaks-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-bobcats-behave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-pets-retire.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.

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

## 1.1.53

### Patch Changes

- 8ca2c518: Do not error on invalid citation bibtex
- 377034df: Fix typo in downloads error message
- 770c15f0: Support short DOIs and test them!
- 1be2c741: Lowercase the `R` language to `r` in a transform
- Updated dependencies [1be2c741]
- [email protected]

## 1.1.52

### 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.52",
"version": "1.1.53",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -87,7 +87,7 @@
"myst-to-md": "^1.0.10",
"myst-to-tex": "^1.0.25",
"myst-to-typst": "^0.0.13",
"myst-transforms": "^1.3.4",
"myst-transforms": "^1.3.5",
"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.3.5

### Patch Changes

- 1be2c741: Lowercase the `R` language to `r` in a transform

## 1.3.4

### 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.3.4",
"version": "1.3.5",
"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.53

## 1.1.52

## 1.1.51
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.52",
"version": "1.1.53",
"description": "Command line tools for MyST Markdown",
"author": "Rowan Cockett <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -45,6 +45,6 @@
"commander": "^10.0.1",
"core-js": "^3.31.1",
"js-yaml": "^4.1.0",
"myst-cli": "^1.1.52"
"myst-cli": "^1.1.53"
}
}

0 comments on commit 4aa7106

Please sign in to comment.