Skip to content

Commit

Permalink
Merge pull request #455 from TAMULib/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
kaladay authored Dec 13, 2022
2 parents 430d59e + 02da932 commit fd88fa1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.4] - 12-09-22
### Resolves

- Update the version to fix dependency conflicts. (#452)

## [2.0.3] - 10-12-22
### Resolves

- Follow a more consistent design across tamu-library-components and weaver-components. (#440)
- Update URL for Crews in the footer. (#417)
- Update help menu link colors. (#439)
- Improve styles. (#443)
- Set body and html height. (#437)
- Correct selector and adjust wrapper left margin. (#447)
- Redesign dependency list, reducing dependencies where possible. (#445) (#448)

## [2.0.2] - 09-19-22
### Resolves

- Upgrade `@wvr/elements` dependency to 2.0.2.

## [2.0.1] - 09-15-22
### Resolves

Expand Down
6 changes: 4 additions & 2 deletions 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/tamu-library-components.git"
},
"version": "2.0.3",
"version": "2.0.4-rc.1",
"private": false,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -61,14 +61,15 @@
"dependencies": {
"@angular/animations": "12.2.16",
"@angular/elements": "12.2.16",
"@angular/forms": "12.2.16",
"@angular/platform-browser-dynamic": "12.2.16",
"@ng-bootstrap/ng-bootstrap": "10.0.0",
"@ngrx/effects": "12.5.1",
"@ngrx/entity": "12.5.1",
"@ngrx/store-devtools": "12.5.1",
"@stomp/stompjs": "6.1.2",
"@tinymce/tinymce-angular": "4.2.4",
"@wvr/elements": "2.0.3",
"@wvr/elements": "2.0.5-rc.1",
"bootstrap": "4.6.2",
"ng-lazyload-image": "9.1.3",
"ngx-build-plus": "12.2.0",
Expand Down Expand Up @@ -113,6 +114,7 @@
"ts-node": "10.9.1"
},
"overrides": {
"@angular/compiler": "12.2.16",
"@angular/core": "12.2.16",
"@types/eslint": "6.8.1",
"chokidar": "3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion projects/tl-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wvr/tl-elements",
"version": "2.0.3",
"version": "2.0.4-rc.1",
"description": "Collection of angular components for TAMU's Custom Web Component UI",
"author": "Texas A&M University Libraries",
"private": false,
Expand Down

0 comments on commit fd88fa1

Please sign in to comment.