Skip to content

Commit

Permalink
Version Packages (tw-in-js#394)
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 Nov 18, 2022
1 parent 905208e commit 43dc58a
Show file tree
Hide file tree
Showing 54 changed files with 393 additions and 206 deletions.
28 changes: 0 additions & 28 deletions .changeset/great-papayas-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-horses-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-kiwis-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-roses-suffer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-tables-agree.md

This file was deleted.

11 changes: 11 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @example/basic

## 1.0.1

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

- Updated dependencies [[`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b), [`5949d61a`](https://github.com/tw-in-js/twind/commit/5949d61adeb3008c7b76f5ddb9453c000849fcb9)]:
- @twind/core@1.0.1
- @twind/preset-autoprefix@1.0.1
- @twind/preset-tailwind@1.0.1

## 1.0.0

### 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.0",
"version": "1.0.1",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0"
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1"
},
"devDependencies": {
"vite": "^3.2.3"
Expand Down
14 changes: 14 additions & 0 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @example/playground

## 1.0.1

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

- Updated dependencies [[`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b), [`5949d61a`](https://github.com/tw-in-js/twind/commit/5949d61adeb3008c7b76f5ddb9453c000849fcb9)]:
- @twind/core@1.0.1
- @twind/preset-autoprefix@1.0.1
- @twind/preset-ext@1.0.1
- @twind/preset-line-clamp@1.0.1
- @twind/preset-tailwind@1.0.1
- @twind/preset-tailwind-forms@1.0.1

## 1.0.0

### 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.0",
"version": "1.0.1",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,12 +21,12 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-ext": "1.0.0",
"@twind/preset-line-clamp": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/preset-tailwind-forms": "1.0.0"
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-ext": "1.0.1",
"@twind/preset-line-clamp": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/preset-tailwind-forms": "1.0.1"
},
"devDependencies": {
"vite": "^3.2.3"
Expand Down
12 changes: 12 additions & 0 deletions examples/using-tailwind-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @example/tailwind-forms

## 1.0.1

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

- Updated dependencies [[`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b), [`5949d61a`](https://github.com/tw-in-js/twind/commit/5949d61adeb3008c7b76f5ddb9453c000849fcb9)]:
- @twind/core@1.0.1
- @twind/preset-autoprefix@1.0.1
- @twind/preset-tailwind@1.0.1
- @twind/preset-tailwind-forms@1.0.1

## 1.0.0

### 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.0",
"version": "1.0.1",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/preset-tailwind-forms": "1.0.0"
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/preset-tailwind-forms": "1.0.1"
},
"devDependencies": {
"vite": "^3.2.3"
Expand Down
12 changes: 12 additions & 0 deletions examples/with-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @example/gatsby

## 1.0.1

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

- Updated dependencies [[`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b), [`5949d61a`](https://github.com/tw-in-js/twind/commit/5949d61adeb3008c7b76f5ddb9453c000849fcb9)]:
- @twind/core@1.0.1
- @twind/preset-autoprefix@1.0.1
- @twind/preset-tailwind@1.0.1
- [email protected]

## 1.0.0

### 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.0",
"version": "1.0.1",
"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.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"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.0.0",
"gatsby-plugin-twind": "1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
Expand Down
6 changes: 6 additions & 0 deletions examples/with-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @example/with-next

## 1.0.1

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

## 1.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/with-next",
"description": "next with twind example",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -21,10 +21,10 @@
"export": "next export"
},
"devDependencies": {
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/with-next": "1.0.0",
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/with-next": "1.0.1",
"@types/node": "^14.18.33",
"@types/react": "^17.0.52",
"next": "^12.3.3",
Expand Down
12 changes: 12 additions & 0 deletions examples/with-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @example/with-remix

## 0.0.2

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

- Updated dependencies [[`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b), [`5949d61a`](https://github.com/tw-in-js/twind/commit/5949d61adeb3008c7b76f5ddb9453c000849fcb9)]:
- @twind/core@1.0.1
- @twind/preset-autoprefix@1.0.1
- @twind/preset-tailwind@1.0.1
- @twind/with-remix@1.0.1

## 0.0.1

### 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",
"version": "0.0.2",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -24,10 +24,10 @@
"dependencies": {
"@remix-run/react": "^1.7.5",
"@remix-run/serve": "^1.7.5",
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/with-remix": "1.0.0",
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/with-remix": "1.0.1",
"@types/react": "^17.0.52",
"cross-env": "^7.0.3",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions examples/with-sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @example/sveltekit

## 1.0.1

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

## 1.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/with-sveltekit",
"description": "sveltekit with twind example",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
Expand All @@ -25,10 +25,10 @@
"devDependencies": {
"@sveltejs/adapter-node": "1.0.0-next.100",
"@sveltejs/kit": "1.0.0-next.547",
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/with-sveltekit": "1.0.0",
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/with-sveltekit": "1.0.1",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
Expand Down
13 changes: 13 additions & 0 deletions packages/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @twind/cdn

## 1.0.1

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

- prevent name mangling of toplevel variables when creating a iife script ([`5949d61a`](https://github.com/tw-in-js/twind/commit/5949d61adeb3008c7b76f5ddb9453c000849fcb9))

- Updated dependencies [[`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b), [`5949d61a`](https://github.com/tw-in-js/twind/commit/5949d61adeb3008c7b76f5ddb9453c000849fcb9)]:
- @twind/core@1.0.1
- @twind/preset-autoprefix@1.0.1
- @twind/preset-tailwind@1.0.1

## 1.0.0

### 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",
"version": "1.0.1",
"description": "Twind CDN is a drop-in replacement for Tailwind CSS Play CDN that is 6 times smaller (104kb vs 17kB) without any build step right in the browser",
"keywords": [
"twind",
Expand Down Expand Up @@ -31,9 +31,9 @@
}
],
"dependencies": {
"@twind/core": "^1.0.0",
"@twind/preset-autoprefix": "^1.0.0",
"@twind/preset-tailwind": "^1.0.0"
"@twind/core": "^1.0.1",
"@twind/preset-autoprefix": "^1.0.1",
"@twind/preset-tailwind": "^1.0.1"
},
"devDependencies": {
"typescript": "^4.8.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twind/core

## 1.0.1

### Patch Changes

- introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version ([`97805f45`](https://github.com/tw-in-js/twind/commit/97805f4584ef70a527beacc1ca6c622e0f17885b))

- prevent name mangling of toplevel variables when creating a iife script ([`5949d61a`](https://github.com/tw-in-js/twind/commit/5949d61adeb3008c7b76f5ddb9453c000849fcb9))

## 1.0.0

### Patch Changes
Expand Down
Loading

0 comments on commit 43dc58a

Please sign in to comment.