Skip to content

Commit 9336cf9

Browse files
github-actions[bot]jasonsaaymancubic-dev-ai[bot]
authored
chore(release): prepare release 1.13.4 (#7353)
* 1.13.4 * chore: codegen and some updates to workflows * chore: add github token Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jasonsaayman <[email protected]> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent ee90dfc commit 9336cf9

7 files changed

Lines changed: 186 additions & 545 deletions

File tree

.github/workflows/release-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
fi
5757
fi
5858
echo "::set-output name=newTag::$(node -p "require('./package.json').version")"
59+
- name: Bump bower etc
60+
env:
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
run: npm run preversion
5963
- name: Build project
6064
run: npm run build
6165
- name: Run unit tests

.github/workflows/run-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- "*/*"
88
- "**"
99
- "!sponsors"
10-
- "!release/**"
1110

1211
permissions:
1312
contents: read

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axios",
33
"main": "./dist/axios.js",
4-
"version": "1.13.3",
4+
"version": "1.13.4",
55
"homepage": "https://axios-http.com",
66
"authors": [
77
"Matt Zabriskie"

lib/env/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "1.13.3";
1+
export const VERSION = "1.13.4";

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
node = "22"
2+
node = "24"

0 commit comments

Comments
 (0)