Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Bumps tinacms from 0.68.8 to 1.0.1.

Changelog

Sourced from tinacms's changelog.

1.0.1

Patch Changes

  • 93234705a: Better user experience when the document creation fails due to existing filename
  • Updated dependencies [8a92941bb]
  • Updated dependencies [08e02ec21]
  • Updated dependencies [03d83633b]
  • Updated dependencies [93234705a]
  • Updated dependencies [55ab9c26c]
    • @​tinacms/toolkit@​1.0.1
    • @​tinacms/schema-tools@​1.0.1

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,
            },
          },

... (truncated)

Commits
  • 72f2b94 Version Packages
  • b0d1c0a Merge pull request #3383 from breizh24/fix/ux-for-failed-document-creation
  • 5dda4a7 show error message when creating a post and filename already exists
  • 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
  • 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.68.8 to 1.0.1.
- [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.1/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 17, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 5, 2022

Superseded by #61.

@dependabot dependabot bot closed this Dec 5, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinacms-1.0.1 branch December 5, 2022 15:17
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