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.6.1 #7014

Merged
merged 20 commits into from
Feb 6, 2024
Merged

🚀 8.6.1 #7014

merged 20 commits into from
Feb 6, 2024

Conversation

insomnia-infra
Copy link
Contributor

@insomnia-infra insomnia-infra commented Jan 22, 2024

Download release artifacts here

Steps for Publish:

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

  • Release version (version): 8.6.1

Alternatively, you can trigger the workflow from Github CLI:

gh workflow run release-publish.yml -f version=8.6.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

Auto-generated changelog:

## 8.6.1 
<!-- generated comparing core@8.6.0..release/8.6.1 -->
_Jan 22, 2024_

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



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


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

- https://github.com/Kong/insomnia/pull/7003 chore: remove unused breadcrumb component
- https://github.com/Kong/insomnia/pull/7002 chore: remove styled-components from avatar component
- https://github.com/Kong/insomnia/pull/7004 fix: bulk editor styles
- https://github.com/Kong/insomnia/pull/7005 fix: re-initialize the parameter editor state when switching between requests
- https://github.com/Kong/insomnia/pull/7014 :rocket: 8.6.1

Last Updated: 2024-01-22T17:15:15+00:00

You can download this release header image 🌌 here

To re-trigger:

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

filfreire
filfreire previously approved these changes Feb 6, 2024
@CLAassistant
Copy link

CLAassistant commented Feb 6, 2024

CLA assistant check
All committers have signed the CLA.

@gatzjames gatzjames enabled auto-merge (squash) February 6, 2024 11:17
filfreire
filfreire previously approved these changes Feb 6, 2024
filfreire
filfreire previously approved these changes Feb 6, 2024
@gatzjames gatzjames merged commit 51b9ef7 into develop Feb 6, 2024
@gatzjames gatzjames deleted the release/8.6.1 branch February 6, 2024 12:16
jackkav added a commit to jackkav/insomnia that referenced this pull request Mar 13, 2024
* Bump app version to 8.6.1

* feat(unit-tests): Unit test reordering (Kong#7020)

* re-orderable test suites

* re-orderable tests

* fix ts

* Use db methods for sorting

* sort suites and unit tests in inso

* fix suite rename

* Fixes Kong#7011 (Kong#7012)

* Fixes Kong#7009 (Kong#7010)

* chore: edit changelog process [INS-3456] (Kong#7001)

* fix(workspace): Add default name for when creating a workspace (Kong#7046)

* Add default name for when creating a design/collection

* workspace update and creation

* fix filter history keys not being valid selectors (Kong#7040)

* remove invalid wide css prop (Kong#7041)

* feat(environment): update environments icons (Kong#7050)

* update environments icons

* fix workspace name

* fix one line editor being scrollable (Kong#7059)

* change 8.0 to 8 (Kong#7061)

* Cleanup page containers and add hint container in the page (Kong#7060)

* feat(pane-tabs): Consistent styles for tabs (Kong#7062)

* response/request pane tab counts

* tab dropdown colors

* fix updates to db leading to errors in loader fetchers (Kong#7033)

* feat(command-palette): add button to open the command palette (Kong#7064)

* add button for quick search

* update button styles in project

* make it look good with gh stars

* fix ts issue

* changelog

---------

Co-authored-by: Jack Kavanagh <3679927+jackkav@users.noreply.github.com>
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
Co-authored-by: Jeroen Van den Berghe <vandenberghe.jeroen@gmail.com>
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
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.

6 participants