Commit Graph

220 Commits

Author SHA1 Message Date
Liam DeBeasi
d68a7d1c11 merge release-7.0.11 (#27615) 2023-06-07 09:11:06 -04:00
Sean Perkins
5b4c28be80 merge release-7.0.10
Release 7.0.10
2023-05-31 14:07:45 -04:00
ionitron
6bbe4c99d2 v7.0.9 2023-05-25 13:26:29 +00:00
ionitron
9a89ae7998 v7.0.8 2023-05-24 12:39:07 +00:00
ionitron
3e17d29fe7 v7.0.7 2023-05-17 13:02:24 +00:00
ionitron
1eeb568df3 v7.0.6 2023-05-11 13:20:15 +00:00
ionitron
55a3d0fd14 v7.0.5 2023-05-03 12:49:22 +00:00
Sean Perkins
19c53c471b chore(react,react-router): bump typescript dev dependency to v4 (#27348)
Issue number: N/A

---------

<!-- Please refer to our contributing documentation for any questions on
submitting a pull request, or let us know here if you need any help:
https://ionicframework.com/docs/building/contributing -->

<!-- Some docs updates need to be made in the `ionic-docs` repo, in a
separate PR. See
https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#modifying-documentation
for details. -->

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->

Both react and the react-router packages are on v3 of Typescript. 

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->

- Updates the react and reac-router package to a minimum dev-dependency
of Typescript 4.0.5 (aligning with core)
- Fixes a conflict with the react router types when upgrading to v4 of
Typescript

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

<!-- If this introduces a breaking change, please describe the impact
and migration path for existing applications below. -->


## Other information

<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
2023-05-02 14:30:46 +00:00
ionitron
d9d11ede0a v7.0.4 2023-04-26 13:01:00 +00:00
Lars Mikkelsen
d425e6d4f3 chore(ci): enable npm package provenance (#27263)
See https://github.blog/2023-04-19-introducing-npm-package-provenance/
2023-04-24 13:04:10 +00:00
ionitron
02e9902781 v7.0.3 2023-04-19 13:29:55 +00:00
Liam DeBeasi
900aa66e83 merge release-7.0.2 (#27178) 2023-04-12 09:18:36 -04:00
ionitron
769424313f v7.0.1 2023-04-05 13:03:12 +00:00
ionitron
b6e3d587b9 v7.0.0 2023-03-29 17:00:15 +00:00
ionitron
5f53a0a63a v7.0.0-rc.5 2023-03-29 14:12:26 +00:00
ionitron
ae173317ec v7.0.0-rc.4 2023-03-27 16:15:39 +00:00
ionitron
fa5e25916b v7.0.0-rc.3 2023-03-22 14:59:46 +00:00
ionitron
26700ef3bc v7.0.0-rc.2 2023-03-15 14:35:01 +00:00
ionitron
87c9012e22 v7.0.0-rc.1 2023-03-08 15:35:13 +00:00
ionitron
4227f9e0b0 v7.0.0-rc.0 2023-03-01 21:41:30 +00:00
ionitron
50f5deb6a0 v7.0.0-beta.6 2023-03-01 20:03:05 +00:00
Sean Perkins
0d2fac2eef fix(angular): devs can import ionic/angular styles in css (#26875) 2023-02-28 13:29:40 -05:00
ionitron
c57a3b2812 v7.0.0-beta.5 2023-02-27 13:52:14 +00:00
ionitron
a50d566309 v7.0.0-beta.4 2023-02-22 16:20:21 +00:00
ionitron
67d1ab90a1 v7.0.0-beta.3 2023-02-15 16:12:23 +00:00
ionitron
aeecb4e5b3 v7.0.0-beta.2 2023-02-08 15:20:43 +00:00
ionitron
8ef9b63a2e v7.0.0-beta.1 2023-02-01 15:38:53 +00:00
ionitron
8ebe8277e3 v7.0.0-beta.0 2023-01-25 15:15:14 +00:00
Liam DeBeasi
6600578d60 Merge remote-tracking branch 'origin/main' into sync-beta-0 2023-01-25 09:19:43 -05:00
ionitron
135a4194ce v6.5.1 2023-01-25 13:46:32 +00:00
Liam DeBeasi
e8fb9e7328 chore(): sync with main 2023-01-23 13:38:16 -05:00
Liam DeBeasi
6d4c52aa5b chore(react-router): migrate to eslint, add prettier (#26634) 2023-01-18 17:22:16 -05:00
ionitron
cd5ae8dd5d v6.5.0 2023-01-18 15:06:12 +00:00
ionitron
a57f532bfc v6.4.3 2023-01-18 13:53:16 +00:00
ionitron
13904c28eb v6.4.2 2023-01-11 13:39:17 +00:00
Liam DeBeasi
f9c681331c chore(): sync with main 2022-12-14 16:49:32 -05:00
ionitron
bcd989bbd0 v6.4.1 2022-12-14 14:37:39 +00:00
Liam DeBeasi
b18a193684 chore(): sync with main 2022-12-08 12:39:38 -05:00
ionitron
3794363130 v6.4.0 2022-12-07 14:58:41 +00:00
ionitron
ebf9bb5dee v6.3.10 2022-12-07 14:03:42 +00:00
Sean Perkins
acb12b36ee Merge remote-tracking branch 'origin/main' into chore/sync-7.0-with-main-12-05-22 2022-12-05 11:25:10 -05:00
ionitron
a907a4a70e v6.3.9 2022-11-30 14:21:39 +00:00
ionitron
4d1081ae2a v6.3.8 2022-11-22 15:12:01 +00:00
Liam DeBeasi
961e1bddd3 chore(): sync with main 2022-11-21 11:37:08 -05:00
ionitron
f6821b75c4 v6.3.7 2022-11-16 15:00:23 +00:00
Liam DeBeasi
4127387731 refactor(ci): release process runs in parallel (#26269) 2022-11-15 16:33:39 -05:00
Sean Perkins
c149b42d0b Merge remote-tracking branch 'origin/main' into sync-7-11-15-22 2022-11-15 15:40:21 -05:00
ionitron
4964cdc0b6 v6.3.6 2022-11-10 16:40:20 +00:00
ionitron
d4a9af0552 v6.3.5 2022-11-09 14:06:56 +00:00
Liam DeBeasi
b470a307e3 chore(): sync with main 2022-11-08 13:13:46 -05:00