Skip to content

Commit

Permalink
chore(release): set package.json to 3.24.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.24.1](v3.24.0...v3.24.1) (2024-09-28)

### Bug Fixes

* move watchers to onmounted and remove immediate:true for some watchers we don't need to run it immediately ([#624](#624)) ([e1ec758](e1ec758))
  • Loading branch information
semantic-release-bot committed Sep 28, 2024
1 parent e1ec758 commit e826e64
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.24.1](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.24.0...v3.24.1) (2024-09-28)


### Bug Fixes

* move watchers to onmounted and remove immediate:true for some watchers we don't need to run it immediately ([#624](https://github.com/UCLALibrary/ucla-library-website-components/issues/624)) ([e1ec758](https://github.com/UCLALibrary/ucla-library-website-components/commit/e1ec758471df373e604353851ed9c36738896184))

# [3.24.0](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.23.0...v3.24.0) (2024-09-27)


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

0 comments on commit e826e64

Please sign in to comment.