Skip to content

Commit

Permalink
Bump version (#136)
Browse files Browse the repository at this point in the history
* chore: increment version number

* chore: modify tests version
  • Loading branch information
amihajlovski authored Apr 24, 2024
1 parent 8983b20 commit de3660b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/adyen-retail-react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/adyen-retail-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adyen-retail-react-app",
"version": "1.1.0",
"version": "1.2.0",
"license": "See license in LICENSE",
"engines": {
"node": "^16.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/adyen-salesforce-pwa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ vulnerability, [create a GitHub issue](https://github.com/Adyen/adyen-salesforce

Adyen Payments Composable Storefront Integration for B2C Commerce depends on:

1. PWA v3.1.1
2. [Adyen Web v5.51.0](https://www.npmjs.com/package/@adyen/adyen-web)
1. PWA v3.4.0
2. [Adyen Web v5.63.0](https://www.npmjs.com/package/@adyen/adyen-web)
3. [Adyen API Library for Node.js v16.0.1](https://www.npmjs.com/package/@adyen/api-library)
4. Node v18 or later
5. NPM v9 or later
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('payment methods controller', () => {
],
applicationInfo: {
externalPlatform: {integrator: '', name: 'SalesforceCommerceCloud', version: 'PWA'},
merchantApplication: {name: 'adyen-salesforce-commerce-cloud', version: '1.1.0'}
merchantApplication: {name: 'adyen-salesforce-commerce-cloud', version: '1.2.0'}
}
})
expect(consoleInfoSpy).toHaveBeenCalledTimes(2)
Expand Down Expand Up @@ -177,7 +177,7 @@ describe('payment methods controller', () => {
],
applicationInfo: {
externalPlatform: {integrator: '', name: 'SalesforceCommerceCloud', version: 'PWA'},
merchantApplication: {name: 'adyen-salesforce-commerce-cloud', version: '1.1.0'}
merchantApplication: {name: 'adyen-salesforce-commerce-cloud', version: '1.2.0'}
}
})
expect(consoleInfoSpy).toHaveBeenCalledTimes(2)
Expand Down
2 changes: 1 addition & 1 deletion packages/adyen-salesforce-pwa/lib/utils/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ export const ADYEN_ENVIRONMENT = {
TEST: 'TEST'
}

export const APPLICATION_VERSION = '1.1.0'
export const APPLICATION_VERSION = '1.2.0'
2 changes: 1 addition & 1 deletion packages/adyen-salesforce-pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/adyen-salesforce-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"payments",
"components"
],
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/app/index.js",
"bin": {
"include-env": "dist/scripts/include-env.js",
Expand Down

0 comments on commit de3660b

Please sign in to comment.