Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/sunny-ears-repair.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- e2b6d96: Improved import features

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretextbook/format",
"version": "0.4.0",
"version": "0.5.0",
"description": "Formatter for PreTeXt documents",
"author": "Oscar Levin",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pretextbook/import

## 0.10.0

### Minor Changes

- e2b6d96: Improved import features

### Patch Changes

- Updated dependencies [e2b6d96]
- @pretextbook/format@0.5.0

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretextbook/import",
"version": "0.9.0",
"version": "0.10.0",
"description": "Shared import helpers for converting LaTeX/Markdown/PreTeXt into PreTeXt for VS Code and web apps",
"author": "Oscar Levin",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/pretext-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pretextbook/pretext-html

## 0.15.0

### Minor Changes

- e2b6d96: Improved import features

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pretext-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretextbook/pretext-html",
"version": "0.14.0",
"version": "0.15.0",
"description": "Convert PreTeXt documents to HTML in pure JavaScript using the official PreTeXt XSLT stylesheets via libxslt-wasm. No Python or PreTeXt installation required.",
"author": "Oscar Levin",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pretextbook/schema

## 0.7.0

### Minor Changes

- e2b6d96: Improved import features

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretextbook/schema",
"version": "0.6.1",
"version": "0.7.0",
"description": "RELAX NG validation and context-aware completions for PreTeXt documents",
"author": "Oscar Levin",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/visual-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pretextbook/visual-editor

## 0.1.2

### Patch Changes

- Updated dependencies [e2b6d96]
- @pretextbook/format@0.5.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/visual-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pretextbook/visual-editor",
"version": "0.1.1",
"version": "0.1.2",
"description": "React-based visual editor components and TipTap extensions for PreTeXt documents",
"author": "Oscar Levin",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.7.6",
"@pretextbook/format": "0.4.0",
"@pretextbook/format": "0.5.0",
"@tiptap/extension-code-block": "^3.28.0",
"@tiptap/extension-list": "^3.28.0",
"@tiptap/extensions": "^3.28.0",
Expand Down