Skip to content

Commit

Permalink
chore(release): set package.json to 3.31.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.31.0](v3.30.0...v3.31.0) (2024-10-23)

### Features

* APPS-2989 upgrade vue3 version and its dependencies to the latest versions ([#641](#641)) ([3dbca5d](3dbca5d))
  • Loading branch information
semantic-release-bot committed Oct 23, 2024
1 parent 3dbca5d commit 48164cf
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 @@
# [3.31.0](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.30.0...v3.31.0) (2024-10-23)


### Features

* APPS-2989 upgrade vue3 version and its dependencies to the latest versions ([#641](https://github.com/UCLALibrary/ucla-library-website-components/issues/641)) ([3dbca5d](https://github.com/UCLALibrary/ucla-library-website-components/commit/3dbca5d9765b309c408d4c8da53ab6de71218c7b))

# [3.30.0](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.29.7...v3.30.0) (2024-10-22)


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": "3.30.0",
"version": "3.31.0",
"main": "./dist/ucla-library-website-components.umd.cjs",
"module": "./dist/ucla-library-website-components.js",
"style": "./dist/style.css",
Expand Down Expand Up @@ -94,4 +94,4 @@
"peerDependencies": {
"vue": "^3.5.12"
}
}
}

0 comments on commit 48164cf

Please sign in to comment.