Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2024
1 parent 4d4116c commit a0935dc
Show file tree
Hide file tree
Showing 21 changed files with 76 additions and 55 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-hairs-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-maps-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-masks-tap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-chefs-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-seas-drop.md

This file was deleted.

26 changes: 13 additions & 13 deletions package-lock.json

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

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

## 1.1.0

### Minor Changes

- d4013a6b: Replace citation-js with @citation-js/core

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/citation-js-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "citation-js-utils",
"version": "1.0.2",
"version": "1.1.0",
"description": "Utilities for citation-js.",
"type": "module",
"exports": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/jtex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jtex

## 1.0.14

### Patch Changes

- 4b5ca6a2: Add build ci option to not write versions

## 1.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jtex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jtex",
"version": "1.0.13",
"version": "1.0.14",
"description": "Tool for rendering LaTeX documents from jinja-style templates",
"type": "module",
"exports": "./dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# myst-cli

## 1.1.39

### Patch Changes

- 4d4116c: Only parse frontmatter out of first notebook cell
- 4b5ca6a2: Add build ci option to not write versions
- Updated dependencies [d4013a6b]
- Updated dependencies [e2e6caa7]
- Updated dependencies [4b5ca6a2]
- Updated dependencies [f7fd9053]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.1.38

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.38",
"version": "1.1.39",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"chalk": "^5.2.0",
"check-node-version": "^4.2.1",
"chokidar": "^3.5.3",
"citation-js-utils": "^1.0.2",
"citation-js-utils": "^1.1.0",
"commander": "^10.0.1",
"cors": "^2.8.5",
"docx": "^7.5.0",
Expand All @@ -61,7 +61,7 @@
"inquirer": "^8.2.2",
"intersphinx": "^1.0.2",
"js-yaml": "^4.1.0",
"jtex": "^1.0.13",
"jtex": "^1.0.14",
"latest-version": "^7.0.0",
"mdast": "^3.0.0",
"meca": "^1.0.8",
Expand All @@ -83,8 +83,8 @@
"myst-to-docx": "^1.0.9",
"myst-to-jats": "^1.0.21",
"myst-to-md": "^1.0.10",
"myst-to-tex": "^1.0.17",
"myst-to-typst": "^0.0.9",
"myst-to-tex": "^1.0.18",
"myst-to-typst": "^0.0.10",
"myst-transforms": "^1.2.0",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
Expand All @@ -93,7 +93,7 @@
"redux": "^4.2.0",
"simple-validators": "^1.0.4",
"strip-ansi": "^7.0.1",
"tex-to-myst": "^1.0.17",
"tex-to-myst": "^1.0.18",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.0",
"unist-util-remove": "^3.1.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-to-tex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-to-tex

## 1.0.18

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-tex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-to-tex",
"version": "1.0.17",
"version": "1.0.18",
"description": "Export from MyST mdast to latex",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-tex",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-to-typst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-to-typst

## 0.0.10

### Patch Changes

- f7fd9053: Stop turning dois to links in typst

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-typst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-to-typst",
"version": "0.0.9",
"version": "0.0.10",
"description": "Export from MyST mdast to Typst",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-to-tex",
Expand Down
2 changes: 1 addition & 1 deletion packages/mystmd-py/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mystmd
version = 1.1.38
version = 1.1.39
description = Command line tools for MyST Markdown
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
7 changes: 7 additions & 0 deletions packages/mystmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mystmd

## 1.1.39

### Patch Changes

- 4d4116c: Only parse frontmatter out of first notebook cell
- 4b5ca6a2: Add build ci option to not write versions

## 1.1.38

## 1.1.37
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.38",
"version": "1.1.39",
"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.38"
"myst-cli": "^1.1.39"
}
}
6 changes: 6 additions & 0 deletions packages/tex-to-myst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tex-to-myst

## 1.0.18

### Patch Changes

- e2e6caa7: Support cref

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tex-to-myst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tex-to-myst",
"version": "1.0.17",
"version": "1.0.18",
"description": "Read LaTeX and convert to MyST AST",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/tex-to-myst",
Expand Down

0 comments on commit a0935dc

Please sign in to comment.