Skip to content

Commit d40071a

Browse files
committed
Publish
- @twind/next-with-shim-example@1.0.9 - @twind/next-example@1.0.9 - @twind/next@1.0.9
1 parent 4a12357 commit d40071a

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

examples/next-with-shim/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.9](https://github.com/tw-in-js/use-twind-with/compare/@twind/next-with-shim-example@1.0.8...@twind/next-with-shim-example@1.0.9) (2021-11-04)
7+
8+
**Note:** Version bump only for package @twind/next-with-shim-example
9+
610
## [1.0.8](https://github.com/tw-in-js/use-twind-with/compare/@twind/next-with-shim-example@1.0.7...@twind/next-with-shim-example@1.0.8) (2021-06-22)
711

812
**Note:** Version bump only for package @twind/next-with-shim-example

examples/next-with-shim/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twind/next-with-shim-example",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"private": true,
55
"scripts": {
66
"dev": "next",
@@ -14,7 +14,7 @@
1414
"twind": "^0.16.0"
1515
},
1616
"devDependencies": {
17-
"@twind/next": "^1.0.8",
17+
"@twind/next": "^1.0.9",
1818
"@types/node": "^12.12.21",
1919
"@types/react": "^17.0.2",
2020
"@types/react-dom": "^17.0.1",

examples/next/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.9](https://github.com/tw-in-js/use-twind-with/compare/@twind/next-example@1.0.8...@twind/next-example@1.0.9) (2021-11-04)
7+
8+
**Note:** Version bump only for package @twind/next-example
9+
610
## [1.0.8](https://github.com/tw-in-js/use-twind-with/compare/@twind/next-example@1.0.7...@twind/next-example@1.0.8) (2021-06-22)
711

812
**Note:** Version bump only for package @twind/next-example

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twind/next-example",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"private": true,
55
"scripts": {
66
"dev": "next",
@@ -14,7 +14,7 @@
1414
"twind": "^0.16.0"
1515
},
1616
"devDependencies": {
17-
"@twind/next": "^1.0.8",
17+
"@twind/next": "^1.0.9",
1818
"@types/node": "^12.12.21",
1919
"@types/react": "^17.0.2",
2020
"@types/react-dom": "^17.0.1",

packages/next/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.9](https://github.com/tw-in-js/use-twind-with/compare/@twind/next@1.0.8...@twind/next@1.0.9) (2021-11-04)
7+
8+
**Note:** Version bump only for package @twind/next
9+
610
## [1.0.8](https://github.com/tw-in-js/use-twind-with/compare/@twind/next@1.0.7...@twind/next@1.0.8) (2021-06-22)
711

812
**Note:** Version bump only for package @twind/next

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twind/next",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Twind integration for Next.js",
55
"keywords": [
66
"twind",

0 commit comments

Comments
 (0)