Skip to content

Commit

Permalink
Upgrade @headlessui/react to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mainej committed Sep 6, 2021
1 parent 3cce72e commit 4538d66
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 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.1.40]
### Changed
- Upgraded to @headlessui/react 1.4.1

## [1.4.0.32]
### Added
- Reagent interop for Tab
Expand Down Expand Up @@ -58,7 +62,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.0.32...main
[Unreleased]: https://github.com/mainej/headlessui-reagent/compare/v1.4.1.40...main
[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
[1.2.1]: https://github.com/mainej/headlessui-reagent/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/mainej/headlessui-reagent/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Provides reagent wrappers for [@headlessui/react][headlessui] components.
Install as a [Clojure dependency][clojars]. Assuming you run your project with
shadow-cljs, `@headlessui/react` will be installed as a JS dependency.
Otherwise, you may have to `npm install` it yourself. `headlessui-reagent` was
built with `@headlessui/react` version `1.4.0` but may work with later versions.
built with `@headlessui/react` version `1.4.1` but may work with later versions.

## Usage

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.0")
(def ^:private headlessui-react-version "1.4.1")
(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.0.32",
"version": "1.4.1.40",
"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.0"
"@headlessui/react": "^1.4.1"
}
}
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.0"}}
{:npm-deps { "@headlessui/react" "^1.4.1"}}

0 comments on commit 4538d66

Please sign in to comment.