Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in Migrating to 1.4 #2575

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Fix a typo in Migrating to 1.4 #2575

merged 1 commit into from
Nov 15, 2023

Conversation

woxtu
Copy link
Contributor

@woxtu woxtu commented Nov 15, 2023

As the title says, this PR fixes a typo in Migrating to 1.4.

Copy link
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mbrandonw mbrandonw merged commit aca57e7 into pointfreeco:main Nov 15, 2023
@woxtu woxtu deleted the patch branch November 15, 2023 17:20
cgrindel-self-hosted-renovate bot added a commit to cgrindel/rules_swift_package_manager that referenced this pull request Nov 15, 2023
…ure to from: "1.4.2" (#737)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[pointfreeco/swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture)
| minor | `from: "1.3.0"` -> `from: "1.4.2"` |

---

### Release Notes

<details>
<summary>pointfreeco/swift-composable-architecture
(pointfreeco/swift-composable-architecture)</summary>

###
[`v1.4.2`](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.4.2)

[Compare
Source](https://github.com/pointfreeco/swift-composable-architecture/compare/1.4.1...1.4.2)

#### What's Changed

- Fixed: `swift-case-paths` is now correctly pinned from 1.1.0, which
should avoid some SPM resolution issues (thanks
[@&#8203;bdolewski-intellias](https://github.com/bdolewski-intellias),
[pointfreeco/swift-composable-architecture#2577).

#### New Contributors

-
[@&#8203;bdolewski-intellias](https://github.com/bdolewski-intellias)
made their first contribution in
[pointfreeco/swift-composable-architecture#2577

**Full Changelog**:
pointfreeco/swift-composable-architecture@1.4.1...1.4.2

###
[`v1.4.1`](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.4.1)

[Compare
Source](https://github.com/pointfreeco/swift-composable-architecture/compare/1.4.0...1.4.1)

#### What's Changed

- Fixed: A regression in `Reducer.forEach` was introduced in 1.4 that
broke compilation in some cases, notably in the TCACoordinators library.
This regression has been corrected (thanks
[@&#8203;rhysm94](https://github.com/rhysm94),
[pointfreeco/swift-composable-architecture#2570).
- Infrastructure: Updated Japanese and Korean README translations
(thanks [@&#8203;Achoo-kr](https://github.com/Achoo-kr),
[pointfreeco/swift-composable-architecture#2563,
[pointfreeco/swift-composable-architecture#2562).
- Infrastructure: Fixed documentation links (thanks
[@&#8203;johankool](https://github.com/johankool),
[pointfreeco/swift-composable-architecture#2566,
[pointfreeco/swift-composable-architecture#2576);
fixed migration guide typos (thanks
[@&#8203;kalupas226](https://github.com/kalupas226),
[pointfreeco/swift-composable-architecture#2569;
[@&#8203;woxtu](https://github.com/woxtu),
[pointfreeco/swift-composable-architecture#2575;
[@&#8203;Ryu0118](https://github.com/Ryu0118),
[pointfreeco/swift-composable-architecture#2574).
- Infrastructure: Clean up case study (thanks
[@&#8203;mike123789-dev](https://github.com/mike123789-dev),
[pointfreeco/swift-composable-architecture#2567).

#### New Contributors

- [@&#8203;Achoo-kr](https://github.com/Achoo-kr) made their first
contribution in
[pointfreeco/swift-composable-architecture#2563
- [@&#8203;mike123789-dev](https://github.com/mike123789-dev) made
their first contribution in
[pointfreeco/swift-composable-architecture#2567
- [@&#8203;woxtu](https://github.com/woxtu) made their first
contribution in
[pointfreeco/swift-composable-architecture#2575
- [@&#8203;rhysm94](https://github.com/rhysm94) made their first
contribution in
[pointfreeco/swift-composable-architecture#2570

**Full Changelog**:
pointfreeco/swift-composable-architecture@1.4.0...1.4.1

###
[`v1.4.0`](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.4.0)

[Compare
Source](https://github.com/pointfreeco/swift-composable-architecture/compare/1.3.0...1.4.0)

#### What's Changed

- Added: The `@Reducer` macro
([pointfreeco/swift-composable-architecture#2553).
See the [migration
guide](https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.4/)
for more details.
- Added: Reducer builder support for `any Reducer<State, Action>`
([pointfreeco/swift-composable-architecture#2533).
- Fixed: Silenced a SwiftUI sendability warning
([pointfreeco/swift-composable-architecture#2540).
- Fixed: Alert and confirmation dialog helpers now use `Text(verbatim:
"")` to avoid localization warnings
([pointfreeco/swift-composable-architecture#2541).
- Fixed: `Reducer.onChange` no longer requires an `Equatable`
conformance (thanks
[@&#8203;lukaskubanek](https://github.com/lukaskubanek),
[pointfreeco/swift-composable-architecture#2545).
- Infrastructure: Updated Swift compiler version to 5.7.1 to follow
Apple's policy (thanks
[@&#8203;jaesung-0o0](https://github.com/jaesung-0o0),
[pointfreeco/swift-composable-architecture#2549).
- Fixed: Short circuit equatability of ordered sets when counts don't
match
([pointfreeco/swift-composable-architecture#2556).
- Infrastructure: Added previews to integration test cases by
([pointfreeco/swift-composable-architecture#2551)

#### New Contributors

- [@&#8203;lukaskubanek](https://github.com/lukaskubanek) made their
first contribution in
[pointfreeco/swift-composable-architecture#2545

**Full Changelog**:
pointfreeco/swift-composable-architecture@1.3.0...1.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants