Skip to content

Commit

Permalink
LPD-48103 Semantic versioning (gw baseline)
Browse files Browse the repository at this point in the history
# breaking

## What modules/apps/commerce/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPDefinitionSpecificationOptionValueService.java

modules/apps/commerce/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPDefinitionSpecificationOptionValueService.java now include visible boolean parameter into add and update methods

## Why

because the table now includes this column to manage the specifications visibility on front store

----

## What modules/apps/commerce/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPSpecificationOptionService.java

modules/apps/commerce/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPSpecificationOptionService.java now include visible boolean parameter into add and update methods

## Why

because the table now includes this column to manage the specifications visibility on front store

----
  • Loading branch information
alessiorendina committed Feb 28, 2025
1 parent 5897d28 commit 1ad02fd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/apps/commerce/commerce-product-api/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Commerce Product API
Bundle-SymbolicName: com.liferay.commerce.product.api
Bundle-Version: 88.2.1
Bundle-Version: 89.0.0
Export-Package:\
com.liferay.commerce.product.availability,\
com.liferay.commerce.product.catalog,\
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 14.5.0
version 14.6.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 25.0.0
version 25.1.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 49.2.0
version 50.0.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Headless Commerce Admin Catalog API
Bundle-SymbolicName: com.liferay.headless.commerce.admin.catalog.api
Bundle-Version: 37.0.2
Bundle-Version: 37.1.0
Export-Package:\
com.liferay.headless.commerce.admin.catalog.dto.v1_0,\
com.liferay.headless.commerce.admin.catalog.resource.v1_0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 19.0.0
version 19.1.0

0 comments on commit 1ad02fd

Please sign in to comment.