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

Version Packages #9302

Merged
merged 1 commit into from
May 26, 2023
Merged

Version Packages #9302

merged 1 commit into from
May 26, 2023

Conversation

shopify-github-actions-access[bot]
Copy link
Contributor

@shopify-github-actions-access shopify-github-actions-access bot commented May 26, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@shopify/polaris-icons@7.0.0

Major Changes

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for NodeJS version 14 and set version 16 as minimum supported version

@shopify/polaris@11.0.0

Major Changes

  • #7597 9e1350e22 Thanks @lgriffee! - Changed breadcrumbs from an array to a single backAction since only one is supported.
    Removed deprecated breadcrumbs prop from Page and Breadcrumbs.

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for multiple versions of TypeScript with downlevel-dts

  • #7597 9e1350e22 Thanks @lgriffee! - No longer transpile optional chaining, nullish coalescing or numeric separators, as our target browser environments all have native support for these syntaxes. This removes support for apps using webpack4, which unable to parse these syntaxes.

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for React version 16 and 17 in favor of version 18 as the minimum supported version

  • #7597 9e1350e22 Thanks @lgriffee! - Replaced Tabs with AlphaTabs and replaced Filters with AlphaFilters component code

  • #7597 9e1350e22 Thanks @lgriffee! - Replaced Stack with AlphaStack

  • #7597 9e1350e22 Thanks @lgriffee! - Removed Polaris.VERSION from the global window object

  • #7597 9e1350e22 Thanks @lgriffee! - Removed deprecated breadcrumbs prop from SkeletonPage

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for NodeJS version 14 and set version 16 as minimum supported version

  • #7597 9e1350e22 Thanks @lgriffee! - Removed deprecated DisplayText, Heading, Subheading, Caption, TextStyle, and VisuallyHidden components

  • #7597 9e1350e22 Thanks @lgriffee! - Replaced Card with AlphaCard

  • #7597 9e1350e22 Thanks @lgriffee! - Removed KonamiCode component

  • #7597 9e1350e22 Thanks @lgriffee! - Removed deprecated preventMeasuringOnChildUpdate prop on Collapsible

Patch Changes

  • Updated dependencies [9e1350e22]:
    • @shopify/polaris-icons@7.0.0
    • @shopify/polaris-tokens@7.0.0

@shopify/polaris-tokens@7.0.0

Major Changes

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for NodeJS version 14 and set version 16 as minimum supported version

@shopify/stylelint-polaris@13.0.0

Major Changes

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for NodeJS version 14 and set version 16 as minimum supported version

Patch Changes

  • Updated dependencies [9e1350e22]:
    • @shopify/polaris-tokens@7.0.0

@shopify/polaris-cli@0.2.0

Minor Changes

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for multiple versions of TypeScript with downlevel-dts

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for NodeJS version 14 and set version 16 as minimum supported version

Patch Changes

  • Updated dependencies [9e1350e22]:
    • @shopify/polaris-migrator@0.19.0

@shopify/polaris-migrator@0.19.0

Minor Changes

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for NodeJS version 14 and set version 16 as minimum supported version

Patch Changes

  • Updated dependencies [9e1350e22]:
    • @shopify/polaris-tokens@7.0.0
    • @shopify/stylelint-polaris@13.0.0

@shopify/polaris-codemods@0.1.3

Patch Changes

  • Updated dependencies [9e1350e22]:
    • @shopify/polaris-tokens@7.0.0
    • @shopify/stylelint-polaris@13.0.0

polaris-for-vscode@0.7.0

Minor Changes

  • #7597 9e1350e22 Thanks @lgriffee! - Removed support for NodeJS version 14 and set version 16 as minimum supported version

polaris.shopify.com@0.54.0

Minor Changes

Patch Changes

@sam-b-rose sam-b-rose merged commit 145eada into main May 26, 2023
9 checks passed
@sam-b-rose sam-b-rose deleted the changeset-release/main branch May 26, 2023 20:47
juzser pushed a commit to juzser/polaris that referenced this pull request Jul 27, 2023
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @shopify/polaris-icons@7.0.0

### Major Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

## @shopify/polaris@11.0.0

