Skip to content

Commit a03fc9a

Browse files
Version Packages (#1158)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bc75994 commit a03fc9a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/gentle-gorillas-enjoy.md

-5
This file was deleted.

packages/spectacle/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 9.3.0
4+
5+
### Minor Changes
6+
7+
- Fixed lineNumberStyle prop for CodePane. (fixes [#1150](https://github.com/FormidableLabs/spectacle/issues/1150)) ([#1154](https://github.com/FormidableLabs/spectacle/pull/1154))
8+
39
## 9.2.1
410

511
- Fix `use-broadcast-channel` to be compatible with React 18 strict mode, via [#1131](https://github.com/FormidableLabs/spectacle/pull/1131).

packages/spectacle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectacle",
3-
"version": "9.2.1",
3+
"version": "9.3.0",
44
"description": "ReactJS Powered Presentation Framework",
55
"types": "lib/index.d.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)