Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremythuff committed Oct 12, 2020
1 parent 76a5fcf commit 552b847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/TAMULib/weaver-components.git"
},
"version": "1.6.0-rc2",
"version": "1.6.0-rc3",
"private": false,
"license": "MIT",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion projects/wvr-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wvr/elements",
"version": "1.6.0-rc2",
"version": "1.6.0-rc3",
"description": "Collection of angular components for Weaver's Custom Web Component UI",
"author": "Texas A&M University Libraries",
"private": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,5 @@ describe('WvrDropdownComponent', () => {
.toEqual('var(--wvr-btn-primary-hover-text-decoration)');
});

// tslint:disable-next-line:max-file-line-count
});

0 comments on commit 552b847

Please sign in to comment.