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 #5809

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Version Packages #5809

merged 1 commit into from
Sep 21, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 18, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@aws-amplify/ui-react@6.5.0

Minor Changes

  • #5812 0ddeea9d4 Thanks @dbanksdesign! - feat(theming) add custom component style rendering

    const customComponentTheme = defineComponentTheme({
      name: 'custom-component',
      theme(tokens) {
        return {
          color: tokens.colors.red[10]
        }
      }
    });
    
    export function CustomComponent() {
      return (
        <>
          <View className={customComponentTheme.className()}>
          </View>
          // This will create a style tag with only the styles in the component theme
          // the styles are scoped to the global theme
          <ComponentStyle theme={theme} componentThemes=[customComponentTheme] />
        </>
      )
    }

Patch Changes

  • Updated dependencies [0ddeea9d4, 7a12237d2]:
    • @aws-amplify/ui@6.6.0
    • @aws-amplify/ui-react-core@3.0.24

@aws-amplify/ui@6.6.0

Minor Changes

  • #5812 0ddeea9d4 Thanks @dbanksdesign! - feat(theming) add custom component style rendering

    const customComponentTheme = defineComponentTheme({
      name: 'custom-component',
      theme(tokens) {
        return {
          color: tokens.colors.red[10]
        }
      }
    });
    
    export function CustomComponent() {
      return (
        <>
          <View className={customComponentTheme.className()}>
          </View>
          // This will create a style tag with only the styles in the component theme
          // the styles are scoped to the global theme
          <ComponentStyle theme={theme} componentThemes=[customComponentTheme] />
        </>
      )
    }

Patch Changes

@aws-amplify/ui-angular@5.0.25

Patch Changes

@aws-amplify/ui-react-core@3.0.24

Patch Changes

@aws-amplify/ui-react-core-notifications@2.0.24

Patch Changes

  • Updated dependencies [0ddeea9d4, 7a12237d2]:
    • @aws-amplify/ui@6.6.0
    • @aws-amplify/ui-react-core@3.0.24

@aws-amplify/ui-react-geo@2.0.25

Patch Changes

  • Updated dependencies []:
    • @aws-amplify/ui-react-core@3.0.24

@aws-amplify/ui-react-liveness@3.1.10

Patch Changes

  • #5798 2f0119f4c Thanks @thaddmt! - fix(liveness): use video stream dimensions instead of videoEl dimensions

  • Updated dependencies [0ddeea9d4, 7a12237d2]:

    • @aws-amplify/ui-react@6.5.0
    • @aws-amplify/ui@6.6.0

@aws-amplify/ui-react-native@2.2.11

Patch Changes

  • Updated dependencies [0ddeea9d4, 7a12237d2]:
    • @aws-amplify/ui@6.6.0
    • @aws-amplify/ui-react-core@3.0.24
    • @aws-amplify/ui-react-core-notifications@2.0.24

@aws-amplify/ui-react-notifications@2.0.29

Patch Changes

  • Updated dependencies [0ddeea9d4, 7a12237d2]:
    • @aws-amplify/ui-react@6.5.0
    • @aws-amplify/ui@6.6.0
    • @aws-amplify/ui-react-core-notifications@2.0.24

@aws-amplify/ui-react-storage@3.3.4

Patch Changes

@aws-amplify/ui-vue@4.2.17

Patch Changes

@aws-amplify/ui-react-auth@0.0.31

Patch Changes

  • Updated dependencies [0ddeea9d4, 7a12237d2]:
    • @aws-amplify/ui-react@6.5.0
    • @aws-amplify/ui@6.6.0
    • @aws-amplify/ui-react-core@3.0.24
    • @aws-amplify/ui-react-core-auth@0.0.26

@aws-amplify/ui-react-core-auth@0.0.26

Patch Changes

  • Updated dependencies [0ddeea9d4, 7a12237d2]:
    • @aws-amplify/ui@6.6.0
    • @aws-amplify/ui-react-core@3.0.24

@aws-amplify/ui-react-native-auth@0.0.29

Patch Changes

  • Updated dependencies [0ddeea9d4, 7a12237d2]:
    • @aws-amplify/ui@6.6.0
    • @aws-amplify/ui-react-core-auth@0.0.26
    • @aws-amplify/ui-react-native@2.2.11

@github-actions github-actions bot requested a review from a team as a code owner September 18, 2024 15:37
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 4003350 to b60be51 Compare September 20, 2024 20:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from b60be51 to 2e19895 Compare September 21, 2024 00:14
@esauerbo esauerbo added the run-tests Adding this label will trigger tests to run label Sep 21, 2024
@github-actions github-actions bot removed the run-tests Adding this label will trigger tests to run label Sep 21, 2024
@esauerbo esauerbo enabled auto-merge (squash) September 21, 2024 00:56
@esauerbo esauerbo merged commit c855f47 into main Sep 21, 2024
32 of 36 checks passed
@esauerbo esauerbo deleted the changeset-release/main branch September 21, 2024 01:01
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