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

chore: Version Packages #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 21, 2024

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

@disci/[email protected]

Major Changes

  • 889a97b: Introduce new adapter for hono framework

  • d79ee3c: All provide packages are esm only

    They can be only imported using import statements and cannot be used with require statements.
    Check here for more information.

    - const { createInteractionRequestHandler } = require('@disci/adapter-hono');
    + import { createInteractionRequestHandler } from "@disci/adapter-hono";

Patch Changes

[email protected]

Major Changes

  • d79ee3c: All provide packages are esm only

    They can be only imported using import statements and cannot be used with require statements.
    Check here for more information.

    - const { createInteractionRequestHandler } = require('@disci/adapter-hono');
    + import { createInteractionRequestHandler } from "@disci/adapter-hono";

Minor Changes

  • e1a8ffc: Removed replyTimeout and added base functions to BaseInteraction
  • 698d46e: Refine returned response type
  • b86e71c: Adds support for sending buttons in reply to interactions
  • 2f0e179: Return a ApiInteraction on successful interaction and error on other instead of returning a response object

@github-actions github-actions bot force-pushed the changeset-release/main branch from e70944d to 5f5967d Compare October 31, 2024 09:51
Copy link

netlify bot commented Oct 31, 2024

Deploy Preview for disci ready!

Name Link
🔨 Latest commit eec6b5e
🔍 Latest deploy log https://app.netlify.com/sites/disci/deploys/6724ae8806327f000821898b
😎 Deploy Preview https://deploy-preview-13--disci.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 5f5967d to 2d93918 Compare October 31, 2024 11:42
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2d93918 to eec6b5e Compare November 1, 2024 10:33
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