Skip to content

Commit

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

## [Unreleased]

## [1.4.3.44]
### Changed
- Upgraded to @headlessui/react 1.4.3

## [1.4.2.43]
### Changed
- Upgraded to @headlessui/react 1.4.2
Expand Down Expand Up @@ -66,7 +70,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.4.2.43...main
[Unreleased]: https://github.com/mainej/headlessui-reagent/compare/v1.4.3.44...main
[1.4.3.44]: https://github.com/mainej/headlessui-reagent/compare/v1.4.2.43...1.4.3.44
[1.4.2.43]: https://github.com/mainej/headlessui-reagent/compare/v1.4.1.40...1.4.2.43
[1.4.1.40]: https://github.com/mainej/headlessui-reagent/compare/v1.4.0.32...v1.4.1.40
[1.4.0.32]: https://github.com/mainej/headlessui-reagent/compare/v1.2.1...v1.4.0.32
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.4.2")
(def ^:private headlessui-react-version "1.4.3")
(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
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.4.2.43",
"version": "1.4.3.44",
"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.4.2"
"@headlessui/react": "^1.4.3"
}
}
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.4.2"}}
{:npm-deps { "@headlessui/react" "^1.4.3"}}

0 comments on commit 58181dd

Please sign in to comment.