8000 fix(useListNavigation): use parent's orientation when opening/closing nested menus (#3199) · floating-ui/floating-ui@f0e61e2 · GitHub
[go: up one dir, main page]

Skip to content

fix(useListNavigation): use parent's orientation when opening/closing… #524

fix(useListNavigation): use parent's orientation when opening/closing…

fix(useListNavigation): use parent's orientation when opening/closing… #524

name: Release Floating UI
concurrency: ${{ github.workflow }}-${{ github.ref }}
on:
push:
branches: [master, next]
jobs:
test:
uses: ./.github/workflows/ci.yml
release:
name: Release
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release
version: node .github/changeset-version.js
commit: 'chore: version packages'
title: 'chore: version packages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0