Skip to content

Commit

Permalink
Merge branch 'main' into APPS-1974_add_page_counter_to_pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
farosFreed authored Nov 8, 2024
2 parents eaad5ff + a41c820 commit 8aa4602
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.32.1](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.32.0...v3.32.1) (2024-11-08)


### Bug Fixes

* replace impact report spotlight with just one word spotlight ([#651](https://github.com/UCLALibrary/ucla-library-website-components/issues/651)) ([febe562](https://github.com/UCLALibrary/ucla-library-website-components/commit/febe562770bf39418a7c697ad84b1ad18b2beda0))

# [3.32.0](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.31.6...v3.32.0) (2024-11-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ucla-library-website-components",
"type": "module",
"private": false,
"version": "3.32.0",
"version": "3.32.1",
"main": "./dist/ucla-library-website-components.umd.cjs",
"module": "./dist/ucla-library-website-components.js",
"style": "./dist/style.css",
Expand Down
2 changes: 1 addition & 1 deletion src/lib-components/Flexible/BannerFeatured.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const parsedCategory = computed(() => {
break
case contentType.includes('impactReportStory'):
category = 'Impact Report Spotlight'
category = 'Spotlight'
break
case contentType.includes('meapProject'):
Expand Down

0 comments on commit 8aa4602

Please sign in to comment.