Skip to content

Commit

Permalink
Version Packages (next) (tw-in-js#278)
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 Feb 5, 2022
1 parent 716d235 commit aeebed5
Show file tree
Hide file tree
Showing 38 changed files with 330 additions and 123 deletions.
12 changes: 11 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
"@example/using-twind-cdn": "0.0.1-next.2",
"@example/with-gatsby": "0.0.1-next.5",
"@example/with-sveltekit": "0.0.1-next.4",
"@twind/preset-line-clamp": "1.0.0-next.25"
"@twind/preset-line-clamp": "1.0.0-next.25",
"@example/with-next": "0.0.1-next.4",
"@example/with-remix": "0.0.1-next.4",
"@twind/with-next": "1.0.0-next.34",
"@twind/with-remix": "1.0.0-next.34"
},
"changesets": [
"afraid-buttons-pull",
Expand All @@ -45,6 +49,7 @@
"clean-apples-clean",
"clean-laws-rescue",
"cuddly-pugs-type",
"curvy-mice-yawn",
"cyan-dingos-train",
"cyan-files-promise",
"cyan-mayflies-fix",
Expand All @@ -62,6 +67,7 @@
"fifty-moles-taste",
"forty-teachers-grab",
"forty-wolves-worry",
"four-donuts-care",
"fresh-mails-whisper",
"friendly-pants-rush",
"gentle-readers-suffer",
Expand All @@ -88,9 +94,11 @@
"light-spies-bathe",
"light-walls-burn",
"little-seas-reflect",
"long-flowers-double",
"long-jars-exercise",
"metal-ghosts-brake",
"metal-meals-sniff",
"mighty-brooms-film",
"mighty-papayas-compare",
"mighty-worms-change",
"neat-teachers-repeat",
Expand Down Expand Up @@ -145,6 +153,7 @@
"swift-walls-own",
"tasty-tables-allow",
"ten-roses-perform",
"tender-pears-learn",
"thick-mirrors-cheat",
"thin-rules-cover",
"thirty-brooms-give",
Expand All @@ -158,6 +167,7 @@
"unlucky-pants-press",
"warm-tomatoes-develop",
"weak-otters-sort",
"weak-peaches-judge",
"wet-crabs-press",
"wicked-bananas-drop",
"wicked-parrots-peel",
Expand Down
9 changes: 9 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @example/basic

## 0.0.1-next.20

### Patch Changes

- Updated dependencies [[`009594c6`](https://github.com/tw-in-js/twind/commit/009594c65fb7d0f1da0203c6b6c26bd258ee46d0), [`53058c2e`](https://github.com/tw-in-js/twind/commit/53058c2ea0f5fbdbb852f42d1c7de47c70dee0bf)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.35
- @twind/preset-autoprefix@1.0.0-next.35

## 0.0.1-next.19

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.19",
"version": "0.0.1-next.20",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.34",
"@twind/preset-tailwind": "1.0.0-next.34",
"twind": "1.0.0-next.34"
"@twind/preset-autoprefix": "1.0.0-next.35",
"@twind/preset-tailwind": "1.0.0-next.35",
"twind": "1.0.0-next.35"
},
"devDependencies": {
"vite": "^2.7.13"
Expand Down
12 changes: 12 additions & 0 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @example/playground

## 0.0.1-next.20

### Patch Changes

- Updated dependencies [[`009594c6`](https://github.com/tw-in-js/twind/commit/009594c65fb7d0f1da0203c6b6c26bd258ee46d0), [`53058c2e`](https://github.com/tw-in-js/twind/commit/53058c2ea0f5fbdbb852f42d1c7de47c70dee0bf)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.35
- @twind/preset-autoprefix@1.0.0-next.35
- @twind/preset-ext@1.0.0-next.35
- @twind/preset-line-clamp@1.0.0-next.35
- @twind/preset-tailwind-forms@1.0.0-next.35

## 0.0.1-next.19

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.19",
"version": "0.0.1-next.20",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,12 +21,12 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.34",
"@twind/preset-ext": "1.0.0-next.34",
"@twind/preset-line-clamp": "1.0.0-next.34",
"@twind/preset-tailwind": "1.0.0-next.34",
"@twind/preset-tailwind-forms": "1.0.0-next.34",
"twind": "1.0.0-next.34"
"@twind/preset-autoprefix": "1.0.0-next.35",
"@twind/preset-ext": "1.0.0-next.35",
"@twind/preset-line-clamp": "1.0.0-next.35",
"@twind/preset-tailwind": "1.0.0-next.35",
"@twind/preset-tailwind-forms": "1.0.0-next.35",
"twind": "1.0.0-next.35"
},
"devDependencies": {
"vite": "^2.7.13"
Expand Down
10 changes: 10 additions & 0 deletions examples/using-tailwind-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/tailwind-forms

## 0.0.1-next.20

### Patch Changes

- Updated dependencies [[`009594c6`](https://github.com/tw-in-js/twind/commit/009594c65fb7d0f1da0203c6b6c26bd258ee46d0), [`53058c2e`](https://github.com/tw-in-js/twind/commit/53058c2ea0f5fbdbb852f42d1c7de47c70dee0bf)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.35
- @twind/preset-autoprefix@1.0.0-next.35
- @twind/preset-tailwind-forms@1.0.0-next.35

## 0.0.1-next.19

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/using-tailwind-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/using-tailwind-forms",
"description": "tailwind-forms example",
"version": "0.0.1-next.19",
"version": "0.0.1-next.20",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.34",
"@twind/preset-tailwind": "1.0.0-next.34",
"@twind/preset-tailwind-forms": "1.0.0-next.34",
"twind": "1.0.0-next.34"
"@twind/preset-autoprefix": "1.0.0-next.35",
"@twind/preset-tailwind": "1.0.0-next.35",
"@twind/preset-tailwind-forms": "1.0.0-next.35",
"twind": "1.0.0-next.35"
},
"devDependencies": {
"vite": "^2.7.13"
Expand Down
10 changes: 10 additions & 0 deletions examples/with-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/gatsby

## 0.0.1-next.15

### Patch Changes

- Updated dependencies [[`009594c6`](https://github.com/tw-in-js/twind/commit/009594c65fb7d0f1da0203c6b6c26bd258ee46d0), [`53058c2e`](https://github.com/tw-in-js/twind/commit/53058c2ea0f5fbdbb852f42d1c7de47c70dee0bf)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.35
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.35

## 0.0.1-next.14

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/with-gatsby",
"description": "gatsby with twind example",
"version": "0.0.1-next.14",
"version": "0.0.1-next.15",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -22,17 +22,17 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.34",
"@twind/preset-tailwind": "1.0.0-next.34",
"@twind/preset-autoprefix": "1.0.0-next.35",
"@twind/preset-tailwind": "1.0.0-next.35",
"gatsby": "^4.5.3",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-twind": "1.0.0-next.34",
"gatsby-plugin-twind": "1.0.0-next.35",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"twind": "1.0.0-next.34"
"twind": "1.0.0-next.35"
},
"// Only used within the twind monorepo": "",
"pnpm": {
Expand Down
8 changes: 4 additions & 4 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"export": "next export"
},
"devDependencies": {
"@twind/preset-autoprefix": "1.0.0-next.34",
"@twind/preset-tailwind": "1.0.0-next.34",
"@twind/with-next": "1.0.0-next.34",
"@twind/preset-autoprefix": "1.0.0-next.35",
"@twind/preset-tailwind": "1.0.0-next.35",
"@twind/with-next": "1.0.0-next.35",
"@types/node": "^17.0.13",
"@types/react": "^17.0.0",
"next": "^12.0.0",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"twind": "1.0.0-next.34",
"twind": "1.0.0-next.35",
"typescript": "^4.5.5"
}
}
14 changes: 14 additions & 0 deletions examples/with-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @example/with-remix

## 0.0.1-next.5
### Patch Changes



- add remix example ([`98688bcb`](https://github.com/tw-in-js/twind/commit/98688bcb33ec48f4dd8ea61166467f256e4422da))

- Updated dependencies [[`009594c6`](https://github.com/tw-in-js/twind/commit/009594c65fb7d0f1da0203c6b6c26bd258ee46d0), [`53058c2e`](https://github.com/tw-in-js/twind/commit/53058c2ea0f5fbdbb852f42d1c7de47c70dee0bf), [`98688bcb`](https://github.com/tw-in-js/twind/commit/98688bcb33ec48f4dd8ea61166467f256e4422da)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.35
- @twind/with-remix@1.0.0-next.35
- @twind/preset-autoprefix@1.0.0-next.35
10 changes: 5 additions & 5 deletions examples/with-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/with-remix",
"description": "remix with twind example",
"version": "0.0.1-next.4",
"version": "0.0.1-next.5",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -24,14 +24,14 @@
"dependencies": {
"@remix-run/react": "^1.1.3",
"@remix-run/serve": "^1.1.3",
"@twind/preset-autoprefix": "1.0.0-next.34",
"@twind/preset-tailwind": "1.0.0-next.34",
"@twind/with-remix": "1.0.0-next.34",
"@twind/preset-autoprefix": "1.0.0-next.35",
"@twind/preset-tailwind": "1.0.0-next.35",
"@twind/with-remix": "1.0.0-next.35",
"cross-env": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.1.3",
"twind": "1.0.0-next.34"
"twind": "1.0.0-next.35"
},
"devDependencies": {
"@remix-run/dev": "^1.1.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.66",
"@sveltejs/kit": "^1.0.0-next.240",
"@twind/preset-autoprefix": "1.0.0-next.34",
"@twind/preset-tailwind": "1.0.0-next.34",
"@twind/with-sveltekit": "1.0.0-next.34",
"@twind/preset-autoprefix": "1.0.0-next.35",
"@twind/preset-tailwind": "1.0.0-next.35",
"@twind/with-sveltekit": "1.0.0-next.35",
"svelte": "^3.44.0",
"twind": "1.0.0-next.34",
"twind": "1.0.0-next.35",
"typescript": "^4.4.3"
}
}
9 changes: 9 additions & 0 deletions packages/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @twind/cdn

## 1.0.0-next.35

### Patch Changes

- Updated dependencies [[`009594c6`](https://github.com/tw-in-js/twind/commit/009594c65fb7d0f1da0203c6b6c26bd258ee46d0), [`53058c2e`](https://github.com/tw-in-js/twind/commit/53058c2ea0f5fbdbb852f42d1c7de47c70dee0bf)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.35
- @twind/preset-autoprefix@1.0.0-next.35

## 1.0.0-next.34

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.34",
"version": "1.0.0-next.35",
"description": "Tailwind CSS CDN based on Twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -36,9 +36,9 @@
}
],
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.34",
"@twind/preset-tailwind": "1.0.0-next.34",
"twind": "1.0.0-next.34"
"@twind/preset-autoprefix": "1.0.0-next.35",
"@twind/preset-tailwind": "1.0.0-next.35",
"twind": "1.0.0-next.35"
},
"peerDependencies": {
"typescript": "^4.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twind/gatsby-plugin

## 1.0.0-next.35

### Patch Changes

- Updated dependencies [[`009594c6`](https://github.com/tw-in-js/twind/commit/009594c65fb7d0f1da0203c6b6c26bd258ee46d0)]:
- [email protected]

## 1.0.0-next.34

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-twind",
"version": "1.0.0-next.34",
"version": "1.0.0-next.35",
"description": "gatsby integration for Twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -39,7 +39,7 @@
"gatsby": "2.x || 3.x || 4.x",
"react": "16.x || 17.x || 18.x",
"react-dom": "16.x || 17.x || 18.x",
"twind": "1.0.0-next.34",
"twind": "1.0.0-next.35",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -53,7 +53,7 @@
"gatsby": "^4.5.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"twind": "1.0.0-next.34"
"twind": "1.0.0-next.35"
},
"pnpm": {
"peerDependencyRules": {
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.35

### Patch Changes

- Updated dependencies [[`009594c6`](https://github.com/tw-in-js/twind/commit/009594c65fb7d0f1da0203c6b6c26bd258ee46d0)]:
- [email protected]

## 1.0.0-next.34

### Patch Changes
Expand Down
Loading

0 comments on commit aeebed5

Please sign in to comment.