Skip to content

Commit

Permalink
fix: release vue3.x to next channel (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
pghorpade authored Sep 1, 2023
1 parent 8c9659f commit 3b55e04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# [2.39.0-vue3.x.1](https://github.com/UCLALibrary/ucla-library-website-components/compare/v2.38.0...v2.39.0-vue3.x.1) (2023-09-01)


### Bug Fixes

* build a new version for next release candidate ([#381](https://github.com/UCLALibrary/ucla-library-website-components/issues/381)) ([0ed3dc1](https://github.com/UCLALibrary/ucla-library-website-components/commit/0ed3dc18dd22a0133026d094b99919ea1b93fc9e))
* changelog and unpublish the next tag ([#384](https://github.com/UCLALibrary/ucla-library-website-components/issues/384)) ([a15b35a](https://github.com/UCLALibrary/ucla-library-website-components/commit/a15b35a5c6f6d7272e15b407cb8d30784ed052b6))
* ci workflows, test npm release ([#383](https://github.com/UCLALibrary/ucla-library-website-components/issues/383)) ([4cd7030](https://github.com/UCLALibrary/ucla-library-website-components/commit/4cd7030d139badcd4ac4548429a5f4802b556b4b))
* if package.json changes run pnpm install ([#380](https://github.com/UCLALibrary/ucla-library-website-components/issues/380)) ([2300b3d](https://github.com/UCLALibrary/ucla-library-website-components/commit/2300b3d08dc2f7f318e14a80b78fdfd8ab664c17))


### Features

* APPS-2381 add divider components ([#366](https://github.com/UCLALibrary/ucla-library-website-components/issues/366)) ([4544e6c](https://github.com/UCLALibrary/ucla-library-website-components/commit/4544e6c35508705fec5a03a36079f8af4cf68632))

# [2.38.0](https://github.com/UCLALibrary/ucla-library-website-components/compare/v2.37.5...v2.38.0) (2023-07-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ucla-library-website-components",
"private": false,
"version": "2.39.0-vue3.x.1",
"version": "2.38.0",
"main": "dist/ucla-library-website-components.cjs.js",
"module": "dist/ucla-library-website-components.es.js",
"files": [
Expand Down

2 comments on commit 3b55e04

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.