Skip to content

Commit 30552f1

Browse files
authored
merge release-8.0.0 (#29352)
2 parents c69adbf + 2d8c9f4 commit 30552f1

File tree

4,360 files changed

+20071
-83312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,360 files changed

+20071
-83312
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ runs:
3232
run: npm ci
3333
shell: bash
3434
- name: Install Dependencies
35-
run: npx lerna bootstrap --include-dependencies --scope ${{ inputs.scope }} --ignore-scripts -- --legacy-peer-deps
35+
run: npx lerna@5 bootstrap --include-dependencies --scope ${{ inputs.scope }} --ignore-scripts -- --legacy-peer-deps
3636
shell: bash
3737
working-directory: ${{ inputs.working-directory }}
3838
- name: Update Version
39-
run: npx lerna version ${{ inputs.version }} --yes --exact --no-changelog --no-push --no-git-tag-version --preid=${{ inputs.preid }}
39+
run: npx lerna@5 version ${{ inputs.version }} --yes --exact --no-changelog --no-push --no-git-tag-version --preid=${{ inputs.preid }}
4040
shell: bash
4141
working-directory: ${{ inputs.working-directory }}
4242
- name: Run Build

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
strategy:
141141
fail-fast: false
142142
matrix:
143-
apps: [ng14, ng15, ng16, ng17]
143+
apps: [ng16, ng17]
144144
needs: [build-angular, build-angular-server]
145145
runs-on: ubuntu-latest
146146
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
"path": [
124124
"/npm/@ionic/core@6/dist/ionic/ionic.esm.js",
125125
"/npm/@ionic/core@latest/dist/ionic/ionic.esm.js",
126+
"/npm/@ionic/core@next/dist/ionic/ionic.esm.js",
126127
"/npm/@ionic/core@6/css/ionic.bundle.css",
127128
"/npm/@ionic/core@latest/css/ionic.bundle.css"
129+
"/npm/@ionic/core@next/css/ionic.bundle.css"
128130
]}'
129131
shell: bash

BREAKING.md

Lines changed: 192 additions & 240 deletions
Large diffs are not rendered by default.

BREAKING_ARCHIVE/v7.md

Lines changed: 331 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 209 additions & 4 deletions
Large diffs are not rendered by default.

core/.stylelintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ignoreFiles:
1111
- src/themes/ionic.mixins.scss
1212
- src/themes/ionic.functions.color.scss
1313
- src/themes/ionic.functions.string.scss
14+
- src/themes/ionic.theme.default.scss
15+
- src/css/themes/*.scss
1416

1517
indentation: 2
1618

core/CHANGELOG.md

Lines changed: 197 additions & 3 deletions
Large diffs are not rendered by default.

core/api.txt

Lines changed: 75 additions & 62 deletions
Large diffs are not rendered by default.

core/package-lock.json

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

0 commit comments

Comments
 (0)