Skip to content

Commit d625361

Browse files
committed
prepare patch release
1 parent ac64a80 commit d625361

File tree

4 files changed

+0
-156
lines changed

4 files changed

+0
-156
lines changed

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828

29-
- name: Check Types
30-
run: |
31-
yarn build
32-
yarn lint-types
33-
env:
34-
CI: true
35-
3629
- run: git fetch --tags -f
3730

3831
- name: Resolve version

packages/@headlessui-react/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Fix error when transition classes contain new lines ([#2871](https://github.com/tailwindlabs/headlessui/pull/2871))
2424
- Improve iOS locking ([7721aca](https://github.com/tailwindlabs/headlessui/commit/7721acaecea2008c2d7e8ab29cc8d45b70bb021e))
2525

26-
### Added
27-
28-
- Add `immediate` prop to `<Combobox />` for immediately opening the Combobox when the `input` receives focus ([#2686](https://github.com/tailwindlabs/headlessui/pull/2686))
29-
- Add `virtual` prop to `Combobox` component ([#2779](https://github.com/tailwindlabs/headlessui/pull/2779))
30-
3126
## [1.7.17] - 2023-08-17
3227

3328
### Fixed

packages/@headlessui-vue/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Fix CJS types ([#2880](https://github.com/tailwindlabs/headlessui/pull/2880))
2323
- Fix error when transition classes contain new lines ([#2871](https://github.com/tailwindlabs/headlessui/pull/2871))
2424

25-
### Added
26-
27-
- Add `immediate` prop to `<Combobox />` for immediately opening the Combobox when the `input` receives focus ([#2686](https://github.com/tailwindlabs/headlessui/pull/2686))
28-
- Add `virtual` prop to `Combobox` component ([#2779](https://github.com/tailwindlabs/headlessui/pull/2779))
29-
3025
## [1.7.16] - 2023-08-17
3126

3227
### Fixed

packages/playground-react/pages/combobox/combobox-open-on-focus.tsx

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)