Skip to content

Commit

Permalink
Merge branch 'fix-dev-sync-v2.7.3' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Oct 2, 2024
2 parents d016f29 + 223c02c commit a7cd5b8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.3](https://github.com/regen-network/regen-web/compare/v2.7.2...v2.7.3) (2024-09-24)

### Bug Fixes

- add overflow-hidden class to PostForm gallery items ([d35613b](https://github.com/regen-network/regen-web/commit/d35613bf9fe1361a6afc20ec72a3fbbe3886d59b))

## [2.7.2](https://github.com/regen-network/regen-web/compare/v2.7.1...v2.7.2) (2024-09-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.2",
"version": "2.7.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["web-marketplace", "web-components", "web-storybook", "web-www"]
Expand Down
6 changes: 6 additions & 0 deletions web-marketplace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.3](https://github.com/regen-network/regen-web/compare/v2.7.2...v2.7.3) (2024-09-24)

### Bug Fixes

- add overflow-hidden class to PostForm gallery items ([d35613b](https://github.com/regen-network/regen-web/commit/d35613bf9fe1361a6afc20ec72a3fbbe3886d59b))

## [2.7.1](https://github.com/regen-network/regen-web/compare/v2.7.0...v2.7.1) (2024-09-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion web-marketplace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-marketplace",
"version": "2.7.1",
"version": "2.7.3",
"private": true,
"dependencies": {
"@analytics/amplitude": "^0.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export const PostForm = ({
index === fields.length - 1
? 'mb-40 sm:mb-50'
: 'mb-20 sm:mb-30',
' mt-0',
' mt-0 overflow-hidden',
classes.galleryItem,
)}
fieldIndex={index}
Expand Down

0 comments on commit a7cd5b8

Please sign in to comment.