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 Packages #214

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Version Packages #214

merged 1 commit into from
Feb 28, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 27, 2024

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

vinxi@0.3.5

vinxi

0.3.4

Patch Changes

  • af337ca: feat: vinxi version, shows vite, nitro, h3 versions in vinxi cli
  • bd2dc5d: fix: add prerender initialization hook to accept app config as vite config
    • @vinxi/devtools@0.2.0

0.3.3

Patch Changes

  • 27c77c4: fix: vinxi run expose vinxi/http, vinxi/listen, vinxi/storage, and vinxi/sh
    • @vinxi/devtools@0.2.0

0.3.2

Patch Changes

  • 472702a: fix: add vinxi aliases to run command so it can run without vinxi in package json
    • @vinxi/devtools@0.2.0

0.3.1

Patch Changes

  • 3a3573f: fix: cache dir should be in node_modules for vite to work properly, f…
    • @vinxi/devtools@0.2.0

0.3.0

Minor Changes

Patch Changes

0.2.1

Patch Changes

  • b25063b: fix: httpevent types
    • @vinxi/devtools@0.2.0

0.2.0

Minor Changes

  • d2fcee6: feat: vinxi/http package for all the http server related utilities (vinxi/server reexports)

Patch Changes

  • 0c92d33: breaking: mode option on routers has been renamed to type
  • 2670f50: breaking: change "build" router type to "client"
  • 4a14764: breaking: update "handler" router types to "http"
  • Updated dependencies [d2fcee6]
  • Updated dependencies [0c92d33]
  • Updated dependencies [2670f50]
  • Updated dependencies [4a14764]
    • @vinxi/devtools@0.2.0

0.1.10

Patch Changes

  • 1e753a1: fix: event checking logic in vinxi/server checks for HTTPEventSymbol or is_event:true
    • @vinxi/devtools@0.1.1

0.1.9

Patch Changes

  • a1053ac: feat: getManifest(routerName) API to access Manifest API for a router, (instead of import.meta.env.MANIFEST)
    • @vinxi/devtools@0.1.1

0.1.8

Patch Changes

  • 6dc46ae: fix: server helpers not accepting h3Event symbol
    • @vinxi/devtools@0.1.1

0.1.7

Patch Changes

  • c51406c: fix: app.server.baseURL support for SPA builds
  • 8ec296f: feat: add vinxi serve command (static file server), options --dir, --host, --port, --base
  • b4b4540: feat: wrap h3 functions so that they can be run without an event under async context
  • d0e516b: chore: update h3 to 1.10.1 and remove session fix
    • @vinxi/devtools@0.1.1

0.1.6

Patch Changes

  • 8bfc1b6: feat: ssr/client dedupe asset urls using link API
  • 35cd983: fix(vinxi-mdx): provide file path to rehype transform
  • ba47f41: feat: allow setting Nitro log level during build using NITRO_LOG_LEVEL env var
  • 181903c: fix: vinxi/react jsx -> js, add types
  • 17f6891: fix: move app.d.ts app-types.d.ts and update tsc script
    • @vinxi/devtools@0.1.1

0.1.5

Patch Changes

0.1.4

Patch Changes

  • ee9611f: fix: proper source maps and handling ts declaration functions with vinxi/plugin-directives
  • 2dad740: fix: server runtime types in package.json
    • @vinxi/devtools@0.1.1

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • 9c60b73: devtools out
  • Updated dependencies [9c60b73]
    • @vinxi/devtools@0.1.1

0.1.0

Minor Changes

  • e31abb2: chore: bring things to 0.1.x

Patch Changes

  • b2ef06f: replace passthrough with fallthrough
  • Updated dependencies [e31abb2]
    • @vinxi/devtools@0.1.0

0.0.64

Patch Changes

  • 2c65c91: feat: multiple SPA routers
  • 8c87b24: fix: preset always node-server because of cli default
    • @vinxi/devtools@0.0.5

0.0.63

Patch Changes

  • 6f695e2: fix: css asset href is relative
    • @vinxi/devtools@0.0.5

0.0.62

Patch Changes

  • b236b2a: fix: remove nitro minify
    • @vinxi/devtools@0.0.5

