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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starry-slides",
"version": "0.1.37",
"version": "0.1.38",
"description": "Local-first CLI and browser editor for HTML slide decks.",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -65,8 +65,8 @@
"verify": "pnpm lint && pnpm test && pnpm build && pnpm test:packaged-cli && pnpm test:e2e"
},
"dependencies": {
"@starrykit/slides-core": "0.1.37",
"@starrykit/slides-editor": "0.1.37",
"@starrykit/slides-core": "0.1.38",
"@starrykit/slides-editor": "0.1.38",
"@playwright/test": "^1.54.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/slides-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starrykit/slides-core",
"version": "0.1.37",
"version": "0.1.38",
"description": "Slide contract, document model, validation, history, operations, and export-planning logic for Starry Slides.",
"license": "MIT",
"homepage": "https://github.com/StarryKit/starry-slides#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/slides-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starrykit/slides-editor",
"version": "0.1.37",
"version": "0.1.38",
"description": "Embeddable React editor UI for Starry Slides — host-driven through props and callbacks.",
"license": "MIT",
"homepage": "https://github.com/StarryKit/starry-slides#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build": "tsc -p tsconfig.json && tsup src/index.tsx --format esm --external react --external react-dom"
},
"dependencies": {
"@starrykit/slides-core": "0.1.37",
"@starrykit/slides-core": "0.1.38",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"html-to-image": "^1.11.11",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

Loading