Skip to content

Commit

Permalink
Version Packages (next) (tw-in-js#272)
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 31, 2022
1 parent 3c7b74e commit 879e5f5
Show file tree
Hide file tree
Showing 31 changed files with 206 additions and 87 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"fifty-moles-taste",
"forty-teachers-grab",
"forty-wolves-worry",
"fresh-mails-whisper",
"friendly-pants-rush",
"gentle-readers-suffer",
"gold-nails-play",
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.15

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]
- @twind/tailwind@1.0.0-next.30

## 0.0.1-next.14

### 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.14",
"version": "0.0.1-next.15",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/tailwind": "1.0.0-next.29",
"twind": "1.0.0-next.29"
"@twind/tailwind": "1.0.0-next.30",
"twind": "1.0.0-next.30"
},
"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.15

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]
- @twind/preset-autoprefix@1.0.0-next.30
- @twind/preset-ext@1.0.0-next.30
- @twind/preset-line-clamp@1.0.0-next.30
- @twind/preset-tailwind@1.0.0-next.30
- @twind/preset-tailwind-forms@1.0.0-next.30

## 0.0.1-next.14

### 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.14",
"version": "0.0.1-next.15",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,12 +21,12 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/preset-autoprefix": "1.0.0-next.29",
"@twind/preset-ext": "1.0.0-next.29",
"@twind/preset-line-clamp": "1.0.0-next.29",
"@twind/preset-tailwind": "1.0.0-next.29",
"@twind/preset-tailwind-forms": "1.0.0-next.29",
"twind": "1.0.0-next.29"
"@twind/preset-autoprefix": "1.0.0-next.30",
"@twind/preset-ext": "1.0.0-next.30",
"@twind/preset-line-clamp": "1.0.0-next.30",
"@twind/preset-tailwind": "1.0.0-next.30",
"@twind/preset-tailwind-forms": "1.0.0-next.30",
"twind": "1.0.0-next.30"
},
"devDependencies": {
"vite": "^2.7.13"
Expand Down
9 changes: 9 additions & 0 deletions examples/using-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.15

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]
- @twind/preset-tailwind-forms@1.0.0-next.30
- @twind/tailwind@1.0.0-next.30

## 0.0.1-next.14

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.14",
"version": "0.0.1-next.15",
"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.29",
"@twind/tailwind": "1.0.0-next.29",
"twind": "1.0.0-next.29"
"@twind/preset-tailwind-forms": "1.0.0-next.30",
"@twind/tailwind": "1.0.0-next.30",
"twind": "1.0.0-next.30"
},
"devDependencies": {
"vite": "^2.7.13"
Expand Down
9 changes: 9 additions & 0 deletions examples/with-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @example/gatsby

## 0.0.1-next.10

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]
- [email protected]
- @twind/tailwind@1.0.0-next.30

## 0.0.1-next.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "0.0.1-next.10",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -22,16 +22,16 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@twind/tailwind": "1.0.0-next.29",
"@twind/tailwind": "1.0.0-next.30",
"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.29",
"gatsby-plugin-twind": "1.0.0-next.30",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"twind": "1.0.0-next.29"
"twind": "1.0.0-next.30"
},
"// Only used within the twind monorepo": "",
"pnpm": {
Expand Down
6 changes: 3 additions & 3 deletions examples/with-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.66",
"@sveltejs/kit": "^1.0.0-next.240",
"@twind/sveltekit": "1.0.0-next.29",
"@twind/tailwind": "1.0.0-next.29",
"@twind/sveltekit": "1.0.0-next.30",
"@twind/tailwind": "1.0.0-next.30",
"svelte": "^3.44.0",
"twind": "1.0.0-next.29",
"twind": "1.0.0-next.30",
"typescript": "^4.4.3"
}
}
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.30

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]
- @twind/tailwind@1.0.0-next.30

## 1.0.0-next.29

### 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.29",
"version": "1.0.0-next.30",
"description": "Tailwind CSS CDN based on Twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -33,8 +33,8 @@
}
],
"dependencies": {
"@twind/tailwind": "1.0.0-next.29",
"twind": "1.0.0-next.29"
"@twind/tailwind": "1.0.0-next.30",
"twind": "1.0.0-next.30"
},
"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.30

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]

## 1.0.0-next.29

### 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.29",
"version": "1.0.0-next.30",
"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.29",
"twind": "1.0.0-next.30",
"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.29"
"twind": "1.0.0-next.30"
},
"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.30

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]

## 1.0.0-next.29

### 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.29",
"version": "1.0.0-next.30",
"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.29",
"twind": "1.0.0-next.30",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -50,7 +50,7 @@
}
},
"devDependencies": {
"twind": "1.0.0-next.29"
"twind": "1.0.0-next.30"
},
"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.30

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]

## 1.0.0-next.29

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.29",
"version": "1.0.0-next.30",
"description": "extension preset for twind",
"publishConfig": {
"tag": "next",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
],
"peerDependencies": {
"twind": "1.0.0-next.29",
"twind": "1.0.0-next.30",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -49,8 +49,8 @@
}
},
"devDependencies": {
"@twind/preset-tailwind": "1.0.0-next.29",
"twind": "1.0.0-next.29"
"@twind/preset-tailwind": "1.0.0-next.30",
"twind": "1.0.0-next.30"
},
"scripts": {
"build": "distilt"
Expand Down
7 changes: 7 additions & 0 deletions packages/preset-line-clamp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twind/preset-line-clamp

## 1.0.0-next.30

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]

## 1.0.0-next.29

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/preset-line-clamp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/preset-line-clamp",
"version": "1.0.0-next.29",
"version": "1.0.0-next.30",
"description": "A twind preset that provides utilities for visually truncating text after a fixed number of lines.",
"keywords": [
"twind",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
],
"peerDependencies": {
"twind": "1.0.0-next.29",
"twind": "1.0.0-next.30",
"typescript": "^4.4.0"
},
"peerDependenciesMeta": {
Expand All @@ -38,7 +38,7 @@
}
},
"devDependencies": {
"twind": "1.0.0-next.29"
"twind": "1.0.0-next.30"
},
"scripts": {
"build": "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.30

### Patch Changes

- Updated dependencies [[`39001d2a`](https://github.com/tw-in-js/twind/commit/39001d2a2b6718a92080ae47cb6157d1077405b3)]:
- [email protected]
- @twind/preset-tailwind@1.0.0-next.30

## 1.0.0-next.29

### Patch Changes
Expand Down
Loading

0 comments on commit 879e5f5

Please sign in to comment.