0.0.61

Patch Changes

  • 86982a4: fix: await plugins in server functions/comoponents overrides
  • b7332a6: fix: reset req.url for vite middleware
    • @vinxi/devtools@0.0.5

0.0.60

Patch Changes

0.0.59

Patch Changes

  • 44f46ae: fix syntax in load-app file
    • @vinxi/devtools@0.0.5

0.0.58

Patch Changes

  • b654e60: chore: remove logging of fs routes
    • @vinxi/devtools@0.0.5

0.0.57

Patch Changes

  • ff03255: chore: fix logging and make hooks only log in DEBUG mode
  • 783d22b: (feat): native bun support, without any other module loader, runtime detection for all cli commands
  • 0160b5c: (perf): avoid jiti if loading a js/mjs/cjs file
    • @vinxi/devtools@0.0.5

0.0.56

Patch Changes

  • d5262b3: (feat): add additional CLI shortcuts (u -> show URL, h -> show help, r -> restart dev server)
  • 5694f29: (feat): support devProxy nitro options, in vinxi dev server
    • @vinxi/devtools@0.0.5

0.0.55

Patch Changes

  • 88201f3: use file url to import server in start command
  • cbba2d7: fix: normalize paths from fs watcher
  • c5a94cf: (feat): deep support for server.baseURL API from nitro in dev & prod,
  • e53f24a: (fix): decorate exports use parse-advanced, fixes Acorn crashed on TS types #36
  • 9325a54: (feat): css modules support
  • a0974f0: (fix): css hmr happens in vinxi/client for all css assets, not only for lazyRoutes
  • c4b76ed: Add 'r' keypress to restart dev server
  • 7af0a15: (fix): static assets imports in server side handler
    • @vinxi/devtools@0.0.5

0.0.54

Patch Changes

  • 7ec78e2: remove console logs, nit
    • @vinxi/devtools@0.0.5

0.0.53

Patch Changes

  • b601463: keep vite 4 (for now) and bug fix in wrap exports (@vinxi/plugin-directives)
  • 68cab94: vite 5
    • @vinxi/devtools@0.0.5

0.0.52

Patch Changes

  • 366b29b: fix: include more than css assets
    • @vinxi/devtools@0.0.5

0.0.51

Patch Changes

  • 7276f73: fix prerender twice
    • @vinxi/devtools@0.0.5

0.0.50

Patch Changes

  • e4a6251: remove build aliases to fix pre-render
    • @vinxi/devtools@0.0.5

0.0.49

Patch Changes

  • 0f9a5df: route rules for dev server
  • e6205a4: prerender
  • d8ef7c9: fix: clean up old console logs
  • e7313f4: feat: vinxi start command (just works with node target right now)
    • @vinxi/devtools@0.0.5

0.0.48

Patch Changes

  • fc7494d: fix: --port flag for the dev server
  • 4e4c047: make server functions worker work
  • 8ef044b: feat: add wrapper for server functions on the server
    • @vinxi/devtools@0.0.5

0.0.47

Patch Changes

  • 8d24beb: improve path handling in windows, and the server-action handler
    • @vinxi/devtools@0.0.5

0.0.46

Patch Changes

  • a4512f5: new CLI infra using citty and server-function fix
    • @vinxi/devtools@0.0.5

0.0.45

Patch Changes

  • 8d1f0dd: fix: add stacks to package.json files
    • @vinxi/devtools@0.0.5

0.0.44

Patch Changes

  • b0029a2: added a stacks feature to quickly build up app config from the CLI (experimental)
  • cbd8d4c: added boxes for build logging to make it prettier
  • 0cc2f4a: added import() helpers to manifest
    • @vinxi/devtools@0.0.5

0.0.43

Patch Changes

  • 978b04a: move back to vite 4
    • @vinxi/devtools@0.0.5

0.0.42

Patch Changes

  • e8fdad4: fix spa router manifest in prod
  • 291a5cf: only inject runtime client during dev (serve)
    • @vinxi/devtools@0.0.5

0.0.41

