Skip to content

Commit

Permalink
prepare patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Jan 8, 2024
1 parent ac64a80 commit d625361
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 156 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Check Types
run: |
yarn build
yarn lint-types
env:
CI: true

- run: git fetch --tags -f

- name: Resolve version
Expand Down
5 changes: 0 additions & 5 deletions packages/@headlessui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix error when transition classes contain new lines ([#2871](https://github.com/tailwindlabs/headlessui/pull/2871))
- Improve iOS locking ([7721aca](https://github.com/tailwindlabs/headlessui/commit/7721acaecea2008c2d7e8ab29cc8d45b70bb021e))

### Added

- Add `immediate` prop to `<Combobox />` for immediately opening the Combobox when the `input` receives focus ([#2686](https://github.com/tailwindlabs/headlessui/pull/2686))
- Add `virtual` prop to `Combobox` component ([#2779](https://github.com/tailwindlabs/headlessui/pull/2779))

## [1.7.17] - 2023-08-17

### Fixed
Expand Down
5 changes: 0 additions & 5 deletions packages/@headlessui-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix CJS types ([#2880](https://github.com/tailwindlabs/headlessui/pull/2880))
- Fix error when transition classes contain new lines ([#2871](https://github.com/tailwindlabs/headlessui/pull/2871))

### Added

- Add `immediate` prop to `<Combobox />` for immediately opening the Combobox when the `input` receives focus ([#2686](https://github.com/tailwindlabs/headlessui/pull/2686))
- Add `virtual` prop to `Combobox` component ([#2779](https://github.com/tailwindlabs/headlessui/pull/2779))

## [1.7.16] - 2023-08-17

### Fixed
Expand Down
139 changes: 0 additions & 139 deletions packages/playground-react/pages/combobox/combobox-open-on-focus.tsx

This file was deleted.

0 comments on commit d625361

Please sign in to comment.