Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Version Update #788

Merged
merged 3 commits into from
Dec 23, 2022
Merged

📦 Version Update #788

merged 3 commits into from
Dec 23, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 23, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

✨ Features

  • #786 0437769 Thanks @AlecAivazis! - Static plugin config value can now be used to remove session infrastructure from application

@vercel
Copy link

vercel bot commented Dec 23, 2022

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

Name Status Preview Comments Updated
docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Dec 23, 2022 at 6:37PM (UTC)
docs-next ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Dec 23, 2022 at 6:37PM (UTC)

@AlecAivazis AlecAivazis merged commit 4b103ef into main Dec 23, 2022
@AlecAivazis AlecAivazis deleted the changeset-release/main branch December 23, 2022 18:50
AlecAivazis added a commit that referenced this pull request Dec 26, 2022
* Tweak docs for endpoints (#785)

* ✏️ DOC: tweaks

* ✏️ FIX: \t to ' '

* Fix error when prerendering application (#786)

* don't add session infrastructure when static is set to true

* use existing static config value

* changeset

* unused import

* 📦 v0.19.2 (#788)

* 📦 v{VERSION}

* update changelogs

* oops

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alec Aivazis <[email protected]>

* add js/ts toggle

* fix search input sizing

* duplicate code examples and implement toggle

* convert all blocks to typescript

* transform handles variable declaration type signatures

* transform function parameters

* transform svelte documents

* add type definitions to rest of getting started guide

* update guides

* add types to authentication docs

* remove semicolon

* update snapshots

* move typescript test to js

Co-authored-by: JYC <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AlecAivazis added a commit that referenced this pull request Dec 31, 2022
* first pass mixing url parameters with the variable function

* params need to be pulled out of event.params 🤦

* run ci on all branches

* marshal variable function return value, not all inputs

* throw error export from sveltejs/kit

* add test

* rename routes in e2e and add failing unit tests

* use official route parser

* remove comments

* update getting started guide and query api docs

* update getting started guide to use +page.gql

* more tweaks

* move setFieldType to separate section

* dont double run CI

* remove unused imports

* fix nested route test

* changeset

* fix scroll background

* tweak wording

* remove invalid import

* add filepaths to doc codeblocks

* more filepaths

* one more filepath

* Add toggle to docs between typescript and jsdocs (#791)

* Tweak docs for endpoints (#785)

* ✏️ DOC: tweaks

* ✏️ FIX: \t to ' '

* Fix error when prerendering application (#786)

* don't add session infrastructure when static is set to true

* use existing static config value

* changeset

* unused import

* 📦 v0.19.2 (#788)

* 📦 v{VERSION}

* update changelogs

* oops

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alec Aivazis <[email protected]>

* add js/ts toggle

* fix search input sizing

* duplicate code examples and implement toggle

* convert all blocks to typescript

* transform handles variable declaration type signatures

* transform function parameters

* transform svelte documents

* add type definitions to rest of getting started guide

* update guides

* add types to authentication docs

* remove semicolon

* update snapshots

* move typescript test to js

Co-authored-by: JYC <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* invert toolbar icons

* fix spacing

* update changeset

* hide discord link on mobile

* better support for optional inputs

* add test for custom functions

* fix a few titles

* formatting tweak

* : -> ,

Co-authored-by: JYC <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
endigma pushed a commit to endigma/houdini that referenced this pull request Nov 10, 2024
* 📦 v{VERSION}

* update changelogs

* oops

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alec Aivazis <[email protected]>
endigma pushed a commit to endigma/houdini that referenced this pull request Nov 10, 2024
* first pass mixing url parameters with the variable function

* params need to be pulled out of event.params 🤦

* run ci on all branches

* marshal variable function return value, not all inputs

* throw error export from sveltejs/kit

* add test

* rename routes in e2e and add failing unit tests

* use official route parser

* remove comments

* update getting started guide and query api docs

* update getting started guide to use +page.gql

* more tweaks

* move setFieldType to separate section

* dont double run CI

* remove unused imports

* fix nested route test

* changeset

* fix scroll background

* tweak wording

* remove invalid import

* add filepaths to doc codeblocks

* more filepaths

* one more filepath

* Add toggle to docs between typescript and jsdocs (HoudiniGraphql#791)

* Tweak docs for endpoints (HoudiniGraphql#785)

* ✏️ DOC: tweaks

* ✏️ FIX: \t to ' '

* Fix error when prerendering application (HoudiniGraphql#786)

* don't add session infrastructure when static is set to true

* use existing static config value

* changeset

* unused import

* 📦 v0.19.2 (HoudiniGraphql#788)

* 📦 v{VERSION}

* update changelogs

* oops

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alec Aivazis <[email protected]>

* add js/ts toggle

* fix search input sizing

* duplicate code examples and implement toggle

* convert all blocks to typescript

* transform handles variable declaration type signatures

* transform function parameters

* transform svelte documents

* add type definitions to rest of getting started guide

* update guides

* add types to authentication docs

* remove semicolon

* update snapshots

* move typescript test to js

Co-authored-by: JYC <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* invert toolbar icons

* fix spacing

* update changeset

* hide discord link on mobile

* better support for optional inputs

* add test for custom functions

* fix a few titles

* formatting tweak

* : -> ,

Co-authored-by: JYC <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant