Skip to content

Commit

Permalink
Revert "Version Packages (#396)"
Browse files Browse the repository at this point in the history
This reverts commit 4768ae2.
  • Loading branch information
sastan committed Nov 18, 2022
1 parent 4768ae2 commit 4cab9d2
Show file tree
Hide file tree
Showing 54 changed files with 206 additions and 393 deletions.
28 changes: 28 additions & 0 deletions .changeset/great-papayas-decide.md
@@ -0,0 +1,28 @@
---
'@example/basic': patch
'@example/playground': patch
'@example/using-tailwind-forms': patch
'@example/with-gatsby': patch
'@example/with-next': patch
'@example/with-remix': patch
'@example/with-sveltekit': patch
'@twind/cdn': patch
'@twind/core': patch
'@twind/intellisense': patch
'@twind/preset-autoprefix': patch
'@twind/preset-ext': patch
'@twind/preset-line-clamp': patch
'@twind/preset-tailwind': patch
'@twind/preset-tailwind-forms': patch
'@twind/preset-typography': patch
'twind': patch
'gatsby-plugin-twind': patch
'@twind/with-next': patch
'@twind/with-remix': patch
'@twind/with-sveltekit': patch
'@sites/cdn.twind.style': patch
'@sites/twind.run': patch
'@sites/twind.style': patch
---

introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version
6 changes: 6 additions & 0 deletions .changeset/lovely-horses-perform.md
@@ -0,0 +1,6 @@
---
'@twind/cdn': patch
'@twind/core': patch
---

prevent name mangling of toplevel variables when creating a iife script
5 changes: 5 additions & 0 deletions .changeset/lucky-kiwis-love.md
@@ -0,0 +1,5 @@
---
'@sites/cdn.twind.style': patch
---

default to latest version
5 changes: 5 additions & 0 deletions .changeset/spicy-roses-suffer.md
@@ -0,0 +1,5 @@
---
'@sites/cdn.twind.style': patch
---

fix latest tag resolution
6 changes: 6 additions & 0 deletions .changeset/wicked-tables-agree.md
@@ -0,0 +1,6 @@
---
'@sites/twind.run': patch
'@sites/twind.style': patch
---

publish main branch
11 changes: 0 additions & 11 deletions examples/basic/CHANGELOG.md
@@ -1,16 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

- Updated dependencies [[`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8), [`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8)]:
- @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
@@ -1,7 +1,7 @@
{
"name": "@example/basic",
"description": "basic twind example",
"version": "1.0.1",
"version": "1.0.0",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1"
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0"
},
"devDependencies": {
"vite": "^3.2.3"
Expand Down
14 changes: 0 additions & 14 deletions examples/playground/CHANGELOG.md
@@ -1,19 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

- Updated dependencies [[`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8), [`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8)]:
- @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
@@ -1,7 +1,7 @@
{
"name": "@example/playground",
"description": "playground with all presets enabled",
"version": "1.0.1",
"version": "1.0.0",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,12 +21,12 @@
"preview": "vite preview"
},
"dependencies": {
"@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"
"@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"
},
"devDependencies": {
"vite": "^3.2.3"
Expand Down
12 changes: 0 additions & 12 deletions examples/using-tailwind-forms/CHANGELOG.md
@@ -1,17 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

- Updated dependencies [[`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8), [`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8)]:
- @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
@@ -1,7 +1,7 @@
{
"name": "@example/using-tailwind-forms",
"description": "tailwind-forms example",
"version": "1.0.1",
"version": "1.0.0",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/preset-tailwind-forms": "1.0.1"
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/preset-tailwind-forms": "1.0.0"
},
"devDependencies": {
"vite": "^3.2.3"
Expand Down
12 changes: 0 additions & 12 deletions examples/with-gatsby/CHANGELOG.md
@@ -1,17 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

- Updated dependencies [[`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8), [`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8)]:
- @twind/core@1.0.1
- @twind/preset-autoprefix@1.0.1
- @twind/preset-tailwind@1.0.1
- gatsby-plugin-twind@1.0.1

## 1.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "@example/with-gatsby",
"description": "gatsby with twind example",
"version": "1.0.1",
"version": "1.0.0",
"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.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"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.1",
"gatsby-plugin-twind": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
Expand Down
6 changes: 0 additions & 6 deletions examples/with-next/CHANGELOG.md
@@ -1,11 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

## 1.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-next/package.json
@@ -1,7 +1,7 @@
{
"name": "@example/with-next",
"description": "next with twind example",
"version": "1.0.1",
"version": "1.0.0",
"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.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/with-next": "1.0.1",
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/with-next": "1.0.0",
"@types/node": "^14.18.33",
"@types/react": "^17.0.52",
"next": "^12.3.3",
Expand Down
12 changes: 0 additions & 12 deletions examples/with-remix/CHANGELOG.md
@@ -1,17 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

- Updated dependencies [[`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8), [`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8)]:
- @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
@@ -1,7 +1,7 @@
{
"name": "@example/with-remix",
"description": "remix with twind example",
"version": "0.0.2",
"version": "0.0.1",
"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.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/with-remix": "1.0.1",
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/with-remix": "1.0.0",
"@types/react": "^17.0.52",
"cross-env": "^7.0.3",
"react": "^17.0.2",
Expand Down
6 changes: 0 additions & 6 deletions examples/with-sveltekit/CHANGELOG.md
@@ -1,11 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

## 1.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/with-sveltekit/package.json
@@ -1,7 +1,7 @@
{
"name": "@example/with-sveltekit",
"description": "sveltekit with twind example",
"version": "1.0.1",
"version": "1.0.0",
"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.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/with-sveltekit": "1.0.1",
"@twind/core": "1.0.0",
"@twind/preset-autoprefix": "1.0.0",
"@twind/preset-tailwind": "1.0.0",
"@twind/with-sveltekit": "1.0.0",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
Expand Down
13 changes: 0 additions & 13 deletions packages/cdn/CHANGELOG.md
@@ -1,18 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

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

- Updated dependencies [[`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8), [`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8)]:
- @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
@@ -1,6 +1,6 @@
{
"name": "@twind/cdn",
"version": "1.0.1",
"version": "1.0.0",
"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.1",
"@twind/preset-autoprefix": "^1.0.1",
"@twind/preset-tailwind": "^1.0.1"
"@twind/core": "^1.0.0",
"@twind/preset-autoprefix": "^1.0.0",
"@twind/preset-tailwind": "^1.0.0"
},
"devDependencies": {
"typescript": "^4.8.4"
Expand Down
8 changes: 0 additions & 8 deletions packages/core/CHANGELOG.md
@@ -1,13 +1,5 @@
# @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 ([`696f72b7`](https://github.com/tw-in-js/twind/commit/696f72b7fdc356d1ba726803db472a154d5b0ee8))

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

## 1.0.0

### Patch Changes
Expand Down

0 comments on commit 4cab9d2

Please sign in to comment.