### Major Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Changed `breadcrumbs`
from an array to a single `backAction` since only one is supported.
    Removed deprecated `breadcrumbs` prop from `Page` and `Breadcrumbs`.


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
multiple versions of TypeScript with `downlevel-dts`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - No longer transpile
optional chaining, nullish coalescing or numeric separators, as our
target browser environments all have native support for these syntaxes.
This removes support for apps using webpack4, which unable to parse
these syntaxes.


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
React version 16 and 17 in favor of version 18 as the minimum supported
version


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Tabs` with
`AlphaTabs` and replaced `Filters` with `AlphaFilters` component code


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Stack` with
`AlphaStack`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed
`Polaris.VERSION` from the global window object


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed deprecated
`breadcrumbs` prop from `SkeletonPage`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed deprecated
`DisplayText`, `Heading`, `Subheading`, `Caption`, `TextStyle`, and
`VisuallyHidden` components


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Card` with
`AlphaCard`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed `KonamiCode`
component


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed deprecated
`preventMeasuringOnChildUpdate` prop on `Collapsible`

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@9e1350e)]:
    -   @shopify/polaris-icons@7.0.0
    -   @shopify/polaris-tokens@7.0.0

## @shopify/polaris-tokens@7.0.0

### Major Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

## @shopify/stylelint-polaris@13.0.0

### Major Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@9e1350e)]:
    -   @shopify/polaris-tokens@7.0.0

## @shopify/polaris-cli@0.2.0

### Minor Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
multiple versions of TypeScript with `downlevel-dts`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@9e1350e)]:
    -   @shopify/polaris-migrator@0.19.0

## @shopify/polaris-migrator@0.19.0

### Minor Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@9e1350e)]:
    -   @shopify/polaris-tokens@7.0.0
    -   @shopify/stylelint-polaris@13.0.0

## @shopify/polaris-codemods@0.1.3

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@9e1350e)]:
    -   @shopify/polaris-tokens@7.0.0
    -   @shopify/stylelint-polaris@13.0.0

## polaris-for-vscode@0.7.0

### Minor Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

## polaris.shopify.com@0.54.0

### Minor Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
multiple versions of TypeScript with `downlevel-dts`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Tabs` with
`AlphaTabs` and replaced `Filters` with `AlphaFilters` component code


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Stack` with
`AlphaStack`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed deprecated
`DisplayText`, `Heading`, `Subheading`, `Caption`, `TextStyle`, and
`VisuallyHidden` components


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Added "What's new"
color page and updated design/colors for the new color tokens


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Card` with
`AlphaCard`

### Patch Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@9e1350e)
Thanks [@lgriffee](https://github.com/lgriffee)! - Updated `Text`
component status from beta to stable

- Updated dependencies
\[[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e),
[`9e1350e22`](Shopify@9e1350e)]:
    -   @shopify/polaris@11.0.0
    -   @shopify/polaris-icons@7.0.0
    -   @shopify/polaris-tokens@7.0.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AnnaCheba pushed a commit to AnnaCheba/polaris that referenced this pull request Apr 22, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @shopify/polaris-icons@7.0.0

### Major Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

## @shopify/polaris@11.0.0

### Major Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Changed `breadcrumbs`
from an array to a single `backAction` since only one is supported.
    Removed deprecated `breadcrumbs` prop from `Page` and `Breadcrumbs`.


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
multiple versions of TypeScript with `downlevel-dts`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - No longer transpile
optional chaining, nullish coalescing or numeric separators, as our
target browser environments all have native support for these syntaxes.
This removes support for apps using webpack4, which unable to parse
these syntaxes.


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
React version 16 and 17 in favor of version 18 as the minimum supported
version


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Tabs` with
`AlphaTabs` and replaced `Filters` with `AlphaFilters` component code


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Stack` with
`AlphaStack`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed
`Polaris.VERSION` from the global window object


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed deprecated
`breadcrumbs` prop from `SkeletonPage`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed deprecated
`DisplayText`, `Heading`, `Subheading`, `Caption`, `TextStyle`, and
`VisuallyHidden` components


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Card` with
`AlphaCard`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed `KonamiCode`
component


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed deprecated
`preventMeasuringOnChildUpdate` prop on `Collapsible`

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@bede079)]:
    -   @shopify/polaris-icons@7.0.0
    -   @shopify/polaris-tokens@7.0.0

## @shopify/polaris-tokens@7.0.0

### Major Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

## @shopify/stylelint-polaris@13.0.0

### Major Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@bede079)]:
    -   @shopify/polaris-tokens@7.0.0

## @shopify/polaris-cli@0.2.0

### Minor Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
multiple versions of TypeScript with `downlevel-dts`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@bede079)]:
    -   @shopify/polaris-migrator@0.19.0

## @shopify/polaris-migrator@0.19.0

### Minor Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@bede079)]:
    -   @shopify/polaris-tokens@7.0.0
    -   @shopify/stylelint-polaris@13.0.0

## @shopify/polaris-codemods@0.1.3

### Patch Changes

- Updated dependencies
\[[`9e1350e22`](Shopify@bede079)]:
    -   @shopify/polaris-tokens@7.0.0
    -   @shopify/stylelint-polaris@13.0.0

## polaris-for-vscode@0.7.0

### Minor Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version

## polaris.shopify.com@0.54.0

### Minor Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
multiple versions of TypeScript with `downlevel-dts`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Tabs` with
`AlphaTabs` and replaced `Filters` with `AlphaFilters` component code


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Stack` with
`AlphaStack`


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed support for
NodeJS version 14 and set version 16 as minimum supported version


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Removed deprecated
`DisplayText`, `Heading`, `Subheading`, `Caption`, `TextStyle`, and
`VisuallyHidden` components


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Added "What's new"
color page and updated design/colors for the new color tokens


- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Replaced `Card` with
`AlphaCard`

### Patch Changes

- [Shopify#7597](Shopify#7597)
[`9e1350e22`](Shopify@bede079)
Thanks [@lgriffee](https://github.com/lgriffee)! - Updated `Text`
component status from beta to stable

- Updated dependencies
\[[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079),
[`9e1350e22`](Shopify@bede079)]:
    -   @shopify/polaris@11.0.0
    -   @shopify/polaris-icons@7.0.0
    -   @shopify/polaris-tokens@7.0.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.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.

None yet

2 participants