Skip to content

Commit

Permalink
chore(release): set package.json to 2.38.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.38.2](v2.38.1...v2.38.2) (2023-08-07)

### Bug Fixes

* add keyup event handler to search home ([#368](#368)) ([a7daac9](a7daac9))
  • Loading branch information
semantic-release-bot committed Aug 7, 2023
1 parent a7daac9 commit 7470dc4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.38.2](https://github.com/UCLALibrary/ucla-library-website-components/compare/v2.38.1...v2.38.2) (2023-08-07)


### Bug Fixes

* add keyup event handler to search home ([#368](https://github.com/UCLALibrary/ucla-library-website-components/issues/368)) ([a7daac9](https://github.com/UCLALibrary/ucla-library-website-components/commit/a7daac93bd1d7a1d5e133e30620aa3b0918b2c31))

## [2.38.1](https://github.com/UCLALibrary/ucla-library-website-components/compare/v2.38.0...v2.38.1) (2023-08-04)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ucla-library-website-components",
"version": "2.38.1",
"version": "2.38.2",
"description": "This is library of components that will be used on UCLA Library websites",
"scripts": {
"serve": "vue-cli-service serve dev/serve.js",
Expand Down

0 comments on commit 7470dc4

Please sign in to comment.