Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 12, 2022

Bumps tinacms from 0.68.8 to 0.69.6.

Changelog

Sourced from tinacms's changelog.

0.69.6

Patch Changes

  • Updated dependencies [777b1e08a]
    • @​tinacms/schema-tools@​0.1.2

0.69.5

Patch Changes

  • bf89a3720: allow boolean fields in admin collection list sort control

  • fd4d8c8ff: Add router property on collections. This replaces the need for using the RouteMapper plugin.

    ...
      name: 'post',
      path: 'posts',
      ui: {
        router: ({ document }) => {
          // eg. post items can be previewed at posts/hello-world
          return `/posts/${document._sys.filename}`;
        },
      },
    ...

    Add global property on collections. This replaces the need for formifyCallback in most cases

    ...
      name: 'post',
      path: 'posts',
      ui: {
        global: true
      },
    ...
  • e650bc571: User interface for synchronization log event display

  • Updated dependencies [59ff1bb10]

  • Updated dependencies [232ae6d52]

  • Updated dependencies [1dd9d01e2]

  • Updated dependencies [fd4d8c8ff]

  • Updated dependencies [54dd48115]

  • Updated dependencies [e650bc571]

  • Updated dependencies [9e5da3103]

    • @​tinacms/schema-tools@​0.1.1
    • @​tinacms/toolkit@​0.57.3

... (truncated)

Commits
  • c6069bb Version Packages
  • 37698ba Version Packages
  • fd4d8c8 Add router and global properties to collections config
  • 0f47635 Merge pull request #3144 from tinacms/kldavis4/feat/allow_boolean_fields_coll...
  • ac484c7 feat: allow boolean fields in admin collection list sort control
  • c97cd8d Merge pull request #3136 from tinacms/kldavis4/feat/ENG-510/sync_log_viewer_ui
  • 1f0d0fa remove unused cms prop, only shown when not in local mode
  • edb110d styling
  • 9ff8d24 switch to GET method
  • e650bc5 feat: ENG-510: sync log viewer UI
  • 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 0.69.6.
- [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@0.69.6/packages/tinacms)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 14, 2022

Superseded by #28.

@dependabot dependabot bot closed this Sep 14, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinacms-0.69.6 branch September 14, 2022 16:40
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