Skip to content

Commit

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

### Features

* vite build update for useroute to work ([#545](#545)) ([c449bea](c449bea))
  • Loading branch information
semantic-release-bot committed Jul 3, 2024
1 parent c449bea commit 7d26e08
Show file tree
Hide file tree
Showing 2 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 @@
# [2.39.0-alpha.99](https://github.com/UCLALibrary/ucla-library-website-components/compare/v2.39.0-alpha.98...v2.39.0-alpha.99) (2024-07-03)


### Features

* vite build update for useroute to work ([#545](https://github.com/UCLALibrary/ucla-library-website-components/issues/545)) ([c449bea](https://github.com/UCLALibrary/ucla-library-website-components/commit/c449bea2367f28c3a09e7df68ee7c218674513c8))

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


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.96",
"version": "2.39.0-alpha.99",
"main": "./dist/ucla-library-website-components.umd.cjs",
"module": "./dist/ucla-library-website-components.js",
"files": [
Expand Down Expand Up @@ -86,4 +86,4 @@
"peerDependencies": {
"vue": "^3.4.29"
}
}
}

0 comments on commit 7d26e08

Please sign in to comment.