Skip to content

Commit

Permalink
Version Packages (#1204)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 8, 2022
1 parent cdc0afe commit f37c35d
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 28 deletions.
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

0 comments on commit f37c35d

Please sign in to comment.