Skip to content

Commit

Permalink
chore(release): set package.json to 2.39.0-alpha.104 [skip ci]
Browse files Browse the repository at this point in the history
# [2.39.0-alpha.104](v2.39.0-alpha.103...v2.39.0-alpha.104) (2024-07-11)

### Bug Fixes

* add keyup event handler to search home ([#368](#368)) ([655f25b](655f25b))
* button in banner-header component ([#367](#367)) ([551e218](551e218))
* pay rate should display in block generic list ([#486](#486)) ([60bb246](60bb246))
* update search when clearing search bar ([#435](#435)) ([563948f](563948f))
* various accessibility issues ([#411](#411)) ([1205013](1205013))

### Features

* "Include past events" single checkbox filter ([#401](#401)) ([0aee2ec](0aee2ec))
* APPS-1932 create media gallery half width ([#394](#394)) ([667bb12](667bb12))
* update styles to work with halfWidth option in redactor ([#397](#397)) ([772de69](772de69))
  • Loading branch information
semantic-release-bot committed Jul 11, 2024
1 parent 60bb246 commit c4cb81c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.39.0-alpha.104](https://github.com/UCLALibrary/ucla-library-website-components/compare/v2.39.0-alpha.103...v2.39.0-alpha.104) (2024-07-11)


### Bug Fixes

* add keyup event handler to search home ([#368](https://github.com/UCLALibrary/ucla-library-website-components/issues/368)) ([655f25b](https://github.com/UCLALibrary/ucla-library-website-components/commit/655f25b749051655528691495a1b2396ff6df14c))
* button in banner-header component ([#367](https://github.com/UCLALibrary/ucla-library-website-components/issues/367)) ([551e218](https://github.com/UCLALibrary/ucla-library-website-components/commit/551e218c893c197f1aae85aa12108e44477252f4))
* pay rate should display in block generic list ([#486](https://github.com/UCLALibrary/ucla-library-website-components/issues/486)) ([60bb246](https://github.com/UCLALibrary/ucla-library-website-components/commit/60bb24699b008d86ab74cff0d6a2e2009b7ef44b))
* update search when clearing search bar ([#435](https://github.com/UCLALibrary/ucla-library-website-components/issues/435)) ([563948f](https://github.com/UCLALibrary/ucla-library-website-components/commit/563948f09cfab74c9153a9ea1102ce3e6623bf80))
* various accessibility issues ([#411](https://github.com/UCLALibrary/ucla-library-website-components/issues/411)) ([1205013](https://github.com/UCLALibrary/ucla-library-website-components/commit/120501352daccbd24577cd6c3acb9e1c10ca89a2))


### Features

* "Include past events" single checkbox filter ([#401](https://github.com/UCLALibrary/ucla-library-website-components/issues/401)) ([0aee2ec](https://github.com/UCLALibrary/ucla-library-website-components/commit/0aee2ec91cbd3e6d8b55d025b17ba22ddfd2fc27))
* APPS-1932 create media gallery half width ([#394](https://github.com/UCLALibrary/ucla-library-website-components/issues/394)) ([667bb12](https://github.com/UCLALibrary/ucla-library-website-components/commit/667bb12e8a908dbb17ae6ff2576fbc2bde21b6fc))
* update styles to work with halfWidth option in redactor ([#397](https://github.com/UCLALibrary/ucla-library-website-components/issues/397)) ([772de69](https://github.com/UCLALibrary/ucla-library-website-components/commit/772de690d8cd6a13d654ad12d4777a62be07b102))

# [2.39.0-alpha.103](https://github.com/UCLALibrary/ucla-library-website-components/compare/v2.39.0-alpha.102...v2.39.0-alpha.103) (2024-07-11)


Expand Down
4 changes: 2 additions & 2 deletions 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": "2.39.0-alpha.103",
"version": "2.39.0-alpha.104",
"main": "./dist/ucla-library-website-components.umd.cjs",
"module": "./dist/ucla-library-website-components.js",
"style": "./dist/style.css",
Expand Down Expand Up @@ -91,4 +91,4 @@
"peerDependencies": {
"vue": "^3.4.29"
}
}
}

0 comments on commit c4cb81c

Please sign in to comment.