Skip to content

Commit

Permalink
Merge branch 'release/4.351.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Jan 16, 2024
2 parents 1a2cb6d + 04fabb8 commit aff70a5
Show file tree
Hide file tree
Showing 36 changed files with 7,047 additions and 3,687 deletions.
15 changes: 10 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ jobs:
build:
# The primary container is an instance of the first list image listed. Your build commands run in this container.
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -34,7 +35,8 @@ jobs:
command: npm run build
test:
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- restore_cache:
Expand All @@ -53,7 +55,8 @@ jobs:
# prefix: coverage
doc:
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- restore_cache:
Expand All @@ -65,7 +68,8 @@ jobs:
npm run doc
prerelease:
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- restore_cache:
Expand All @@ -81,7 +85,8 @@ jobs:
command: npm publish --tag next --access public
deploy:
docker:
- image: circleci/node:latest
# - image: circleci/node:latest
- image: cimg/node:18.19.0
steps:
- checkout
- restore_cache:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Security

## v4.351.0 - 2024-01-17

### Added

- 注文取引中の外部ロケーションでの決済情報IFを拡張
- 決済サービスプロバイダーに3Dセキュア認証後加盟店戻りURLを追加
- 決済サービスプロバイダーに3Dセキュアコールバック方法を追加
- 注文の部分配送に対応
- 注文ステータスにOrderInTransitを追加

### Changed

- クレジットカードIFを3DSに対応
- 決済取引を3DSクレジットカードに対応
- OnAssetTransactionStatusChangedを予約取引に対応
- 注文取引のpotentialActions(sendOrder)を最適化

## v4.350.0 - 2023-12-27

### Changed
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![npm (scoped)](https://img.shields.io/npm/v/@chevre/factory.svg)](https://www.npmjs.com/package/@chevre/factory)
[![CircleCI](https://circleci.com/gh/chevre-jp/factory.svg?style=shield)](https://circleci.com/gh/chevre-jp/factory)
[![Coverage Status](https://coveralls.io/repos/github/chevre-jp/factory/badge.svg?branch=master)](https://coveralls.io/github/chevre-jp/factory?branch=master)
[![Dependency Status](https://img.shields.io/david/chevre-jp/factory.svg)](https://david-dm.org/chevre-jp/factory)
[![Known Vulnerabilities](https://snyk.io/test/github/chevre-jp/factory/badge.svg)](https://snyk.io/test/github/chevre-jp/factory)
[![npm](https://img.shields.io/npm/dm/@chevre/factory.svg)](https://nodei.co/npm/@chevre/factory/)

Expand Down
Loading

0 comments on commit aff70a5

Please sign in to comment.