Patch Changes

  • 2e52d87: fix server functions resolve conditions order, middleware
    • @vinxi/devtools@0.0.5

0.0.40

Patch Changes

  • 0335776: fix server components resolve, inject
    • @vinxi/devtools@0.0.5

0.0.39

Patch Changes

  • f237894: add hookable hooks to vinxi app
  • d620072: add hmr for the app config file itself
  • Updated dependencies [6fd5455]
    • @vinxi/devtools@0.0.5

0.0.38

Patch Changes

  • 1284791: Added @vinxi/server-functions support and chunking in vinxi
  • Updated dependencies [930b2f2]
    • @vinxi/devtools@0.0.4

0.0.37

Patch Changes

  • 6ff575e: add devtools flag to vinxi, enabled by default
  • f2cbc3c: --force flag
  • b437331: add vite-plugin-inspect to devtools
  • e87800e: fix order of built routers based on base length
  • Updated dependencies [2cf0023]
  • Updated dependencies [6ff575e]
  • Updated dependencies [b437331]
    • @vinxi/devtools@0.0.3

0.0.36

Patch Changes

  • 49e4e03: better types for router and custom modes
  • a009733: move doc out of vinxi core

0.0.35

Patch Changes

  • Updated dependencies [5b0304b]
    • @vinxi/doc@0.0.2

0.0.34

Patch Changes

  • 355daea: move vinxi/path to vinxi/lib/path

0.0.33

Patch Changes

  • 1dec590: fix bug with externalizing vinxi subpaths

0.0.32

Patch Changes

0.0.31

