Skip to content

Commit

Permalink
Version Packages (next) (tw-in-js#248)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 20, 2022
1 parent 1f578c9 commit 98c9621
Show file tree
Hide file tree
Showing 25 changed files with 160 additions and 71 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"smart-balloons-tease",
"spicy-boats-applaud",
"spotty-badgers-tan",
"spotty-goats-buy",
"stupid-bottles-heal",
"ten-roses-perform",
"thirty-brooms-give",
Expand Down
8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @example/basic

## 0.0.1-next.4

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]
- @twind/tailwind@1.0.0-next.19

## 0.0.1-next.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/basic",
"description": "basic twind example",
"version": "0.0.1-next.3",
"version": "0.0.1-next.4",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/tailwind": "1.0.0-next.18",
"twind": "1.0.0-next.18"
"@twind/tailwind": "1.0.0-next.19",
"twind": "1.0.0-next.19"
},
"devDependencies": {
"vite": "^2.7.13"
Expand Down
11 changes: 11 additions & 0 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @example/playground

## 0.0.1-next.4

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.19
- @twind/preset-ext@1.0.0-next.19
- @twind/preset-tailwind@1.0.0-next.19
- @twind/preset-tailwind-forms@1.0.0-next.19

## 0.0.1-next.3

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/playground",
"description": "playground with all presets enabled",
"version": "0.0.1-next.3",
"version": "0.0.1-next.4",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,11 +21,11 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.18",
"@twind/preset-ext": "1.0.0-next.18",
"@twind/preset-tailwind": "1.0.0-next.18",
"@twind/preset-tailwind-forms": "1.0.0-next.18",
"twind": "1.0.0-next.18"
"@twind/preset-autoprefix": "1.0.0-next.19",
"@twind/preset-ext": "1.0.0-next.19",
"@twind/preset-tailwind": "1.0.0-next.19",
"@twind/preset-tailwind-forms": "1.0.0-next.19",
"twind": "1.0.0-next.19"
},
"devDependencies": {
"vite": "^2.7.13"
Expand Down
6 changes: 3 additions & 3 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.234",
"@twind/sveltekit": "1.0.0-next.18",
"@twind/tailwind": "1.0.0-next.18",
"@twind/sveltekit": "1.0.0-next.19",
"@twind/tailwind": "1.0.0-next.19",
"svelte": "^3.44.0",
"twind": "1.0.0-next.18",
"twind": "1.0.0-next.19",
"typescript": "^4.4.3"
}
}
9 changes: 9 additions & 0 deletions examples/tailwind-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @example/tailwind-forms

## 0.0.1-next.4

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]
- @twind/preset-tailwind-forms@1.0.0-next.19
- @twind/tailwind@1.0.0-next.19

## 0.0.1-next.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/tailwind-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/tailwind-forms",
"description": "tailwind-forms example",
"version": "0.0.1-next.3",
"version": "0.0.1-next.4",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-tailwind-forms": "1.0.0-next.18",
"@twind/tailwind": "1.0.0-next.18",
"twind": "1.0.0-next.18"
"@twind/preset-tailwind-forms": "1.0.0-next.19",
"@twind/tailwind": "1.0.0-next.19",
"twind": "1.0.0-next.19"
},
"devDependencies": {
"vite": "^2.7.13"
Expand Down
8 changes: 8 additions & 0 deletions packages/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twind/cdn

## 1.0.0-next.19

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]
- @twind/tailwind@1.0.0-next.19

## 1.0.0-next.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/cdn",
"version": "1.0.0-next.18",
"version": "1.0.0-next.19",
"description": "Tailwind CSS CDN based on Twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -48,8 +48,8 @@
}
],
"dependencies": {
"@twind/tailwind": "1.0.0-next.18",
"twind": "1.0.0-next.18"
"@twind/tailwind": "1.0.0-next.19",
"twind": "1.0.0-next.19"
},
"peerDependencies": {
"typescript": "^4.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-autoprefix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twind/preset-autoprefix

## 1.0.0-next.19

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]

