Skip to content

Commit

Permalink
chore(release): 2.719.0-rc.1
Browse files Browse the repository at this point in the history
## [2.719.0-rc.1](v2.718.0...v2.719.0-rc.1) (2023-11-07)

### 🎉 New Features

* semantic-release actions ([243ce6f](243ce6f))
* use node.js config for semantic-release ([20a2b9f](20a2b9f))

### 🐛 Bugfixes

* change query param on new teams page ([a1a47ac](a1a47ac))
* move ftd settings query to checkoutSettings file, add basic sentry log for missing data ([646915b](646915b))
* spacing between components ([0fc1f6e](0fc1f6e))

### 🏗️ Build System

* stop git credentials used for checkout from persisting to other actions ([dff4721](dff4721))

### 📚 Documentation Changes

* [2.718.0-rc.1] update CHANGELOG.md for main [skip ci] ([b7ec5ad](b7ec5ad))

### 🧹 Chores

* [2.718.0-rc.1] update version in package.json for main [skip ci] ([2255f9b](2255f9b))
* update local dev endpoints ([92c3877](92c3877))
  • Loading branch information
semantic-release-bot committed Nov 7, 2023
1 parent dff4721 commit b675e95
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## [2.719.0-rc.1](https://github.com/kiva/ui/compare/v2.718.0...v2.719.0-rc.1) (2023-11-07)


### 🎉 New Features

* semantic-release actions ([243ce6f](https://github.com/kiva/ui/commit/243ce6f67db3a0f6e270ce2ab1fbcbfc2c4e926c))
* use node.js config for semantic-release ([20a2b9f](https://github.com/kiva/ui/commit/20a2b9ff7d979f016cf64383ea34b6f34e69202f))


### 🐛 Bugfixes

* change query param on new teams page ([a1a47ac](https://github.com/kiva/ui/commit/a1a47aceecb05fa0d44c9fd1ed5fb655f1223d5c))
* move ftd settings query to checkoutSettings file, add basic sentry log for missing data ([646915b](https://github.com/kiva/ui/commit/646915b6b1b1b710670bf14a4d151558a775dcc0))
* spacing between components ([0fc1f6e](https://github.com/kiva/ui/commit/0fc1f6e4772ef18d8aa35cb4d5d92465483932f7))


### 🏗️ Build System

* stop git credentials used for checkout from persisting to other actions ([dff4721](https://github.com/kiva/ui/commit/dff4721a8e9d71c2c6f456394b9a3136469fb5ca))


### 📚 Documentation Changes

* [2.718.0-rc.1] update CHANGELOG.md for main [skip ci] ([b7ec5ad](https://github.com/kiva/ui/commit/b7ec5add827b2f0958221de6d68a6d0cafeedae9))


### 🧹 Chores

* [2.718.0-rc.1] update version in package.json for main [skip ci] ([2255f9b](https://github.com/kiva/ui/commit/2255f9baf491082f768a91655380d4f27ddeeed4))
* update local dev endpoints ([92c3877](https://github.com/kiva/ui/commit/92c387781c449b6e6115da79ca647ece4131e504))

### [2.715.1](https://github.com/kiva/ui/compare/v2.715.0...v2.715.1) (2023-10-26)


Expand Down Expand Up @@ -10984,4 +11015,4 @@
[v2.715.2-rc.1]: https://github.com/kiva/ui/compare/v2.715.1...v2.715.2-rc.1
[v2.716.0-rc.1]: https://github.com/kiva/ui/compare/v2.715.2-rc.1...v2.716.0-rc.1
[v2.717.0-rc.1]: https://github.com/kiva/ui/compare/v2.716.0...v2.717.0-rc.1
[v2.718.0-rc.1]: https://github.com/kiva/ui/compare/v2.717.0...v2.718.0-rc.1
[v2.718.0-rc.1]: https://github.com/kiva/ui/compare/v2.717.0...v2.718.0-rc.1
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": "kvue",
"version": "2.718.0-rc.1",
"version": "2.719.0-rc.1",
"description": "The Kiva ui",
"author": "braincrave",
"private": true,
Expand Down

0 comments on commit b675e95

Please sign in to comment.