Skip to content

Commit

Permalink
Revert "Version Packages (#410)"
Browse files Browse the repository at this point in the history
This reverts commit 9f4aedf.
  • Loading branch information
sastan committed Dec 8, 2022
1 parent 20f7e39 commit 0ba8cca
Show file tree
Hide file tree
Showing 51 changed files with 119 additions and 283 deletions.
7 changes: 7 additions & 0 deletions .changeset/empty-pets-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@twind/core': patch
'@twind/preset-container-queries': patch
'@sites/cdn.twind.style': patch
---

add @twind/preset-container-queries
5 changes: 5 additions & 0 deletions .changeset/lazy-games-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@twind/intellisense': patch
---

improve sorting of suggested values
6 changes: 6 additions & 0 deletions .changeset/spicy-bears-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@twind/core': patch
'@twind/preset-container-queries': patch
---

respect modifier and non-alphanumeric chars in precedence
5 changes: 5 additions & 0 deletions .changeset/unlucky-carrots-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@twind/core': patch
---

improve slotting based on at-rule width
9 changes: 0 additions & 9 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @example/basic

## 1.0.2

### Patch Changes

- Updated dependencies [[`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d)]:
- @twind/core@1.0.2
- @twind/preset-autoprefix@1.0.2
- @twind/preset-tailwind@1.0.2

## 1.0.1

### 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.2",
"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.2",
"@twind/preset-autoprefix": "1.0.2",
"@twind/preset-tailwind": "1.0.2"
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1"
},
"devDependencies": {
"vite": "^3.2.3"
Expand Down
12 changes: 0 additions & 12 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# @example/playground

## 1.0.2

### Patch Changes

- Updated dependencies [[`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d)]:
- @twind/core@1.0.2
- @twind/preset-autoprefix@1.0.2
- @twind/preset-ext@1.0.2
- @twind/preset-line-clamp@1.0.2
- @twind/preset-tailwind@1.0.2
- @twind/preset-tailwind-forms@1.0.2

## 1.0.1

### 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.2",
"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.2",
"@twind/preset-autoprefix": "1.0.2",
"@twind/preset-ext": "1.0.2",
"@twind/preset-line-clamp": "1.0.2",
"@twind/preset-tailwind": "1.0.2",
"@twind/preset-tailwind-forms": "1.0.2"
"@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
10 changes: 0 additions & 10 deletions examples/using-tailwind-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @example/tailwind-forms

## 1.0.2

### Patch Changes

- Updated dependencies [[`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d)]:
- @twind/core@1.0.2
- @twind/preset-autoprefix@1.0.2
- @twind/preset-tailwind@1.0.2
- @twind/preset-tailwind-forms@1.0.2

## 1.0.1

### 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.2",
"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.2",
"@twind/preset-autoprefix": "1.0.2",
"@twind/preset-tailwind": "1.0.2",
"@twind/preset-tailwind-forms": "1.0.2"
"@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
10 changes: 0 additions & 10 deletions examples/with-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @example/gatsby

## 1.0.2

### Patch Changes

- Updated dependencies [[`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d)]:
- @twind/core@1.0.2
- @twind/preset-autoprefix@1.0.2
- @twind/preset-tailwind@1.0.2
- gatsby-plugin-twind@1.0.2

## 1.0.1

### 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.2",
"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.2",
"@twind/preset-autoprefix": "1.0.2",
"@twind/preset-tailwind": "1.0.2",
"@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.2",
"gatsby-plugin-twind": "1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
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.0.2",
"@twind/preset-autoprefix": "1.0.2",
"@twind/preset-tailwind": "1.0.2",
"@twind/with-next": "1.0.2",
"@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
10 changes: 0 additions & 10 deletions examples/with-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @example/with-remix

## 0.0.3

### Patch Changes

- Updated dependencies [[`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d)]:
- @twind/core@1.0.2
- @twind/preset-autoprefix@1.0.2
- @twind/preset-tailwind@1.0.2
- @twind/with-remix@1.0.2

## 0.0.2

### 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.3",
"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.2",
"@twind/preset-autoprefix": "1.0.2",
"@twind/preset-tailwind": "1.0.2",
"@twind/with-remix": "1.0.2",
"@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
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-next.100",
"@sveltejs/kit": "1.0.0-next.547",
"@twind/core": "^1.0.2",
"@twind/preset-autoprefix": "^1.0.2",
"@twind/preset-tailwind": "^1.0.2",
"@twind/with-sveltekit": "^1.0.2",
"@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
9 changes: 0 additions & 9 deletions packages/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @twind/cdn

## 1.0.2

### Patch Changes

- Updated dependencies [[`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d)]:
- @twind/core@1.0.2
- @twind/preset-autoprefix@1.0.2
- @twind/preset-tailwind@1.0.2

## 1.0.1

### 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.2",
"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.2",
"@twind/preset-autoprefix": "^1.0.2",
"@twind/preset-tailwind": "^1.0.2"
"@twind/core": "^1.0.1",
"@twind/preset-autoprefix": "^1.0.1",
"@twind/preset-tailwind": "^1.0.1"
},
"devDependencies": {
"typescript": "^4.8.4"
Expand Down
10 changes: 0 additions & 10 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @twind/core

## 1.0.2

### Patch Changes

- add @twind/preset-container-queries ([#399](https://github.com/tw-in-js/twind/pull/399))

- respect modifier and non-alphanumeric chars in precedence ([#399](https://github.com/tw-in-js/twind/pull/399))

- improve slotting based on at-rule width ([#399](https://github.com/tw-in-js/twind/pull/399))

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/core",
"version": "1.0.2",
"version": "1.0.1",
"description": "The core engine without any presets.",
"keywords": [
"twind",
Expand Down Expand Up @@ -54,7 +54,7 @@
}
},
"devDependencies": {
"@twind/preset-tailwind": "^1.0.2",
"@twind/preset-tailwind": "^1.0.1",
"typescript": "^4.8.4"
},
"scripts": {
Expand Down
9 changes: 0 additions & 9 deletions packages/intellisense/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @twind/intellisense

## 1.0.3

### Patch Changes

- improve sorting of suggested values ([#399](https://github.com/tw-in-js/twind/pull/399))

- Updated dependencies [[`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d)]:
- @twind/core@1.0.2

## 1.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/intellisense/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twind/intellisense",
"version": "1.0.3",
"version": "1.0.2",
"description": "IntelliSense utilities for Twind",
"keywords": [
"twind",
Expand Down Expand Up @@ -30,15 +30,15 @@
"quick-lru": "^6.1.1"
},
"devDependencies": {
"@twind/core": "^1.0.2",
"@twind/preset-autoprefix": "^1.0.2",
"@twind/preset-tailwind": "^1.0.2",
"@twind/core": "^1.0.1",
"@twind/preset-autoprefix": "^1.0.1",
"@twind/preset-tailwind": "^1.0.1",
"@types/css-tree": "^2.0.0",
"@types/cssbeautify": "^0.3.2",
"typescript": "^4.8.4"
},
"peerDependencies": {
"@twind/core": "^1.0.2",
"@twind/core": "^1.0.1",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
Expand Down
7 changes: 0 additions & 7 deletions packages/preset-autoprefix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @twind/preset-autoprefix

## 1.0.2

### Patch Changes

- Updated dependencies [[`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d), [`17bdfce6`](https://github.com/tw-in-js/twind/commit/17bdfce63a463f43614062040c2156112c87b50d)]:
- @twind/core@1.0.2

## 1.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit 0ba8cca

Please sign in to comment.