Patch Changes

  • 94f59aa: refactor internals to have user customizable modes
  • bc82d8e: refactor vinxi entrypoints to make them simpler, better typescript
  • 1d8b542: fix types
  • 5bf5e03: fix types and unnecessary comments
  • 4c7fd35: fix: hmr broken
  • 0f4b3ee: windows support
  • ad62318: experimental websocket support (doesn't work yet, waiting on dependencies)
  • c223ab6: use pathe everywhere
  • 94f59aa: fixes

0.0.30

Patch Changes

  • fd06048: fix prod-server-manifest to handle #vinxi/handler properly
  • 0f14555: changed style to routes and removed compile nested, flat options API
  • 82267c5: move build to compile and more flexible router.style config

0.0.29

Patch Changes

  • 8058084: fix bug in style collector related to node builtins

0.0.28

Patch Changes

  • b934e84: bump listhen version to 1.5.0
  • 17693dc: remove console logs
  • d6305b8: start middleware API
  • cb91c48: fixes to middleware PAI
  • 085116d: externalize h3 from vite builds so its only included once in the final server build
  • f1ee5b8: finish middleware API

0.0.27

Patch Changes

  • 7803042: fix: add types for createMiddleware

0.0.26

Patch Changes

  • 2b17e0d: add createMiddleware API

0.0.25

Patch Changes

  • 552d8ca: added spa mode with js/ts handler that will server render your html file during dev and build

0.0.24

Patch Changes

  • 47abc3c: change "node" target to "server"

0.0.23

Patch Changes

0.0.22

Patch Changes

@vinxi/router@0.3.5

@vinxi/router

0.3.4

Patch Changes

  • Updated dependencies [af337ca]
  • Updated dependencies [bd2dc5d]
    • vinxi@0.3.4

0.3.3

Patch Changes

  • Updated dependencies [27c77c4]
    • vinxi@0.3.3

0.3.2

Patch Changes

  • Updated dependencies [472702a]
    • vinxi@0.3.2

0.3.1

Patch Changes

  • Updated dependencies [3a3573f]
    • vinxi@0.3.1

1.0.0

Patch Changes

0.2.1

Patch Changes

  • Updated dependencies [b25063b]
    • vinxi@0.2.1

1.0.0

Minor Changes

  • d2fcee6: feat: vinxi/http package for all the http server related utilities (vinxi/server reexports)

Patch Changes

0.1.10

Patch Changes

  • Updated dependencies [1e753a1]
    • vinxi@0.1.10

0.1.9

Patch Changes

  • Updated dependencies [a1053ac]
    • vinxi@0.1.9

0.1.8

Patch Changes

  • Updated dependencies [6dc46ae]
    • vinxi@0.1.8

0.1.7

Patch Changes

  • 23067ba: feat: add ways to override options in vinxi/routers
  • Updated dependencies [c51406c]
  • Updated dependencies [8ec296f]
  • Updated dependencies [b4b4540]
  • Updated dependencies [d0e516b]
    • vinxi@0.1.7

0.1.6

Patch Changes

0.1.5

Patch Changes

  • Updated dependencies [557b35c]
  • Updated dependencies [922a51b]
  • Updated dependencies [fae6e44]
    • vinxi@0.1.5

0.1.4

Patch Changes

  • Updated dependencies [ee9611f]
  • Updated dependencies [2dad740]
    • vinxi@0.1.4

0.1.3

Patch Changes

  • Updated dependencies [583364f]
  • Updated dependencies [c45633c]
  • Updated dependencies [fd5740c]
    • vinxi@0.1.3

0.1.2

Patch Changes

0.1.1

Patch Changes

  • Updated dependencies [9c60b73]
    • vinxi@0.1.1

1.0.0

Minor Changes

  • e31abb2: chore: bring things to 0.1.x

Patch Changes

  • Updated dependencies [e31abb2]
  • Updated dependencies [b2ef06f]
    • vinxi@0.1.0

0.0.44

Patch Changes

  • Updated dependencies [2c65c91]
  • Updated dependencies [8c87b24]
    • vinxi@0.0.64

0.0.43

Patch Changes

  • Updated dependencies [6f695e2]
    • vinxi@0.0.63

0.0.42

Patch Changes

  • Updated dependencies [b236b2a]
    • vinxi@0.0.62

0.0.41

Patch Changes

  • Updated dependencies [86982a4]
  • Updated dependencies [b7332a6]
    • vinxi@0.0.61

0.0.40

Patch Changes

  • Updated dependencies [1261c16]
    • vinxi@0.0.60

0.0.39

Patch Changes

  • Updated dependencies [44f46ae]
    • vinxi@0.0.59

0.0.38

Patch Changes

  • Updated dependencies [b654e60]
    • vinxi@0.0.58

0.0.37

Patch Changes

  • Updated dependencies [ff03255]
  • Updated dependencies [783d22b]
  • Updated dependencies [0160b5c]
    • vinxi@0.0.57

0.0.36

Patch Changes

  • Updated dependencies [d5262b3]
  • Updated dependencies [5694f29]
    • vinxi@0.0.56

0.0.35

Patch Changes

0.0.34

Patch Changes

  • Updated dependencies [7ec78e2]
    • vinxi@0.0.54

0.0.33

Patch Changes

  • Updated dependencies [b601463]
  • Updated dependencies [68cab94]
    • vinxi@0.0.53

0.0.32

Patch Changes

  • Updated dependencies [366b29b]
    • vinxi@0.0.52

0.0.31

Patch Changes

  • Updated dependencies [7276f73]
    • vinxi@0.0.51

0.0.30

Patch Changes

  • Updated dependencies [e4a6251]
    • vinxi@0.0.50

0.0.29

Patch Changes

0.0.28

Patch Changes

  • Updated dependencies [fc7494d]
  • Updated dependencies [4e4c047]
  • Updated dependencies [8ef044b]
    • vinxi@0.0.48

0.0.27

Patch Changes

  • Updated dependencies [8d24beb]
    • vinxi@0.0.47

0.0.26

Patch Changes

  • Updated dependencies [a4512f5]
    • vinxi@0.0.46

0.0.25

Patch Changes

  • Updated dependencies [8d1f0dd]
    • vinxi@0.0.45

0.0.24

Patch Changes

  • Updated dependencies [b0029a2]
  • Updated dependencies [cbd8d4c]
  • Updated dependencies [0cc2f4a]
    • vinxi@0.0.44

0.0.23

Patch Changes

  • Updated dependencies [978b04a]
    • vinxi@0.0.43

0.0.22

Patch Changes

  • Updated dependencies [e8fdad4]
  • Updated dependencies [291a5cf]
    • vinxi@0.0.42

0.0.21

Patch Changes

  • Updated dependencies [2e52d87]
    • vinxi@0.0.41

0.0.20

Patch Changes

  • Updated dependencies [0335776]
    • vinxi@0.0.40

0.0.19

Patch Changes

  • Updated dependencies [f237894]
  • Updated dependencies [d620072]
    • vinxi@0.0.39

0.0.18

Patch Changes

  • Updated dependencies [1284791]
    • vinxi@0.0.38

0.0.17

Patch Changes

0.0.16

Patch Changes

  • Updated dependencies [49e4e03]
  • Updated dependencies [a009733]
    • vinxi@0.0.36

0.0.15

Patch Changes

  • vinxi@0.0.35

0.0.14

Patch Changes

  • Updated dependencies [355daea]
    • vinxi@0.0.34

0.0.13

Patch Changes

  • Updated dependencies [1dec590]
    • vinxi@0.0.33

0.0.12

Patch Changes

  • 982147a: add plugin type export
  • Updated dependencies [982147a]
    • vinxi@0.0.32

0.0.11

Patch Changes

  • bc82d8e: refactor vinxi entrypoints to make them simpler, better typescript
  • Updated dependencies [94f59aa]
  • Updated dependencies [bc82d8e]
  • Updated dependencies [1d8b542]
  • Updated dependencies [5bf5e03]
  • Updated dependencies [4c7fd35]
  • Updated dependencies [0f4b3ee]
  • Updated dependencies [ad62318]
  • Updated dependencies [c223ab6]
  • Updated dependencies [94f59aa]
    • vinxi@0.0.31

0.0.10

Patch Changes

  • 0f14555: changed style to routes and removed compile nested, flat options API
  • 82267c5: move build to compile and more flexible router.style config
  • Updated dependencies [fd06048]
  • Updated dependencies [0f14555]
  • Updated dependencies [82267c5]
    • vinxi@0.0.30

0.0.9

Patch Changes

  • Updated dependencies [8058084]
    • vinxi@0.0.29

0.0.8

Patch Changes

0.0.7

Patch Changes

  • Updated dependencies [7803042]
    • vinxi@0.0.27

0.0.6

Patch Changes

  • Updated dependencies [2b17e0d]
    • vinxi@0.0.26

0.0.5

Patch Changes

  • Updated dependencies [552d8ca]
    • vinxi@0.0.25

0.0.4

Patch Changes

  • 082c8f6: fix: add default config param to routers

0.0.3

Patch Changes

  • a34be9e: add static and spa routers

0.0.2

Patch Changes

  • 47abc3c: change "node" target to "server"
  • Updated dependencies [47abc3c]
    • vinxi@0.0.24

Copy link

vercel bot commented Feb 27, 2024

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

Name Status Preview Comments Updated (UTC)
vinxi-website ❌ Failed (Inspect) Feb 28, 2024 9:02pm

Copy link

codesandbox bot commented Feb 27, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Releases:
  vinxi@0.3.5
  react-ssr-basic@null
  example-react-server@null
  app@null
  example-react-spa-basic@null
  react-spa-mdx@null
  example-react-spa-tanstack-router-app@null
  react-spa-tanstack-router-app@null
  react-ssr-basic-cloudflare@null
  react-ssr-tanstack-router-app@null
  react-ssr-wouter@null
  solid-spa-basic@null
  solid-ssr-basic@null
  example-ssr-solid-router@null
  example-vanilla-empty@null
  example-vanilla-partyroom@null
  example-vanilla-server@null
  example-vanilla-spa@null
  example-vanilla-stack@null
  example-vanilla-trpc@null
  @vinxi/router@0.3.5
  test-multi-spa@null
  test-react@null
  test-react-rsc@null
  test-react-srv-fn@null
  react-ssr-test-fs@null
  test-react-to-web-request@null

[skip ci]
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7b71ff0 to 0cb5e42 Compare February 28, 2024 21:01
@nksaraf nksaraf merged commit f3e2ac5 into main Feb 28, 2024
2 of 3 checks passed
@nksaraf nksaraf deleted the changeset-release/main branch February 28, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant