Skip to content

Commit

Permalink
Merge branch 'v4' into fix-model3d-dev-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Oct 25, 2023
2 parents c86b391 + abff6fb commit eb21113
Show file tree
Hide file tree
Showing 30 changed files with 1,369 additions and 183 deletions.
7 changes: 7 additions & 0 deletions .changeset/all-animals-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"gradio": minor
"gradio_client": minor
"website": minor
---

feat:WIP: Fix docs
6 changes: 6 additions & 0 deletions .changeset/floppy-glasses-wish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/app": patch
"gradio": patch
---

fix:Pending events behavior
6 changes: 6 additions & 0 deletions .changeset/rare-hornets-take.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"gradio": minor
"gradio_client": minor
---

feat:Fix remaining xfail tests in backend
6 changes: 6 additions & 0 deletions .changeset/yummy-boxes-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/slider": patch
"gradio": patch
---

fix:Fixes: slider bar are too thin on FireFox
10 changes: 5 additions & 5 deletions .github/actions/install-all-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ runs:
node_auth_token: ${{ inputs.node_auth_token }}
npm_token: ${{ inputs.npm_token }}
skip_build: ${{ inputs.skip_build }}
# - name: generate json
# shell: bash
# run: |
# . venv/bin/activate
# python js/_website/generate_jsons/generate.py
- name: generate json
shell: bash
run: |
. venv/bin/activate
python js/_website/generate_jsons/generate.py

0 comments on commit eb21113

Please sign in to comment.