## 1.0.0-next.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/preset-autoprefix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/preset-autoprefix",
"version": "1.0.0-next.18",
"version": "1.0.0-next.19",
"description": "CSS vendor prefixer and property alias mapper preset for twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -56,7 +56,7 @@
"style-vendorizer": "^2.1.1"
},
"peerDependencies": {
"twind": "1.0.0-next.18",
"twind": "1.0.0-next.19",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -65,7 +65,7 @@
}
},
"devDependencies": {
"twind": "1.0.0-next.18"
"twind": "1.0.0-next.19"
},
"scripts": {
"prepublishOnly": "distilt"
Expand Down
8 changes: 8 additions & 0 deletions packages/preset-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twind/preset-ext

## 1.0.0-next.19

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.19

## 1.0.0-next.18

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/preset-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/preset-ext",
"version": "1.0.0-next.18",
"version": "1.0.0-next.19",
"description": "extension preset for twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -55,8 +55,8 @@
}
],
"peerDependencies": {
"@twind/preset-tailwind": "1.0.0-next.18",
"twind": "1.0.0-next.18",
"@twind/preset-tailwind": "1.0.0-next.19",
"twind": "1.0.0-next.19",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -65,8 +65,8 @@
}
},
"devDependencies": {
"@twind/preset-tailwind": "1.0.0-next.18",
"twind": "1.0.0-next.18"
"@twind/preset-tailwind": "1.0.0-next.19",
"twind": "1.0.0-next.19"
},
"scripts": {
"prepublishOnly": "distilt"
Expand Down
8 changes: 8 additions & 0 deletions packages/preset-tailwind-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twind/preset-tailwind-forms

## 1.0.0-next.19

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.19

## 1.0.0-next.18

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/preset-tailwind-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/preset-tailwind-forms",
"version": "1.0.0-next.18",
"version": "1.0.0-next.19",
"description": "twind preset that provides a basic reset for form styles that makes form elements easy to override with utilities",
"keywords": [
"twind",
Expand Down Expand Up @@ -35,8 +35,8 @@
}
],
"peerDependencies": {
"@twind/preset-tailwind": "1.0.0-next.18",
"twind": "1.0.0-next.18",
"@twind/preset-tailwind": "1.0.0-next.19",
"twind": "1.0.0-next.19",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -45,8 +45,8 @@
}
},
"devDependencies": {
"@twind/preset-tailwind": "1.0.0-next.18",
"twind": "1.0.0-next.18"
"@twind/preset-tailwind": "1.0.0-next.19",
"twind": "1.0.0-next.19"
},
"scripts": {
"prepublishOnly": "distilt"
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twind/preset-tailwind

## 1.0.0-next.19

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]

## 1.0.0-next.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/preset-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/preset-tailwind",
"version": "1.0.0-next.18",
"version": "1.0.0-next.19",
"description": "tailwindcss preset for twind",
"keywords": [
"twind",
Expand Down Expand Up @@ -51,7 +51,7 @@
}
],
"peerDependencies": {
"twind": "1.0.0-next.18",
"twind": "1.0.0-next.19",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -60,7 +60,7 @@
}
},
"devDependencies": {
"twind": "1.0.0-next.18"
"twind": "1.0.0-next.19"
},
"scripts": {
"prepublishOnly": "distilt"
Expand Down
7 changes: 7 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twind/sveltekit

## 1.0.0-next.19

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]

## 1.0.0-next.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/sveltekit",
"version": "1.0.0-next.18",
"version": "1.0.0-next.19",
"description": "sveltekit integration for Twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -56,7 +56,7 @@
],
"peerDependencies": {
"@sveltejs/kit": "^1.0.0-next.234",
"twind": "1.0.0-next.18",
"twind": "1.0.0-next.19",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -67,7 +67,7 @@
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.234",
"svelte": "^3.44.0",
"twind": "1.0.0-next.18"
"twind": "1.0.0-next.19"
},
"scripts": {
"prepublishOnly": "distilt"
Expand Down
9 changes: 9 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @twind/tailwind

## 1.0.0-next.19

### Patch Changes

- Updated dependencies [[`1f578c9e`](https://github.com/tw-in-js/twind/commit/1f578c9ede1882ee714db249a6bed48c0e1e3059)]:
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.19
- @twind/preset-tailwind@1.0.0-next.19

## 1.0.0-next.18

### Patch Changes
Expand Down
Loading

0 comments on commit 98c9621

Please sign in to comment.