Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 8.5.1 #6944

Merged
merged 1 commit into from
Dec 21, 2023
Merged

🚀 8.5.1 #6944

merged 1 commit into from
Dec 21, 2023

Conversation

insomnia-infra
Copy link
Contributor

@insomnia-infra insomnia-infra commented Dec 21, 2023

Download release artifacts here

Steps for Publish:

When ready to publish, trigger Publish workflow with these variables:

  • Release version (version): 8.5.1

Alternatively, you can trigger the workflow from Github CLI:

gh workflow run release-publish.yml -f version=8.5.1 --repo Kong/insomnia
Conflicts? Merge branch step failed on the publish workflow? Try this...

Run locally:

# Make sure git remote is Kong/insomnia...

git checkout develop
git merge --no-ff release/<replaced with version>

# Solve merge conflicts ...
# If there's package-lock conflicts, run `npm install` and commit the package-lock changes

git push

Copy link

github-actions bot commented Dec 21, 2023

Auto-generated changelog:

## 8.5.1 
<!-- generated comparing [email protected]/8.5.1 -->
_Dec 21, 2023_

A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

### Fixes

- Increased the size of the size of the environments modal and fixed an issue where opening other modals inside of it wouldn't work as expected. (#6941) @gatzjames

### Improvements

- Improved responsiveness of sidebar items when there is not enough space to display the text. (#6940) @gatzjames

All contributors of this release in alphabetical order: @gatzjames, @jackkav


PRs missing a changelog(<type>): <description>:

- https://github.com/Kong/insomnia/pull/6933 chore(e2e-tests): Fix flaky test for debug sidebar
- https://github.com/Kong/insomnia/pull/6926 bump: node 18.18.2 electron 28
- https://github.com/Kong/insomnia/pull/6945 fix(modal-inception): focus issue for modals inside other modals
- https://github.com/Kong/insomnia/pull/6944 :rocket: 8.5.1

Last Updated: 2023-12-21T15:04:22+00:00

You can download this release header image 🌌 here

To re-trigger:

gh workflow run changelog.yml -f version=8.5.1  --repo Kong/insomnia

@insomnia-infra insomnia-infra merged commit 5dd64dd into develop Dec 21, 2023
10 checks passed
@insomnia-infra insomnia-infra deleted the release/8.5.1 branch December 21, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants