Skip to content

Commit

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

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

No changes.

## [vNext](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2023-03-21)
## [v2.0.0-alpha.14](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2023-04-10)

No changes.

## [v2.0.0-alpha.13](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2023-03-21)

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.13",
"version": "2.0.0-alpha.14",
"author": "Prenda, Inc.",
"license": "UNLICENSED",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"@babel/runtime": "^7.4.4"
},
"peerDependencies": {
"@prenda/spark": "2.0.0-alpha.13",
"@prenda/spark": "2.0.0-alpha.14",
"@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: 6 additions & 2 deletions libs/spark/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.13...vNext) (YYYY-MM-DD)
## [vNext](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.14...vNext) (YYYY-MM-DD)

No changes.

## [v2.0.0-alpha.14](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2023-04-10)

The naming scheme of v2 replacement components will change from "Unstable\_\<Component\>" to "\<Component\>\_unstable". The intention is to ease developer emotions about the "unstable" prefix by changing it to a suffix and to increase find-ability of components.

Expand All @@ -13,7 +17,7 @@ API surface:
- **TopBar_unstable**
- [feat] initial implementation

## [vNext](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2023-03-21)
## [v2.0.0-alpha.13](https://github.com/prenda-school/prenda-spark/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2023-03-21)

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.13",
"version": "2.0.0-alpha.14",
"author": "Prenda, Inc.",
"license": "UNLICENSED",
"publishConfig": {
Expand Down

0 comments on commit cafb4cb

Please sign in to comment.