Skip to content

Commit

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

##### Build System / Dependencies

* **change-log:** v2.7.0 (#739) (b27f4bb7)

#### 2.7.0 (2024-11-11)

##### 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.7.0",
"version": "2.7.1",
"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.7.0">
<module name="OpenPix_Pix" setup_version="2.7.1">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down
Binary file added openpix_pix.2.7.1.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.7.0",
"version": "2.7.1",
"dependencies": {
"jest": "^29.7.0"
},
Expand Down

0 comments on commit a60e5d4

Please sign in to comment.