Skip to content

Commit ab96071

Browse files
committed
Merge branch 'next' into FW-6912-textarea
2 parents bb45463 + 29f3f72 commit ab96071

File tree

30 files changed

+187
-107
lines changed

30 files changed

+187
-107
lines changed

.github/workflows/actions/download-archive/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: 'composite'
1212
steps:
13-
- uses: actions/download-artifact@v6
13+
- uses: actions/download-artifact@v7
1414
with:
1515
name: ${{ inputs.name }}
1616
path: ${{ inputs.path }}

.github/workflows/actions/test-core-screenshot/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
working-directory: ./core
6363
- name: 📦 Archive Updated Screenshots
6464
if: inputs.update == 'true' && steps.test-and-update.outputs.hasUpdatedScreenshots == 'true'
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v6
6666
with:
6767
name: updated-screenshots-${{ inputs.shard }}-${{ inputs.totalShards }}
6868
path: UpdatedScreenshots-${{ inputs.shard }}-${{ inputs.totalShards }}.zip

.github/workflows/actions/update-reference-screenshots/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1111
with:
1212
node-version: 24.x
13-
- uses: actions/download-artifact@v6
13+
- uses: actions/download-artifact@v7
1414
with:
1515
path: ./artifacts
1616
- name: 🔎 Extract Archives

.github/workflows/actions/upload-archive/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: 🗄️ Create Archive
1414
run: zip -q -r ${{ inputs.output }} ${{ inputs.paths }}
1515
shell: bash
16-
- uses: actions/upload-artifact@v5
16+
- uses: actions/upload-artifact@v6
1717
with:
1818
name: ${{ inputs.name }}
1919
path: ${{ inputs.output }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.13](https://github.com/ionic-team/ionic-framework/compare/v8.7.12...v8.7.13) (2025-12-13)
7+
8+
**Note:** Version bump only for package ionic-framework
9+
10+
11+
12+
13+
614
## [8.7.12](https://github.com/ionic-team/ionic-framework/compare/v8.7.11...v8.7.12) (2025-12-10)
715

816

core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.13](https://github.com/ionic-team/ionic-framework/compare/v8.7.12...v8.7.13) (2025-12-13)
7+
8+
**Note:** Version bump only for package @ionic/core
9+
10+
11+
12+
13+
614
## [8.7.12](https://github.com/ionic-team/ionic-framework/compare/v8.7.11...v8.7.12) (2025-12-10)
715

816

core/package-lock.json

Lines changed: 22 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ionic/core",
3-
"version": "8.7.12",
3+
"version": "8.7.13",
44
"description": "Base components for Ionic",
55
"engines": {
6-
"node": "24.x"
6+
"node": ">= 16"
77
},
88
"keywords": [
99
"ionic",
@@ -41,10 +41,10 @@
4141
},
4242
"devDependencies": {
4343
"@axe-core/playwright": "^4.11.0",
44-
"@capacitor/core": "^7.0.0",
45-
"@capacitor/haptics": "^7.0.0",
46-
"@capacitor/keyboard": "^7.0.0",
47-
"@capacitor/status-bar": "^7.0.0",
44+
"@capacitor/core": "^8.0.0",
45+
"@capacitor/haptics": "^8.0.0",
46+
"@capacitor/keyboard": "^8.0.0",
47+
"@capacitor/status-bar": "^8.0.0",
4848
"@clack/prompts": "^0.11.0",
4949
"@ionic/eslint-config": "^0.3.0",
5050
"@ionic/prettier-config": "^2.0.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"core",
44
"packages/*"
55
],
6-
"version": "8.7.12"
6+
"version": "8.7.13"
77
}

packages/angular-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.7.13](https://github.com/ionic-team/ionic-framework/compare/v8.7.12...v8.7.13) (2025-12-13)
7+
8+
**Note:** Version bump only for package @ionic/angular-server
9+
10+
11+
12+
13+
614
## [8.7.12](https://github.com/ionic-team/ionic-framework/compare/v8.7.11...v8.7.12) (2025-12-10)
715

816
**Note:** Version bump only for package @ionic/angular-server

0 commit comments

Comments
 (0)