Skip to content

Commit

Permalink
build(change-log): v2.5.2 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell authored Oct 20, 2023
1 parent 6b75b3d commit 2cc0b72
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
#### 2.5.2 (2023-10-20)

##### Build System / Dependencies

* **deps-dev:**
* bump vite from 4.4.11 to 4.5.0 (#707) (ea82993c)
* bump @types/dotenv-safe from 8.1.3 to 8.1.4 (#706) (4d354cf3)
* bump @babel/preset-env from 7.22.20 to 7.23.2 (#703) (3378f5b9)
* bump @babel/preset-typescript from 7.23.0 to 7.23.2 (#704) (92d860e5)
* bump vite from 4.4.10 to 4.4.11 (#702) (cd9a43db)
* bump vite from 4.4.9 to 4.4.10 (#701) (7d9a1c42)
* bump @octokit/rest from 20.0.1 to 20.0.2 (#699) (40b662ca)
* bump @babel/preset-typescript from 7.22.15 to 7.23.0 (#700) (c29eb880)
* bump @types/dotenv-safe from 8.1.2 to 8.1.3 (#696) (8981a927)
* bump simple-git from 3.19.1 to 3.20.0 (#697) (309a8906)
* bump eslint-import-resolver-typescript (#698) (1c568020)
* bump @babel/preset-env from 7.22.15 to 7.22.20 (#695) (1322e7c4)
* **change-log:** v2.5.1 (#694) (5207ceb2)

##### Bug Fixes

* **typing:** remove typed properties (#709) (6b75b3d5)

#### 2.5.1 (2023-09-17)

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

0 comments on commit 2cc0b72

Please sign in to comment.