Skip to content

Commit

Permalink
Merge pull request #2719 from afebbraro/publish
Browse files Browse the repository at this point in the history
version bumps for publish
  • Loading branch information
Amber Febbraro authored Feb 5, 2020
2 parents f5743e2 + cd73bff commit ee5ea20
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 163 deletions.
2 changes: 1 addition & 1 deletion angular/projects/spark-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions angular/projects/spark-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparkdesignsystem/spark-angular",
"description": "A collection of Spark Design System components in Angular 6+",
"version": "9.4.0-beta.0",
"version": "9.4.0",
"peerDependencies": {
"@angular/animations": ">=7.0.0 < 9.0.0",
"@angular/common": ">=7.0.0 < 9.0.0",
Expand All @@ -12,7 +12,7 @@
"@angular/platform-browser": ">=7.0.0 < 9.0.0",
"@angular/platform-browser-dynamic": ">=7.0.0 < 9.0.0",
"@angular/router": ">=7.0.0 < 9.0.0",
"@sparkdesignsystem/spark": "^12.3.0-beta.0"
"@sparkdesignsystem/spark": "^12.3.0"
},
"dependencies": {
"lodash": "^4.17.15",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const environment = {
version: '9.4.0-beta.0'
version: '9.4.0'
};
3 changes: 2 additions & 1 deletion html/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules/
.nyc_output/
.storybook/
tests/
storybook-static/

*.stories.js
4 changes: 2 additions & 2 deletions html/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark",
"version": "12.3.0-beta.0",
"version": "12.3.0",
"description": "Spark is the main package for the Spark Design System. This package contains the style and components that make up the basic interfaces for Quicken Loans Fintech products.",
"main": "es5/sparkExports.js",
"scripts": {
Expand Down
Loading

0 comments on commit ee5ea20

Please sign in to comment.