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
5 changes: 0 additions & 5 deletions .changeset/hip-trains-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-peaches-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-crabs-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-dingos-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-drinks-listen.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/create-spectacle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-spectacle

## 0.3.0

### Minor Changes

- Add README and .gitignore to generated projects ([#1200](https://github.com/FormidableLabs/spectacle/pull/1200))

* Add vite starter kits to create-spectacle. Add tests to test expected files were generated. ([#1210](https://github.com/FormidableLabs/spectacle/pull/1210))

### Patch Changes

- Better overwrite logic based on whether HTML file or directory will be created ([#1205](https://github.com/FormidableLabs/spectacle/pull/1205))

## 0.2.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/create-spectacle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-spectacle",
"version": "0.2.0",
"version": "0.3.0",
"description": "Project generator for Spectacle",
"main": "bin/cli.js",
"files": [
Expand Down Expand Up @@ -141,7 +141,9 @@
]
},
"test": {
"dependencies": ["build"],
"dependencies": [
"build"
],
"command": "jest --testMatch=\"<rootDir>/src/*.test.ts\"",
"files": [
"src/**",
Expand Down
8 changes: 8 additions & 0 deletions packages/spectacle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 9.5.0

### Minor Changes

- feat: Add new Slide Layouts: Section, Statement, Big fact, Quote to expand basic layout creation. ([#1209](https://github.com/FormidableLabs/spectacle/pull/1209))

* feat: Add single and multiple code pane Slide Layouts with options. ([#1217](https://github.com/FormidableLabs/spectacle/pull/1217))

## 9.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spectacle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectacle",
"version": "9.4.0",
"version": "9.5.0",
"description": "ReactJS Powered Presentation Framework",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down