Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fwkoch committed Aug 22, 2023
1 parent cf8b649 commit 64e941a
Show file tree
Hide file tree
Showing 19 changed files with 73 additions and 49 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-pants-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-lemons-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-bats-tell.md

This file was deleted.

32 changes: 16 additions & 16 deletions package-lock.json

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

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

## 1.1.13

### Patch Changes

- a5b188ac: Added location field to page data, dependencies and source fields which contains the path to the file relative to the project root. This is primarily used to appropraitely configure a thebe session with the correct notebook path.
- 55818f50: Add User-Agent to image and link fetches
- Updated dependencies [a5b188ac]
- Updated dependencies [2b318aa1]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 1.1.12

### 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.12",
"version": "1.1.13",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -66,19 +66,19 @@
"mdast": "^3.0.0",
"mime-types": "^2.1.35",
"myst-cli-utils": "^2.0.3",
"myst-common": "^1.1.2",
"myst-config": "^1.1.2",
"myst-common": "^1.1.4",
"myst-config": "^1.1.4",
"myst-ext-card": "^1.0.2",
"myst-ext-exercise": "^1.0.2",
"myst-ext-grid": "^1.0.2",
"myst-ext-proof": "^1.0.2",
"myst-ext-reactive": "^1.0.2",
"myst-ext-tabs": "^1.0.2",
"myst-frontmatter": "^1.1.2",
"myst-frontmatter": "^1.1.4",
"myst-parser": "^1.0.6",
"myst-spec": "^0.0.4",
"myst-spec-ext": "^1.1.2",
"myst-templates": "^1.0.6",
"myst-spec-ext": "^1.1.4",
"myst-templates": "^1.0.7",
"myst-to-docx": "^1.0.3",
"myst-to-jats": "^1.0.10",
"myst-to-md": "^1.0.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-common

## 1.1.4

## 1.1.3

## 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myst-common",
"sideEffects": false,
"version": "1.1.3",
"version": "1.1.4",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-config

## 1.1.4

### Patch Changes

- [email protected]

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-config",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"description": "Project and site config types and validation for the mystmd ecosystem",
"author": "Franklin Koch <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/executablebooks/mystmd/issues"
},
"dependencies": {
"myst-frontmatter": "^1.1.3",
"myst-frontmatter": "^1.1.4",
"simple-validators": "^1.0.1"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/myst-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# myst-frontmatter

## 1.1.4

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-frontmatter",
"version": "1.1.3",
"version": "1.1.4",
"sideEffects": false,
"license": "MIT",
"description": "Frontmatter types and validation for the mystmd ecosystem",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-spec-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-spec-ext

## 1.1.4

### Patch Changes

- a5b188ac: Added location field to page data, dependencies and source fields which contains the path to the file relative to the project root. This is primarily used to appropraitely configure a thebe session with the correct notebook path.

## 1.1.3

## 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-spec-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-spec-ext",
"version": "1.1.3",
"version": "1.1.4",
"description": "Extensions for myst-spec that are used in mystmd",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-spec-ext",
Expand Down
8 changes: 8 additions & 0 deletions packages/myst-templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# myst-templates

## 1.0.7

### Patch Changes

- 2b318aa1: Refactor and export template validation functions
- [email protected]
- [email protected]

## 1.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/myst-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myst-templates",
"version": "1.0.6",
"version": "1.0.7",
"description": "API types and scripts for downloading MyST Templates",
"author": "Rowan Cockett <[email protected]>",
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-templates",
Expand Down Expand Up @@ -42,8 +42,8 @@
"glob": "^10.3.1",
"js-yaml": "^4.1.0",
"myst-cli-utils": "^2.0.3",
"myst-common": "^1.1.2",
"myst-frontmatter": "^1.1.2",
"myst-common": "^1.1.4",
"myst-frontmatter": "^1.1.4",
"node-fetch": "^3.3.1",
"pretty-hrtime": "^1.0.3",
"simple-validators": "^1.0.1"
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.12
version = 1.1.13
description = Command line tools for MyST Markdown
long_description = file: README.md
long_description_content_type = text/markdown
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.13

## 1.1.12

## 1.1.11
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.12",
"version": "1.1.13",
"description": "Command line tools for MyST Markdown",
"author": "Rowan Cockett <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"commander": "^10.0.1",
"core-js": "^3.31.1",
"myst-cli": "^1.1.12"
"myst-cli": "^1.1.13"
}
}

0 comments on commit 64e941a

Please sign in to comment.