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

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Version Packages #6030

merged 1 commit into from
Nov 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 8, 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-ai@1.0.0

Major Changes

Minor Changes

  • #6090 a25e5ed7a Thanks @dbanksdesign! - feat(ai): add aiContext prop to AIConversation

    <AIConversation
      messages={messages}
      isLoading={isLoading}
      handleSendMessage={sendMessage}
      // This will let the LLM know about the current state of this application
      // so it can better respond to questions, you can put any information
      // in this object that might be helpful
      aiContext={() => {
        return {
          currentTime: new Date().toLocaleTimeString(),
        };
      }}
    />
  • #5920 dcdb2cdf0 Thanks @dbanksdesign! - AI streaming

    This update brings streaming responses to the useAIConversation() hook and <AIConversation /> component. No changes need to be made in your code to get streaming responses now.

  • #6006 759623301 Thanks @sasssssssa! - fix: AIConversation doesn't care about conversion, for example Hira to Kanji in Japanese

    When to push Return/Enter key in the Form about AIConversation component, it can decide to send a message by whether in editing the text.

  • #5968 3b96ff7c0 Thanks @dbanksdesign! - feat(ai): add fallback response component

    <AIConversation
      FallBackResponseComponent={(props) => <>{JSON.stringify(props)}</>}
      //...
    />
  • #5999 24635cfd5 Thanks @dbanksdesign! - chore: ai cleanup

    <AIConversation
      messages={messages}
      handleSendMessage={handleSendMessage}
      actions={[
        {
          component: <MdCopyAll />,
          handler: (message) => {},
        },
      ]}
    />

Patch Changes

@aws-amplify/ui-react@6.6.0

Minor Changes

Patch Changes

  • #6031 2e3a051d9 Thanks @dbanksdesign! - fix(textarea): autoresize textarea resets when value is empty

    There was a bug with the autoresize text area where it would not reset the size when a value was cleared. This fixes that bug

  • #6149 0d4d2b91c Thanks @dbanksdesign! - chore: get ai package ready for release

  • Updated dependencies [90ea18ba0, 0d4d2b91c, 24635cfd5]:

    • @aws-amplify/ui-react-core@3.0.30
    • @aws-amplify/ui@6.6.6

@aws-amplify/ui-angular@5.0.31

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies [90ea18ba0]:
    • @aws-amplify/ui-react-core@3.0.30

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

Patch Changes

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

Patch Changes

  • Updated dependencies [90ea18ba0, 0d4d2b91c, 24635cfd5]:
    • @aws-amplify/ui-react-core@3.0.30
    • @aws-amplify/ui@6.6.6
    • @aws-amplify/ui-react-core-notifications@2.0.30

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

Patch Changes

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

Patch Changes

@aws-amplify/ui@6.6.6

Patch Changes

  • #6149 0d4d2b91c Thanks @dbanksdesign! - chore: get ai package ready for release

  • #5999 24635cfd5 Thanks @dbanksdesign! - chore: ai cleanup

    <AIConversation
      messages={messages}
      handleSendMessage={handleSendMessage}
      actions={[
        {
          component: <MdCopyAll />,
          handler: (message) => {},
        },
      ]}
    />

@aws-amplify/ui-vue@4.2.23

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies [0d4d2b91c, 24635cfd5]:
    • @aws-amplify/ui@6.6.6
    • @aws-amplify/ui-react-core-auth@0.0.32
    • @aws-amplify/ui-react-native@2.2.17

@github-actions github-actions bot requested a review from a team as a code owner November 8, 2024 17:45
@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 61b5268 to 77f3e99 Compare November 15, 2024 00:00
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 7dd7e7b to c7d0d57 Compare November 19, 2024 00:48
dbanksdesign
dbanksdesign previously approved these changes Nov 19, 2024
@github-actions github-actions bot force-pushed the changeset-release/main branch from c7d0d57 to 14fe054 Compare November 19, 2024 00:53
@dindjarinjs dindjarinjs added the run-tests Adding this label will trigger tests to run label Nov 19, 2024
@github-actions github-actions bot removed the run-tests Adding this label will trigger tests to run label Nov 19, 2024
@dindjarinjs dindjarinjs deleted the changeset-release/main branch November 19, 2024 05:39
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.

3 participants