Skip to content

Commit

Permalink
🚀 1.1.44 (#936)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 26, 2024
1 parent f1ee6f7 commit da22969
Show file tree
Hide file tree
Showing 27 changed files with 158 additions and 95 deletions.
9 changes: 0 additions & 9 deletions .changeset/dull-falcons-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-cats-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-dancers-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-comics-tease.md

This file was deleted.

70 changes: 35 additions & 35 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/jats-to-myst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# jats-to-myst

## 1.0.24

### Patch Changes

- Updated dependencies [f1ee6f7]
- myst-frontmatter@1.1.27
- myst-common@1.1.27
- myst-spec-ext@1.1.27

## 1.0.23

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/jats-to-myst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jats-to-myst",
"version": "1.0.23",
"version": "1.0.24",
"description": "Read JATS and convert to MyST AST",
"author": "Rowan Cockett <rowan@curvenote.com>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/jats-to-myst",
Expand Down Expand Up @@ -38,10 +38,10 @@
"doi-utils": "^2.0.0",
"jats-tags": "^1.0.8",
"jats-xml": "^1.0.8",
"myst-common": "^1.1.26",
"myst-frontmatter": "^1.1.26",
"myst-common": "^1.1.27",
"myst-frontmatter": "^1.1.27",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.1.26",
"myst-spec-ext": "^1.1.27",
"myst-transforms": "^1.2.3",
"unified": "^10.0.0",
"unist-builder": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-cli-utils

## 2.0.8

### Patch Changes

- 36decbb4: Move fetch function to session

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-cli-utils",
"version": "2.0.7",
"version": "2.0.8",
"sideEffects": false,
"license": "MIT",
"description": "Utils for logging, error messages and session management",
Expand Down
19 changes: 19 additions & 0 deletions packages/myst-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# myst-cli

## 1.1.44

### Patch Changes

- 36decbb4: Move fetch function to session
- 36decbb4: Allow https proxy set as environment var
- f1ee6f7: Add id to project frontmatter and populate on init
- 4f5fe14e: Conform jats/meca export function interface to other export functions
- Updated dependencies [36decbb4]
- Updated dependencies [f1ee6f7]
- myst-cli-utils@2.0.8
- myst-templates@1.0.17
- myst-execute@0.0.3
- myst-to-jats@1.0.24
- myst-frontmatter@1.1.27
- myst-common@1.1.27
- myst-config@1.1.27
- myst-spec-ext@1.1.27

## 1.1.43

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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.43",
"version": "1.1.44",
"description": "Command line tools for MyST",
"author": "Franklin Koch <franklin@curvenote.com>",
"license": "MIT",
Expand Down Expand Up @@ -67,23 +67,23 @@
"mdast": "^3.0.0",
"meca": "^1.0.8",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.7",
"myst-common": "^1.1.26",
"myst-config": "^1.1.26",
"myst-execute": "^0.0.2",
"myst-cli-utils": "^2.0.8",
"myst-common": "^1.1.27",
"myst-config": "^1.1.27",
"myst-execute": "^0.0.3",
"myst-ext-card": "^1.0.5",
"myst-ext-exercise": "^1.0.5",
"myst-ext-grid": "^1.0.5",
"myst-ext-proof": "^1.0.8",
"myst-ext-reactive": "^1.0.5",
"myst-ext-tabs": "^1.0.5",
"myst-frontmatter": "^1.1.26",
"myst-frontmatter": "^1.1.27",
"myst-parser": "^1.0.22",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.1.26",
"myst-templates": "^1.0.16",
"myst-spec-ext": "^1.1.27",
"myst-templates": "^1.0.17",
"myst-to-docx": "^1.0.9",
"myst-to-jats": "^1.0.23",
"myst-to-jats": "^1.0.24",
"myst-to-md": "^1.0.10",
"myst-to-tex": "^1.0.21",
"myst-to-typst": "^0.0.11",
Expand Down
7 changes: 7 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# myst-common

## 1.1.27

### Patch Changes

- Updated dependencies [f1ee6f7]
- myst-frontmatter@1.1.27

## 1.1.26

### Patch Changes
Expand Down
Loading

0 comments on commit da22969

Please sign in to comment.