Skip to content

Commit

Permalink
changelog, upgrade checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed May 16, 2024
1 parent cbba49c commit 7177cd5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-12
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,31 @@

## Unreleased

**Features**

- Adds support for `paymentMethodOrder` in PaymentSheet, which provides client side sorting of payment methods.

## 0.37.3 - 2024-04-19

**Fixes**

- Fixed an issue with generating App Privacy reports.
- Updated `stripe-ios` to 23.27.*
- Updated `stripe-android` to 20.41.*
- Updated `stripe-ios` to 23.27.\*
- Updated `stripe-android` to 20.41.\*

## 0.37.2 - 2024-04-02

**Fixes**

- Updated `stripe-ios` to 23.26.*
- Updated `stripe-android` to 20.40.*
- Updated `stripe-ios` to 23.26.\*
- Updated `stripe-android` to 20.40.\*

## 0.37.1 - 2024-03-15

**Fixes**

- Updated `stripe-ios` to 23.25.*
- Updated `stripe-android` to 20.39.*
- Updated `stripe-ios` to 23.25.\*
- Updated `stripe-android` to 20.39.\*

## 0.37.0 - 2024-02-16

Expand Down

0 comments on commit 7177cd5

Please sign in to comment.