Skip to content

Commit 5889346

Browse files
ci: release (#7399)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 69a05a8 commit 5889346

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

Diff for: .changeset/rare-lemons-peel.md

-5
This file was deleted.

Diff for: packages/sdk-axios-request-sender/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-storefront/sdk-axios-request-sender
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- **[CHANGED]** Bumped `axios` version to `^0.29.0` and moved it from `devDependencies` to `dependencies`.
8+
39
## 2.0.0
410

511
### Major Changes

Diff for: packages/sdk-axios-request-sender/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/sdk-axios-request-sender",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "lib/index.cjs.js",
55
"module": "lib/index.es.js",
66
"types": "lib/index.d.ts",

Diff for: yarn.lock

+7-6
Original file line numberDiff line numberDiff line change
@@ -3011,13 +3011,14 @@ aws-sdk@^2.1231.0:
30113011
uuid "8.0.0"
30123012
xml2js "0.5.0"
30133013

3014-
axios@^0.27.2:
3015-
version "0.27.2"
3016-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
3017-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
3014+
axios@^0.29.0:
3015+
version "0.29.0"
3016+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb"
3017+
integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg==
30183018
dependencies:
3019-
follow-redirects "^1.14.9"
3019+
follow-redirects "^1.15.4"
30203020
form-data "^4.0.0"
3021+
proxy-from-env "^1.1.0"
30213022

30223023
axios@^1.6.7:
30233024
version "1.6.7"
@@ -5408,7 +5409,7 @@ flatted@^3.1.0:
54085409
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
54095410
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
54105411

5411-
follow-redirects@^1.14.9, follow-redirects@^1.15.4:
5412+
follow-redirects@^1.15.4:
54125413
version "1.15.6"
54135414
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
54145415
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)