Skip to content

Commit

Permalink
Upgrade @headlessui/react to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mainej committed Jun 27, 2022
1 parent d055f70 commit 4a82586
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 22 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ change log follows the conventions of

## [Unreleased]

## [1.6.5.70]
- Upgraded to @headlessui/react 1.6.5

## [1.6.4.68]
- Upgraded to @headlessui/react 1.6.4

Expand Down Expand Up @@ -105,7 +108,8 @@ Update clojars with more repository information.
### Added
- Reagent interop with @headlessui/react for Disclosure, Transition and FocusTrap

[Unreleased]: https://github.com/mainej/headlessui-reagent/compare/v1.6.4.68...main
[Unreleased]: https://github.com/mainej/headlessui-reagent/compare/v1.6.5.70...main
[1.6.5.70]: https://github.com/mainej/headlessui-reagent/compare/v1.6.4.68...v1.6.5.70
[1.6.4.68]: https://github.com/mainej/headlessui-reagent/compare/v1.6.3.67...v1.6.4.68
[1.6.3.67]: https://github.com/mainej/headlessui-reagent/compare/v1.6.2.64...v1.6.3.67
[1.6.2.64]: https://github.com/mainej/headlessui-reagent/compare/v1.6.1.63...v1.6.2.64
Expand Down
2 changes: 1 addition & 1 deletion dev/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(def ^:private lib 'com.github.mainej/headlessui-reagent)
(def ^:private rev-count (Integer/parseInt (b/git-count-revs nil)))
(def ^:private headlessui-react-version "1.6.4")
(def ^:private headlessui-react-version "1.6.5")
(defn- format-version [revision] (str headlessui-react-version "." revision))
(def ^:private version (format-version rev-count))
(def ^:private next-version (format-version (inc rev-count)))
Expand Down
14 changes: 7 additions & 7 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tailwindcss": "^3.0.24"
},
"dependencies": {
"@headlessui/react": "1.6.4",
"@headlessui/react": "1.6.5",
"@heroicons/react": "^1.0.5"
}
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headlessui-reagent",
"version": "1.6.4.68",
"version": "1.6.5.70",
"description": "Adapts headlessui for use with Reagent",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
},
"homepage": "https://github.com/mainej/headlessui-reagent#readme",
"devDependencies": {
"@headlessui/react": "^1.6.4"
"@headlessui/react": "^1.6.5"
}
}
2 changes: 1 addition & 1 deletion src/deps.cljs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:npm-deps { "@headlessui/react" "^1.6.4"}}
{:npm-deps { "@headlessui/react" "^1.6.5"}}

0 comments on commit 4a82586

Please sign in to comment.