Skip to content

Commit

Permalink
chore(release): v2.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKelley committed Apr 18, 2023
1 parent 88f61e2 commit 037793f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
6 changes: 5 additions & 1 deletion libs/spark-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [vNext](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.17...vNext) (YYYY-MM-DD)
## [vNext](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.18...vNext) (YYYY-MM-DD)

No changes.

## [v2.0.0-alpha.18](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2022-04-18)

No changes.

Expand Down
4 changes: 2 additions & 2 deletions libs/spark-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prenda/spark-icons",
"version": "2.0.0-alpha.17",
"version": "2.0.0-alpha.18",
"author": "Prenda, Inc.",
"license": "UNLICENSED",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"@babel/runtime": "^7.4.4"
},
"peerDependencies": {
"@prenda/spark": "2.0.0-alpha.17",
"@prenda/spark": "2.0.0-alpha.18",
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
Expand Down
8 changes: 7 additions & 1 deletion libs/spark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [vNext](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.17...vNext) (YYYY-MM-DD)
## [vNext](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.18...vNext) (YYYY-MM-DD)

No changes.

## [v2.0.0-alpha.18](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2022-04-18)

- [fix] type re-exports present in "esm" build distribution

API surface:

Expand Down
2 changes: 1 addition & 1 deletion libs/spark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prenda/spark",
"version": "2.0.0-alpha.17",
"version": "2.0.0-alpha.18",
"author": "Prenda, Inc.",
"license": "UNLICENSED",
"publishConfig": {
Expand Down

0 comments on commit 037793f

Please sign in to comment.