Skip to content

Commit

Permalink
build(change-log): v2.7.0 (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
edumaciel10 authored Nov 11, 2024
1 parent e67a2f6 commit b27f4bb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 2.7.0 (2024-11-11)

##### Build System / Dependencies

* **change-log:** v2.6.0 (#737) (f818d07e)

##### Bug Fixes

* **checkout:** allow multiple address (#738) (e67a2f63)

#### 2.6.0 (2024-10-09)

##### Build System / Dependencies
Expand Down
2 changes: 1 addition & 1 deletion Pix/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openpix/pix",
"description": "OpenPix Magento 2 Plugin",
"type": "magento2-module",
"version": "2.6.0",
"version": "2.7.0",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion Pix/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="OpenPix_Pix" setup_version="2.6.0">
<module name="OpenPix_Pix" setup_version="2.7.0">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down
Binary file added openpix_pix.2.7.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magento2-openpix",
"version": "2.6.0",
"version": "2.7.0",
"dependencies": {
"jest": "^29.7.0"
},
Expand Down

0 comments on commit b27f4bb

Please sign in to comment.