Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 5, 2025
1 parent 7d68c88 commit a501ebd
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-terms-dance.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

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

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

## 1.3.26

### Patch Changes

- 7d68c88: block data class
- Updated dependencies [7d68c88]
- [email protected]

## 1.3.25

### 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.3.25",
"version": "1.3.26",
"description": "Command line tools for MyST",
"author": "Franklin Koch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -91,7 +91,7 @@
"myst-to-tex": "^1.0.41",
"myst-to-typst": "^0.0.30",
"myst-toc": "^0.1.2",
"myst-transforms": "^1.3.33",
"myst-transforms": "^1.3.34",
"nanoid": "^4.0.0",
"nbtx": "^0.2.3",
"node-fetch": "^3.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/myst-migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# myst-migrate

## 1.3.26

### Patch Changes

- 7d68c88: block data class

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myst-migrate",
"sideEffects": false,
"version": "0.0.1",
"version": "1.3.26",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
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.34

### Patch Changes

- 7d68c88: block data class

## 1.3.33

### 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.33",
"version": "1.3.34",
"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.3.26

## 1.3.25

## 1.3.24
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.3.25",
"version": "1.3.26",
"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.3.25"
"myst-cli": "^1.3.26"
}
}

0 comments on commit a501ebd

Please sign in to comment.