Skip to content

Commit

Permalink
Version Packages (next) (tw-in-js#291)
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 15, 2022
1 parent fc1d0f9 commit 148b594
Show file tree
Hide file tree
Showing 42 changed files with 298 additions and 139 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"perfect-kids-destroy",
"pink-rockets-look",
"plenty-jobs-buy",
"popular-camels-doubt",
"popular-flowers-grin",
"pretty-sheep-fetch",
"pretty-weeks-notice",
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.22

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.37
- @twind/preset-tailwind@1.0.0-next.37

## 0.0.1-next.21

### 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.21",
"version": "0.0.1-next.22",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.36",
"@twind/preset-tailwind": "1.0.0-next.36",
"twind": "1.0.0-next.36"
"@twind/preset-autoprefix": "1.0.0-next.37",
"@twind/preset-tailwind": "1.0.0-next.37",
"twind": "1.0.0-next.37"
},
"devDependencies": {
"vite": "^2.8.1"
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.22

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.37
- @twind/preset-ext@1.0.0-next.37
- @twind/preset-line-clamp@1.0.0-next.37
- @twind/preset-tailwind@1.0.0-next.37
- @twind/preset-tailwind-forms@1.0.0-next.37

## 0.0.1-next.21

### 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.21",
"version": "0.0.1-next.22",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,12 +21,12 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.36",
"@twind/preset-ext": "1.0.0-next.36",
"@twind/preset-line-clamp": "1.0.0-next.36",
"@twind/preset-tailwind": "1.0.0-next.36",
"@twind/preset-tailwind-forms": "1.0.0-next.36",
"twind": "1.0.0-next.36"
"@twind/preset-autoprefix": "1.0.0-next.37",
"@twind/preset-ext": "1.0.0-next.37",
"@twind/preset-line-clamp": "1.0.0-next.37",
"@twind/preset-tailwind": "1.0.0-next.37",
"@twind/preset-tailwind-forms": "1.0.0-next.37",
"twind": "1.0.0-next.37"
},
"devDependencies": {
"vite": "^2.8.1"
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.22

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.37
- @twind/preset-tailwind@1.0.0-next.37
- @twind/preset-tailwind-forms@1.0.0-next.37

## 0.0.1-next.21

### 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.21",
"version": "0.0.1-next.22",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.36",
"@twind/preset-tailwind": "1.0.0-next.36",
"@twind/preset-tailwind-forms": "1.0.0-next.36",
"twind": "1.0.0-next.36"
"@twind/preset-autoprefix": "1.0.0-next.37",
"@twind/preset-tailwind": "1.0.0-next.37",
"@twind/preset-tailwind-forms": "1.0.0-next.37",
"twind": "1.0.0-next.37"
},
"devDependencies": {
"vite": "^2.8.1"
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.17

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.37
- @twind/preset-tailwind@1.0.0-next.37

## 0.0.1-next.16

### 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.16",
"version": "0.0.1-next.17",
"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.36",
"@twind/preset-tailwind": "1.0.0-next.36",
"@twind/preset-autoprefix": "1.0.0-next.37",
"@twind/preset-tailwind": "1.0.0-next.37",
"gatsby": "^4.7.1",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-twind": "1.0.0-next.36",
"gatsby-plugin-twind": "1.0.0-next.37",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"twind": "1.0.0-next.36"
"twind": "1.0.0-next.37"
},
"// 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.36",
"@twind/preset-tailwind": "1.0.0-next.36",
"@twind/with-next": "1.0.0-next.36",
"@twind/preset-autoprefix": "1.0.0-next.37",
"@twind/preset-tailwind": "1.0.0-next.37",
"@twind/with-next": "1.0.0-next.37",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"next": "^12.0.10",
"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.36",
"twind": "1.0.0-next.37",
"typescript": "^4.5.5"
}
}
10 changes: 10 additions & 0 deletions examples/with-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/with-remix

## 0.0.1-next.7

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.37
- @twind/preset-tailwind@1.0.0-next.37
- @twind/with-remix@1.0.0-next.37

## 0.0.1-next.6

### Patch Changes
Expand Down
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.6",
"version": "0.0.1-next.7",
"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.36",
"@twind/preset-tailwind": "1.0.0-next.36",
"@twind/with-remix": "1.0.0-next.36",
"@twind/preset-autoprefix": "1.0.0-next.37",
"@twind/preset-tailwind": "1.0.0-next.37",
"@twind/with-remix": "1.0.0-next.37",
"cross-env": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.1.3",
"twind": "1.0.0-next.36"
"twind": "1.0.0-next.37"
},
"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.68",
"@sveltejs/kit": "^1.0.0-next.267",
"@twind/preset-autoprefix": "1.0.0-next.36",
"@twind/preset-tailwind": "1.0.0-next.36",
"@twind/with-sveltekit": "1.0.0-next.36",
"@twind/preset-autoprefix": "1.0.0-next.37",
"@twind/preset-tailwind": "1.0.0-next.37",
"@twind/with-sveltekit": "1.0.0-next.37",
"svelte": "^3.46.4",
"twind": "1.0.0-next.36",
"twind": "1.0.0-next.37",
"typescript": "^4.5.5"
}
}
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.37

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.37
- @twind/preset-tailwind@1.0.0-next.37

## 1.0.0-next.36

### 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.36",
"version": "1.0.0-next.37",
"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.36",
"@twind/preset-tailwind": "1.0.0-next.36",
"twind": "1.0.0-next.36"
"@twind/preset-autoprefix": "1.0.0-next.37",
"@twind/preset-tailwind": "1.0.0-next.37",
"twind": "1.0.0-next.37"
},
"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.37

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]

## 1.0.0-next.36

### 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.36",
"version": "1.0.0-next.37",
"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.36",
"twind": "1.0.0-next.37",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -53,7 +53,7 @@
"gatsby": "^4.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"twind": "1.0.0-next.36"
"twind": "1.0.0-next.37"
},
"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.37

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]

## 1.0.0-next.36

### 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.36",
"version": "1.0.0-next.37",
"description": "CSS vendor prefixer and property alias mapper preset for twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -41,7 +41,7 @@
"style-vendorizer": "^2.1.1"
},
"peerDependencies": {
"twind": "1.0.0-next.36",
"twind": "1.0.0-next.37",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -50,7 +50,7 @@
}
},
"devDependencies": {
"twind": "1.0.0-next.36"
"twind": "1.0.0-next.37"
},
"scripts": {
"build": "distilt"
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twind/preset-ext

## 1.0.0-next.37

### Patch Changes

- Updated dependencies [[`08c66ee8`](https://github.com/tw-in-js/twind/commit/08c66ee8f7f80a6c998a380acc4f44280aef3280)]:
- [email protected]

## 1.0.0-next.36

### Patch Changes
Expand Down
Loading

0 comments on commit 148b594

Please sign in to comment.