Skip to content

Bump tinacms from 0.67.3 to 1.0.0#76

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tinacms-1.0.0
Closed

Bump tinacms from 0.67.3 to 1.0.0#76
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tinacms-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 9, 2022

Copy link
Copy Markdown

Bumps tinacms from 0.67.3 to 1.0.0.

Changelog

Sourced from tinacms's changelog.

1.0.0

Major Changes

Patch Changes

  • Updated dependencies [958d10c82]
    • @​tinacms/schema-tools@​1.0.0
    • @​tinacms/sharedctx@​1.0.0
    • @​tinacms/toolkit@​1.0.0

0.70.2

Patch Changes

  • a5d6722c7: Adds the ability to hide the delete and create buttons.

    EX,

    export default defineConfig({
      collections: [
        {
          label: 'Global',
          name: 'global',
          path: 'content/global',
          ui: {
            global: true,
            allowedActions: {
              create: false,
              delete: false,
            },
          },
          format: 'json',
          fields: [
            //...
          ],
        },
      ],
    })
  • Updated dependencies [a5d6722c7]

    • @​tinacms/schema-tools@​0.2.2

0.70.1

... (truncated)

Commits
  • 0cd85e6 Version Packages
  • a77417d Version Packages
  • 961ef98 Merge pull request #3349 from tinacms/feat/disable-create-and-delete
  • bcbfc39 Version Packages
  • b129578 Nest under UI
  • 638a253 Alias and mark deprecated old types when being exported from tinacms, fix som...
  • 4f3b2db Update config and schema types
  • a5d6722 added the ability to hide the delete and create buttons
  • 84b9486 Version Packages
  • f88778a Merge pull request #3323 from tinacms/improve-markdown-types
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tinacms](https://github.com/tinacms/tinacms/tree/HEAD/packages/tinacms) from 0.67.3 to 1.0.0.
- [Release notes](https://github.com/tinacms/tinacms/releases)
- [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/tinacms/CHANGELOG.md)
- [Commits](https://github.com/tinacms/tinacms/commits/tinacms@1.0.0/packages/tinacms)

---
updated-dependencies:
- dependency-name: tinacms
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 9, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 17, 2022

Copy link
Copy Markdown
Author

Superseded by #78.

@dependabot dependabot Bot closed this Nov 17, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tinacms-1.0.0 branch November 17, 2022 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants