Skip to content

Commit

Permalink
Version Packages (#441)
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 24, 2023
1 parent e3b6054 commit 4df9465
Show file tree
Hide file tree
Showing 59 changed files with 341 additions and 194 deletions.
7 changes: 0 additions & 7 deletions .changeset/gorgeous-camels-check.md

This file was deleted.

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

## 1.0.8

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7

## 1.0.7

### 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": "1.0.7",
"version": "1.0.8",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.3"
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4"
},
"devDependencies": {
"vite": "^4.0.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

## 1.0.8

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7
- @twind/preset-ext@1.0.7
- @twind/preset-line-clamp@1.0.7
- @twind/preset-tailwind-forms@1.1.2

## 1.0.7

### 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": "1.0.7",
"version": "1.0.8",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,12 +21,12 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-ext": "1.0.6",
"@twind/preset-line-clamp": "1.0.6",
"@twind/preset-tailwind": "1.1.3",
"@twind/preset-tailwind-forms": "1.1.1"
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-ext": "1.0.7",
"@twind/preset-line-clamp": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/preset-tailwind-forms": "1.1.2"
},
"devDependencies": {
"vite": "^4.0.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

## 1.0.8

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7
- @twind/preset-tailwind-forms@1.1.2

## 1.0.7

### 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": "1.0.7",
"version": "1.0.8",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.3",
"@twind/preset-tailwind-forms": "1.1.1"
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/preset-tailwind-forms": "1.1.2"
},
"devDependencies": {
"vite": "^4.0.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

## 1.0.9

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7
- gatsby-plugin-twind@1.1.4

## 1.0.8

### 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": "1.0.8",
"version": "1.0.9",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -22,14 +22,14 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.3",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"gatsby": "^4.24.8",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-offline": "^5.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-twind": "1.1.3",
"gatsby-plugin-twind": "1.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/with-lit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/with-lit

## 1.0.8

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7
- @twind/with-web-components@1.1.3

## 1.0.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-lit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/with-lit",
"description": "Lit example",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.3",
"@twind/with-web-components": "1.1.2",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/with-web-components": "1.1.3",
"lit": "^2.5.0"
},
"devDependencies": {
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,10 +21,10 @@
"export": "next export"
},
"devDependencies": {
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.3",
"@twind/with-next": "1.2.1",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/with-next": "1.2.2",
"@types/node": "^14.18.33",
"@types/react": "^17.0.52",
"next": "^12.3.4",
Expand Down
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.10

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7
- @twind/with-react@1.1.3

## 0.0.9

### 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.9",
"version": "0.0.10",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -24,10 +24,10 @@
"@remix-run/node": "^1.8.2",
"@remix-run/react": "^1.8.2",
"@remix-run/serve": "^1.8.2",
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.3",
"@twind/with-react": "1.1.2",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/with-react": "1.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.8.2"
Expand Down
10 changes: 10 additions & 0 deletions examples/with-remix_react-v18/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/with-remix_react-v18

## 0.0.9

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7
- @twind/with-react@1.1.3

## 0.0.8

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-remix_react-v18/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/with-remix_react-v18",
"description": "remix with twind example",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -24,10 +24,10 @@
"@remix-run/node": "^1.8.2",
"@remix-run/react": "^1.8.2",
"@remix-run/serve": "^1.8.2",
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.3",
"@twind/with-react": "1.1.2",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/with-react": "1.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix": "^1.8.2"
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 @@ -25,10 +25,10 @@
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@twind/core": "^1.1.2",
"@twind/preset-autoprefix": "^1.0.6",
"@twind/preset-tailwind": "^1.1.3",
"@twind/with-sveltekit": "^1.1.2",
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
"@twind/with-sveltekit": "^1.1.3",
"svelte": "^3.54.0",
"svelte-check": "^2.10.2",
"svelte-preprocess": "^4.10.7",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/with-web-components

## 1.0.8

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7
- @twind/with-web-components@1.1.3

## 1.0.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/with-web-components",
"description": "Web Components example",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.3",
"@twind/with-web-components": "1.1.2"
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/with-web-components": "1.1.3"
},
"devDependencies": {
"vite": "^4.0.1"
Expand Down
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.8

### Patch Changes

- Updated dependencies [[`ccc9c9a9`](https://github.com/tw-in-js/twind/commit/ccc9c9a959c8b61b7429c3539e709e7b39cc3ae8)]:
- @twind/core@1.1.3
- @twind/preset-tailwind@1.1.4
- @twind/preset-autoprefix@1.0.7

## 1.0.7

### Patch Changes
Expand Down
Loading

0 comments on commit 4df9465

Please sign in to comment.