Skip to content

Commit

Permalink
chore: bump to same versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Jan 20, 2022
1 parent 489213c commit ca15760
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .changeset/gorgeous-drinks-reflect.md
@@ -0,0 +1,16 @@
---
'@example/basic': patch
'@example/playground': patch
'@example/tailwind-forms': patch
'@example/twind-cdn': patch
'@twind/cdn': patch
'@twind/preset-autoprefix': patch
'@twind/preset-ext': patch
'@twind/preset-tailwind': patch
'@twind/preset-tailwind-forms': patch
'@twind/sveltekit': patch
'@twind/tailwind': patch
'twind': patch
---

bump to same version
8 changes: 1 addition & 7 deletions examples/sveltekit/svelte.config.js
@@ -1,12 +1,6 @@
import adapter from '@sveltejs/adapter-node'

/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter({
precompress: true,
}),
},
/* only defaults */
}

export default config

0 comments on commit ca15760

Please sign in to comment.