Skip to content

Commit

Permalink
Merge pull request #23 from gisce/sync/main-to-develop-20250122-13375…
Browse files Browse the repository at this point in the history
…3 [skip ci]

fix: sync changes from main to develop
  • Loading branch information
mguellsegarra authored Jan 22, 2025
2 parents d16b8de + 8bc4326 commit 0d1e92a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
target: ['alpha', 'develop']
steps:
- name: Call create sync pr
uses: gisce/[email protected].9
uses: gisce/[email protected].26
with:
repository: ${{ env.LIBRARY_NAME }}
targetBranch: ${{ matrix.target }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"engines": {
"node": "20.5.0"
},
"version": "1.9.0-rc.2",
"version": "1.9.2",
"module": "./dist/react-formiga-components.es.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/Dropdown/DropdownButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const DropdownButton: React.FC<DropdownButtonProps> = memo(
({ icon, label, ...restProps }: DropdownButtonProps) => {
return (
<Dropdown {...restProps}>
<Button>
<Button style={{ maxHeight: 28 }}>
{icon} {label} <DownOutlined />
</Button>
</Dropdown>
Expand Down

0 comments on commit 0d1e92a

Please sign in to comment.