Skip to content

Commit 0c85eef

Browse files
Version Packages
1 parent 21fffc3 commit 0c85eef

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

.changeset/lucky-ties-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-otters-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-pugs-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/spectacle/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 10.1.0
4+
5+
### Minor Changes
6+
7+
- Use tsup (instead of webpack) for browser/umd build ([#1268](https://github.com/FormidableLabs/spectacle/pull/1268))
8+
9+
- Export all code pane themes as part of the Spectacle package. ([#1266](https://github.com/FormidableLabs/spectacle/pull/1266))
10+
11+
### Patch Changes
12+
13+
- Bumped dependency of one-page.html to v10 ([#1265](https://github.com/FormidableLabs/spectacle/pull/1265))
14+
315
## 10.0.0
416

517
### Major Changes

packages/spectacle/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "spectacle",
3-
"version": "10.0.0",
3+
"version": "10.1.0",
44
"description": "ReactJS Powered Presentation Framework",
55
"types": "lib/index.d.ts",
66
"main": "lib/index.js",
7-
"files": ["lib/"],
7+
"files": [
8+
"lib/"
9+
],
810
"module": "lib/index.mjs",
911
"author": "Formidable Labs <hello@formidable.com>",
1012
"license": "MIT",
@@ -73,7 +75,9 @@
7375
},
7476
"wireit": {
7577
"build": {
76-
"dependencies": ["build:lib"]
78+
"dependencies": [
79+
"build:lib"
80+
]
7781
},
7882
"build:lib": {
7983
"command": "nps tsup",

0 commit comments

Comments
 (0)