-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: retroactively add changesets for earlier changes
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
'@equinor/esv-intersection': patch | ||
--- | ||
|
||
Upgrading several devDependencies, which were not covered in changesets: | ||
|
||
- chore(deps-dev): bump vitest from 0.30.0 to 0.30.1 by @dependabot in https://github.com/equinor/esv-intersection/pull/564 | ||
- chore(deps-dev): bump storybook from 7.0.2 to 7.0.5 by @dependabot in https://github.com/equinor/esv-intersection/pull/570 | ||
- chore(deps-dev): bump @storybook/html-vite from 7.0.2 to 7.0.5 by @dependabot in https://github.com/equinor/esv-intersection/pull/571 | ||
- chore(deps-dev): bump @storybook/addon-storysource from 7.0.2 to 7.0.5 by @dependabot in https://github.com/equinor/esv-intersection/pull/572 | ||
- chore(deps-dev): bump typedoc from 0.24.1 to 0.24.4 by @dependabot in https://github.com/equinor/esv-intersection/pull/573 | ||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 by @dependabot in https://github.com/equinor/esv-intersection/pull/576 | ||
- chore(deps-dev): bump vite-plugin-dts from 2.2.0 to 2.3.0 by @dependabot in https://github.com/equinor/esv-intersection/pull/574 | ||
- chore(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.59.0 by @dependabot in https://github.com/equinor/esv-intersection/pull/575 | ||
- chore(deps-dev): bump storybook from 7.0.5 to 7.0.6 by @dependabot in https://github.com/equinor/esv-intersection/pull/577 | ||
- chore(deps-dev): bump typedoc from 0.24.4 to 0.24.6 by @dependabot in https://github.com/equinor/esv-intersection/pull/578 | ||
- chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 by @dependabot in https://github.com/equinor/esv-intersection/pull/583 | ||
- chore(deps-dev): bump vite from 4.2.1 to 4.3.1 by @dependabot in https://github.com/equinor/esv-intersection/pull/582 | ||
- chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 by @dependabot in https://github.com/equinor/esv-intersection/pull/581 | ||
- chore(deps-dev): bump @storybook/addon-storysource from 7.0.5 to 7.0.6 by @dependabot in https://github.com/equinor/esv-intersection/pull/580 | ||
- chore(deps-dev): bump @storybook/html-vite from 7.0.5 to 7.0.7 by @dependabot in https://github.com/equinor/esv-intersection/pull/584 | ||
- chore(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.1 by @dependabot in https://github.com/equinor/esv-intersection/pull/585 | ||
- chore(deps-dev): bump vite from 4.3.1 to 4.3.4 by @dependabot in https://github.com/equinor/esv-intersection/pull/590 | ||
- chore(deps-dev): bump @storybook/addon-storysource from 7.0.6 to 7.0.7 by @dependabot in https://github.com/equinor/esv-intersection/pull/589 | ||
- chore(deps-dev): bump storybook from 7.0.6 to 7.0.7 by @dependabot in https://github.com/equinor/esv-intersection/pull/587 | ||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.2 by @dependabot in https://github.com/equinor/esv-intersection/pull/591 | ||
- chore(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.2 by @dependabot in https://github.com/equinor/esv-intersection/pull/592 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@equinor/esv-intersection': patch | ||
--- | ||
|
||
- Fix issues where groups had labels and where last label was not rendered by @HavardNJ in https://github.com/equinor/esv-intersection/pull/594 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@equinor/esv-intersection': patch | ||
--- | ||
|
||
Enable slightly stricter Typescript settings: | ||
|
||
- chore: add slightly stricter ts types by @venikx in https://github.com/equinor/esv-intersection/pull/603 |