Skip to content

Commit

Permalink
Version Packages (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 4, 2024
1 parent 1141959 commit 57f8455
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-starfishes-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-readers-pull.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/strong-otters-brush.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# single-spa-react

## 6.0.0

### Major Changes

- [#197](https://github.com/single-spa/single-spa-react/pull/197) [`1141959`](https://github.com/single-spa/single-spa-react/commit/1141959915c3a0073623e589b1eebd0891876745) Thanks [@MilanKovacic](https://github.com/MilanKovacic)! - ### Fixed

- Enhanced compatibility with various bundlers and TypeScript `moduleResolution` strategies. The package's export patterns have been refined to address issues previously encountered with different bundling tools, ensuring more consistent and reliable integration across diverse build environments. Additionally, TypeScript type definitions have been improved, enhancing type safety and developer experience in varied TypeScript setups.

### BREAKING CHANGES

- The changes in export patterns / types may require updates in how projects import from `single-spa-react/*`.

### Patch Changes

- [#191](https://github.com/single-spa/single-spa-react/pull/191) [`48389d9`](https://github.com/single-spa/single-spa-react/commit/48389d965624d554f82bca4abaa5975567582835) Thanks [@robmosca](https://github.com/robmosca)! - Add check for changeset being present in PRs

- [#193](https://github.com/single-spa/single-spa-react/pull/193) [`f22690d`](https://github.com/single-spa/single-spa-react/commit/f22690d1e8c5d78de9e4edeeef35d60284615153) Thanks [@robmosca](https://github.com/robmosca)! - Fix Node version for release workflow

## 5.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "single-spa-react",
"version": "5.1.4",
"version": "6.0.0",
"description": "Single-spa lifecycles helper for React apps",
"main": "lib/umd/single-spa-react.js",
"module": "lib/esm/single-spa-react.js",
Expand Down

0 comments on commit 57f8455

Please sign in to comment.