Skip to content

Version Packages#1

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#1
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Jul 23, 2021

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

@chakra-ui/icon@2.0.0

Major Changes

@chakra-ui/layout@1.6.0

Minor Changes

Patch Changes

  • f565841c6
    Thanks @segunadebayo! - Fix TS issue with
    Grid component due to the native gap, rowGap and columnGap we added to
    styled system.
  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/popover@1.11.0

Minor Changes

  • #5044
    f4fd9441e
    Thanks @dodas! - Add PopoverAnchor component
    which allows you to set the Popover reference point without acting as a
    trigger.

Patch Changes

  • cd0b7996b
    Thanks @segunadebayo! - Fix issue where
    enabled TS type was exposed to popover and menu from UsePopperProps. This
    was resolved by omitting enabled from the type
  • Updated dependencies []:
    • @chakra-ui/close-button@1.2.2

@chakra-ui/styled-system@1.15.0

Minor Changes

Patch Changes

@chakra-ui/toast@1.5.0

Minor Changes

  • #4922
    98b9fbecb
    Thanks @karrui! - The toast function now
    exposes a containerStyle property you can use to override the default styles
    for the toast container.

    function Example() {
      // Via instantiation
      const toast = useToast({
        position: "top",
        title: "Container style is customizable",
        containerStyle: {
          maxWidth: "100%",
        },
      })
    
      // Or via trigger
      return (
        <Button
          onClick={() => {
            toast({
              containerStyle: {
                maxWidth: "100%",
              },
            })
          }}
        >
          Click me to show toast with custom container style.
        </Button>
      )
    }

Patch Changes

  • Updated dependencies
    [f15099adc]:
    • @chakra-ui/theme@1.12.2
    • @chakra-ui/alert@1.3.2
    • @chakra-ui/close-button@1.2.2

@chakra-ui/accordion@1.4.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/alert@1.3.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/close-button@1.2.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/form-control@1.5.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/icons@1.1.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/input@1.3.2

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/form-control@1.5.2

@chakra-ui/media-query@1.2.2

Patch Changes

@chakra-ui/menu@1.8.2

Patch Changes

  • cd0b7996b
    Thanks @segunadebayo! - Fix issue where
    enabled TS type was exposed to popover and menu from UsePopperProps. This
    was resolved by omitting enabled from the type

@chakra-ui/modal@1.10.2

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/close-button@1.2.2

@chakra-ui/number-input@1.3.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0
    • @chakra-ui/form-control@1.5.2

@chakra-ui/provider@1.7.3

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/system@1.8.3

@chakra-ui/radio@1.4.3

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/form-control@1.5.2

@chakra-ui/react@1.7.3

Patch Changes

  • #5133
    6efe10f21
    Thanks @yoannfleurydev! - Update
    storybook url configuration for @chakra-ui/react to
    https://storybook.chakra-ui.com
  • Updated dependencies
    [26d2a547b,
    cd0b7996b,
    f565841c6,
    f15099adc,
    98b9fbecb,
    c20aa919e,
    53e2df4f9,
    f4fd9441e,
    17400aff6]:
    • @chakra-ui/layout@1.6.0
    • @chakra-ui/menu@1.8.2
    • @chakra-ui/popover@1.11.0
    • @chakra-ui/theme@1.12.2
    • @chakra-ui/toast@1.5.0
    • @chakra-ui/tooltip@1.4.2
    • @chakra-ui/media-query@1.2.2
    • @chakra-ui/icon@2.0.0
    • @chakra-ui/system@1.8.3
    • @chakra-ui/skeleton@1.2.3
    • @chakra-ui/accordion@1.4.2
    • @chakra-ui/alert@1.3.2
    • @chakra-ui/close-button@1.2.2
    • @chakra-ui/form-control@1.5.2
    • @chakra-ui/number-input@1.3.2
    • @chakra-ui/stat@1.2.2
    • @chakra-ui/tag@1.2.2
    • @chakra-ui/input@1.3.2
    • @chakra-ui/modal@1.10.2
    • @chakra-ui/provider@1.7.3
    • @chakra-ui/radio@1.4.3
    • @chakra-ui/select@1.2.2
    • @chakra-ui/textarea@1.2.2

@chakra-ui/select@1.2.2

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/form-control@1.5.2

@chakra-ui/skeleton@1.2.3

Patch Changes

  • Updated dependencies
    [53e2df4f9]:
    • @chakra-ui/media-query@1.2.2
    • @chakra-ui/system@1.8.3

@chakra-ui/stat@1.2.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/system@1.8.3

Patch Changes

@chakra-ui/tag@1.2.2

Patch Changes

  • Updated dependencies
    [17400aff6]:
    • @chakra-ui/icon@2.0.0

@chakra-ui/textarea@1.2.2

Patch Changes

  • Updated dependencies []:
    • @chakra-ui/form-control@1.5.2

@chakra-ui/theme@1.12.2

Patch Changes

  • f15099adc
    Thanks @segunadebayo! - Fix issue where
    tokens autocomplete don't show up anymore except user runs the cli command.

@chakra-ui/tooltip@1.4.2

Patch Changes

  • #5139
    c20aa919e
    Thanks @mlajtos! - Prevent onKeyDown callback
    from de/registering on every call of useTooltip

@chakra-ui/props-docs@1.0.41

Patch Changes

create-react-app-ts@1.1.4

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3

gatsby-starter-default@0.3.4

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3

chakra-nextjs@1.1.4

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3

chakra-nextjs-ts@1.1.4

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3
    • @chakra-ui/icons@1.1.2

@chakra-ui/test-utils@1.1.3

Patch Changes

  • Updated dependencies
    [6efe10f21]:
    • @chakra-ui/react@1.7.3

@github-actions github-actions Bot force-pushed the changeset-release/main branch from a185626 to 0c63ffd Compare December 7, 2021 16:02
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.

0 participants