Skip to content

Commit

Permalink
build(change-log): v2.5.5 (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
edumaciel10 authored Jun 4, 2024
1 parent 1c8ec4c commit e1062fd
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
#### 2.5.5 (2024-06-04)

##### Build System / Dependencies

* **change-log:**
* v2.5.4 (#728) (383b9662)
* v2.5.3 (#713) (6cb10c6f)
* **deps-dev:**
* bump @babel/plugin-transform-typescript (#721) (96fd58c5)
* bump simple-git from 3.20.0 to 3.21.0 (#722) (adfe4e5f)
* bump @babel/plugin-transform-typescript (#716) (57b9e567)
* bump @babel/preset-env from 7.23.2 to 7.23.3 (#715) (59d66b2c)
* bump @babel/preset-typescript from 7.23.2 to 7.23.3 (#717) (1f44aeaf)
* bump @types/dotenv-safe from 8.1.4 to 8.1.5 (#714) (bd79f187)

##### Chores

* **env:** remove github_token from env (#727) (4695d4f2)

##### New Features

* **error:** normalize magento2 error handling (#731) (a6a8ae7a)
* **logs:** normalize our logs to be saved into the same file (#730) (d54c3e94)
* **clean:** clean (835986da)

##### Bug Fixes

* **oneclick:** fix oneclick event order (#726) (65ee9ea3)

#### 2.5.4 (2024-03-28)

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

0 comments on commit e1062fd

Please sign in to comment.