Skip to content

Commit

Permalink
chore: version packages (#265)
Browse files Browse the repository at this point in the history
* Version Packages

* chore: update lockfile

* docs: add missing comma

* docs: add missing comma

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nick Richmond <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2022
1 parent 4dff4d1 commit f808ba4
Show file tree
Hide file tree
Showing 5 changed files with 35,819 additions and 35,818 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-yaks-sin.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/sanity-plugin-nacelle-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

## 0.1.0

### Minor Changes

- c7c6dcc: First development release of the Nacelle v2 Sanity plugin.

## 0.1.0

- 9b98007: initial release
4 changes: 2 additions & 2 deletions packages/sanity-plugin-nacelle-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ The custom input component will store a reference object with the following form
{
type: 'NacelleReference',
referenceType: 'PRODUCT', // PRODUCT or COLLECTION
nacelledEntryId: '123455'
handle: 'blue-shirt'
nacelledEntryId: '123455',
handle: 'blue-shirt',
locale: 'en-US'
}
```
Expand Down
Loading

5 comments on commit f808ba4

@vercel
Copy link

@vercel vercel bot commented on f808ba4 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-next-starter – ./starters/next

nacelle-next-starter-git-main-nacelle.vercel.app
nacelle-nextjs-starter.vercel.app
nacelle-next-starter-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f808ba4 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-nuxt-starter – ./starters/nuxt

nacelle-nuxt-starter-nacelle.vercel.app
nacelle-nuxt-starter.vercel.app
nacelle-nuxt-starter-git-main-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f808ba4 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f808ba4 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-next-reference-store – ./reference-stores/next

nacelle-next-reference-store-git-main-nacelle.vercel.app
nacelle-next-reference-store-coral.vercel.app
nacelle-next-reference-store-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f808ba4 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nacelle-gatsby-starter – ./starters/gatsby

nacelle-gatsby-starter.vercel.app
nacelle-gatsby-starter-git-main-nacelle.vercel.app
nacelle-gatsby-starter-nacelle.vercel.app

Please sign in to comment.