tinacms / tina-cloud-starter

Next.js starter for TinaCMS: live edit your website visually 🪄
https://tina-cloud-starter-orcin.vercel.app/
Apache License 2.0
234 stars 376 forks source link

Bump tinacms from 1.0.0 to 1.0.2 #375

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tinacms from 1.0.0 to 1.0.2.

Changelog

Sourced from tinacms's changelog.

1.0.2

Patch Changes

  • c1ac4bf10: Added a onLogin Callback function that is called when the user logs in.

    EX:

    import { defineConfig } from 'tinacms'
    

    export default defineConfig({ admin: { auth: { onLogin: () => { console.log('On Log in!') }, }, }, /// ... })

  • Updated dependencies [5a1e6faaf]

  • Updated dependencies [c91bc0fc9]

  • Updated dependencies [7c1425a82]

  • Updated dependencies [c1ac4bf10]

    • @​tinacms/toolkit@​1.1.0
    • @​tinacms/schema-tools@​1.0.2

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
Commits
  • 131f849 Version Packages
  • 23c9531 Merge pull request #3425 from tinacms/add-active-field-for-iframe
  • db0f305 Merge branch 'main' into feat/addOnLoginCB
  • b062ca5 Update packages/tinacms/src/internalClient/index.ts
  • 6cd767c Support appending form id to data-tinafield
  • 805a508 Update starter to use tinaField util
  • a99d3a4 Add support for active field when used with iframe
  • 45558f2 display subfolders in correct field
  • 50fcaf6 fix bug and fix tests
  • 0f7b4e2 fix test
  • 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)
vercel[bot] commented 1 year ago

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

Name Status Preview Updated
tina-cloud-starter ❌ Failed (Inspect) Dec 5, 2022 at 7:53PM (UTC)
dependabot[bot] commented 1 year ago

Superseded by #377.