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

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Version Packages #211

merged 1 commit into from
Jan 15, 2024

Conversation

fuma-nama
Copy link
Owner

@fuma-nama fuma-nama commented Jan 6, 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 dev, this PR will be updated.

Releases

@fuma-docs/[email protected]

Minor Changes

  • 45a52ae: Support generating docs for OpenAPI schema

    In openapi.config.js:

    /**
     * @type {import("@fuma-docs/openapi").Config}
     */
    module.exports = {
      input: ['./petstore.yaml'],
      output: './content/docs',
      per: 'tag',
      render: (title, description) => {
        return {
          frontmatter: [
            '---',
            `title: ${title}`,
            `description: ${description}`,
            'toc: false',
            '---',
          ].join('\n'),
        };
      },
    };

    Run fuma-docs-openapi to generate.

[email protected]

Minor Changes

  • 40e51a4: Support integration with @fuma-docs/openapi
  • d2744a4: Remove tailwindcss-animate

Patch Changes

[email protected]

Patch Changes

[email protected]

[email protected]

Copy link

vercel bot commented Jan 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
next-docs ⬜️ Ignored (Inspect) Visit Preview Jan 15, 2024 8:55am

@fuma-nama fuma-nama force-pushed the changeset-release/dev branch 10 times, most recently from 3b1676d to 98910bc Compare January 14, 2024 11:18
@fuma-nama fuma-nama force-pushed the changeset-release/dev branch 3 times, most recently from 7779bb1 to 50f6a56 Compare January 14, 2024 14:10
@fuma-nama fuma-nama force-pushed the changeset-release/dev branch from 50f6a56 to bf7f712 Compare January 15, 2024 08:54
@fuma-nama fuma-nama merged commit 5098a1f into dev Jan 15, 2024
2 of 4 checks passed
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.

1 participant