Skip to content

Commit 4df9465

Browse files
Version Packages (#441)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e3b6054 commit 4df9465

File tree

59 files changed

+341
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+341
-194
lines changed

.changeset/gorgeous-camels-check.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/basic/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @example/basic
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
312
## 1.0.7
413

514
### Patch Changes

examples/basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/basic",
33
"description": "basic twind example",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"private": true,
66
"main": "index.js",
77
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"preview": "vite preview"
2222
},
2323
"dependencies": {
24-
"@twind/core": "1.1.2",
25-
"@twind/preset-autoprefix": "1.0.6",
26-
"@twind/preset-tailwind": "1.1.3"
24+
"@twind/core": "1.1.3",
25+
"@twind/preset-autoprefix": "1.0.7",
26+
"@twind/preset-tailwind": "1.1.4"
2727
},
2828
"devDependencies": {
2929
"vite": "^4.0.1"

examples/playground/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @example/playground
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
- @twind/preset-ext@1.0.7
12+
- @twind/preset-line-clamp@1.0.7
13+
- @twind/preset-tailwind-forms@1.1.2
14+
315
## 1.0.7
416

517
### Patch Changes

examples/playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/playground",
33
"description": "playground with all presets enabled",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"private": true,
66
"main": "index.js",
77
"license": "MIT",
@@ -21,12 +21,12 @@
2121
"preview": "vite preview"
2222
},
2323
"dependencies": {
24-
"@twind/core": "1.1.2",
25-
"@twind/preset-autoprefix": "1.0.6",
26-
"@twind/preset-ext": "1.0.6",
27-
"@twind/preset-line-clamp": "1.0.6",
28-
"@twind/preset-tailwind": "1.1.3",
29-
"@twind/preset-tailwind-forms": "1.1.1"
24+
"@twind/core": "1.1.3",
25+
"@twind/preset-autoprefix": "1.0.7",
26+
"@twind/preset-ext": "1.0.7",
27+
"@twind/preset-line-clamp": "1.0.7",
28+
"@twind/preset-tailwind": "1.1.4",
29+
"@twind/preset-tailwind-forms": "1.1.2"
3030
},
3131
"devDependencies": {
3232
"vite": "^4.0.1"

examples/using-tailwind-forms/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @example/tailwind-forms
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
- @twind/preset-tailwind-forms@1.1.2
12+
313
## 1.0.7
414

515
### Patch Changes

examples/using-tailwind-forms/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/using-tailwind-forms",
33
"description": "tailwind-forms example",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"private": true,
66
"main": "index.js",
77
"license": "MIT",
@@ -21,10 +21,10 @@
2121
"preview": "vite preview"
2222
},
2323
"dependencies": {
24-
"@twind/core": "1.1.2",
25-
"@twind/preset-autoprefix": "1.0.6",
26-
"@twind/preset-tailwind": "1.1.3",
27-
"@twind/preset-tailwind-forms": "1.1.1"
24+
"@twind/core": "1.1.3",
25+
"@twind/preset-autoprefix": "1.0.7",
26+
"@twind/preset-tailwind": "1.1.4",
27+
"@twind/preset-tailwind-forms": "1.1.2"
2828
},
2929
"devDependencies": {
3030
"vite": "^4.0.1"

examples/with-gatsby/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @example/gatsby
22

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
- gatsby-plugin-twind@1.1.4
12+
313
## 1.0.8
414

515
### Patch Changes

examples/with-gatsby/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/with-gatsby",
33
"description": "gatsby with twind example",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"private": true,
66
"license": "MIT",
77
"bugs": "https://github.com/tw-in-js/twind/issues",
@@ -22,14 +22,14 @@
2222
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
2323
},
2424
"dependencies": {
25-
"@twind/core": "1.1.2",
26-
"@twind/preset-autoprefix": "1.0.6",
27-
"@twind/preset-tailwind": "1.1.3",
25+
"@twind/core": "1.1.3",
26+
"@twind/preset-autoprefix": "1.0.7",
27+
"@twind/preset-tailwind": "1.1.4",
2828
"gatsby": "^4.24.8",
2929
"gatsby-plugin-manifest": "^4.24.0",
3030
"gatsby-plugin-offline": "^5.24.0",
3131
"gatsby-plugin-react-helmet": "^5.24.0",
32-
"gatsby-plugin-twind": "1.1.3",
32+
"gatsby-plugin-twind": "1.1.4",
3333
"react": "^17.0.2",
3434
"react-dom": "^17.0.2",
3535
"react-helmet": "^6.1.0"

examples/with-lit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @example/with-lit
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
- @twind/with-web-components@1.1.3
12+
313
## 1.0.7
414

515
### Patch Changes

examples/with-lit/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/with-lit",
33
"description": "Lit example",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"private": true,
66
"main": "index.js",
77
"license": "MIT",
@@ -21,10 +21,10 @@
2121
"preview": "vite preview"
2222
},
2323
"dependencies": {
24-
"@twind/core": "1.1.2",
25-
"@twind/preset-autoprefix": "1.0.6",
26-
"@twind/preset-tailwind": "1.1.3",
27-
"@twind/with-web-components": "1.1.2",
24+
"@twind/core": "1.1.3",
25+
"@twind/preset-autoprefix": "1.0.7",
26+
"@twind/preset-tailwind": "1.1.4",
27+
"@twind/with-web-components": "1.1.3",
2828
"lit": "^2.5.0"
2929
},
3030
"devDependencies": {

examples/with-next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"export": "next export"
2222
},
2323
"devDependencies": {
24-
"@twind/core": "1.1.2",
25-
"@twind/preset-autoprefix": "1.0.6",
26-
"@twind/preset-tailwind": "1.1.3",
27-
"@twind/with-next": "1.2.1",
24+
"@twind/core": "1.1.3",
25+
"@twind/preset-autoprefix": "1.0.7",
26+
"@twind/preset-tailwind": "1.1.4",
27+
"@twind/with-next": "1.2.2",
2828
"@types/node": "^14.18.33",
2929
"@types/react": "^17.0.52",
3030
"next": "^12.3.4",

examples/with-remix/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @example/with-remix
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
- @twind/with-react@1.1.3
12+
313
## 0.0.9
414

515
### Patch Changes

examples/with-remix/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/with-remix",
33
"description": "remix with twind example",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"private": true,
66
"license": "MIT",
77
"bugs": "https://github.com/tw-in-js/twind/issues",
@@ -24,10 +24,10 @@
2424
"@remix-run/node": "^1.8.2",
2525
"@remix-run/react": "^1.8.2",
2626
"@remix-run/serve": "^1.8.2",
27-
"@twind/core": "1.1.2",
28-
"@twind/preset-autoprefix": "1.0.6",
29-
"@twind/preset-tailwind": "1.1.3",
30-
"@twind/with-react": "1.1.2",
27+
"@twind/core": "1.1.3",
28+
"@twind/preset-autoprefix": "1.0.7",
29+
"@twind/preset-tailwind": "1.1.4",
30+
"@twind/with-react": "1.1.3",
3131
"react": "^17.0.2",
3232
"react-dom": "^17.0.2",
3333
"remix": "^1.8.2"

examples/with-remix_react-v18/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @example/with-remix_react-v18
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
- @twind/with-react@1.1.3
12+
313
## 0.0.8
414

515
### Patch Changes

examples/with-remix_react-v18/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/with-remix_react-v18",
33
"description": "remix with twind example",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"private": true,
66
"license": "MIT",
77
"bugs": "https://github.com/tw-in-js/twind/issues",
@@ -24,10 +24,10 @@
2424
"@remix-run/node": "^1.8.2",
2525
"@remix-run/react": "^1.8.2",
2626
"@remix-run/serve": "^1.8.2",
27-
"@twind/core": "1.1.2",
28-
"@twind/preset-autoprefix": "1.0.6",
29-
"@twind/preset-tailwind": "1.1.3",
30-
"@twind/with-react": "1.1.2",
27+
"@twind/core": "1.1.3",
28+
"@twind/preset-autoprefix": "1.0.7",
29+
"@twind/preset-tailwind": "1.1.4",
30+
"@twind/with-react": "1.1.3",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
3333
"remix": "^1.8.2"

examples/with-sveltekit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"devDependencies": {
2626
"@sveltejs/adapter-node": "^1.0.0",
2727
"@sveltejs/kit": "^1.0.0",
28-
"@twind/core": "^1.1.2",
29-
"@twind/preset-autoprefix": "^1.0.6",
30-
"@twind/preset-tailwind": "^1.1.3",
31-
"@twind/with-sveltekit": "^1.1.2",
28+
"@twind/core": "^1.1.3",
29+
"@twind/preset-autoprefix": "^1.0.7",
30+
"@twind/preset-tailwind": "^1.1.4",
31+
"@twind/with-sveltekit": "^1.1.3",
3232
"svelte": "^3.54.0",
3333
"svelte-check": "^2.10.2",
3434
"svelte-preprocess": "^4.10.7",

examples/with-web-components/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @example/with-web-components
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
- @twind/with-web-components@1.1.3
12+
313
## 1.0.7
414

515
### Patch Changes

examples/with-web-components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/with-web-components",
33
"description": "Web Components example",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"private": true,
66
"main": "index.js",
77
"license": "MIT",
@@ -21,10 +21,10 @@
2121
"preview": "vite preview"
2222
},
2323
"dependencies": {
24-
"@twind/core": "1.1.2",
25-
"@twind/preset-autoprefix": "1.0.6",
26-
"@twind/preset-tailwind": "1.1.3",
27-
"@twind/with-web-components": "1.1.2"
24+
"@twind/core": "1.1.3",
25+
"@twind/preset-autoprefix": "1.0.7",
26+
"@twind/preset-tailwind": "1.1.4",
27+
"@twind/with-web-components": "1.1.3"
2828
},
2929
"devDependencies": {
3030
"vite": "^4.0.1"

packages/cdn/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @twind/cdn
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
8+
- @twind/core@1.1.3
9+
- @twind/preset-tailwind@1.1.4
10+
- @twind/preset-autoprefix@1.0.7
11+
312
## 1.0.7
413

514
### Patch Changes

0 commit comments

Comments
 (0)