Skip to content

Commit

Permalink
chore(release): publish new version 0.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbelt-oss committed Feb 24, 2023
1 parent 76116d8 commit 754aa6f
Show file tree
Hide file tree
Showing 41 changed files with 194 additions and 160 deletions.
36 changes: 12 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,57 @@
# [](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.21...v) (2023-02-20)
# (2023-02-24)



## [0.8.21](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.20...v0.8.21) (2023-02-17)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Bug Fixes
## 0.8.23 (2023-02-24)

* improve bundle loading stability, fix type exports ([41a9508](https://github.com/BlackBeltTechnology/pandino/commit/41a9508d31920297acb84c4229a4d89ed99eaf3b))
**Note:** Version bump only for package pandino-root

# [](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.21...v) (2023-02-20)

## [0.8.21](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.20...v0.8.21) (2023-02-17)

## [0.8.20](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.19...v0.8.20) (2023-02-15)
### Bug Fixes

* improve bundle loading stability, fix type exports ([41a9508](https://github.com/BlackBeltTechnology/pandino/commit/41a9508d31920297acb84c4229a4d89ed99eaf3b))

## [0.8.20](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.19...v0.8.20) (2023-02-15)

### Bug Fixes

* **pandino:** fix bundle lifecycle issues for bundle chains ([be046a2](https://github.com/BlackBeltTechnology/pandino/commit/be046a278b71722350046537c6775d64addaef7d))



## [0.8.18](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.17...v0.8.18) (2022-10-06)


### Features

* **pandino:** Add support for ActivatorResolvers ([c6b81e3](https://github.com/BlackBeltTechnology/pandino/commit/c6b81e3e996debe823791dc5843989a2b29cc298))



## [0.8.16](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.15...v0.8.16) (2022-09-08)


### Features

* **webpack-plugin-generate-manifest:** add manifest generator for Webpack ([3fe7dc8](https://github.com/BlackBeltTechnology/pandino/commit/3fe7dc894a3e07aff27f5a3279c22d21a4c84afb))



## [0.8.13](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.12...v0.8.13) (2022-09-02)


### Features

* **loader-configuration-dom:** introduce default DOM-based bundler loader ([ad6756d](https://github.com/BlackBeltTechnology/pandino/commit/ad6756d206b42cbc947ca56cdacd9ac60520afb9))
* **loader-configuration-nodejs:** introduce default NodeJS-based bundler loader ([7e7ded7](https://github.com/BlackBeltTechnology/pandino/commit/7e7ded759207839e50419e417748e619c7c4b5bf))



## [0.8.1](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.0...v0.8.1) (2022-08-25)


### Bug Fixes

* fix types section of package.json files ([8c7fd71](https://github.com/BlackBeltTechnology/pandino/commit/8c7fd71c7245789bcb0702e2085be186d1313fe7))



# [0.8.0](https://github.com/BlackBeltTechnology/pandino/compare/389ce0a47202453768f36d48dba9b0a5137f4f7b...v0.8.0) (2022-08-23)


### Bug Fixes

* BundleContext API ([389ce0a](https://github.com/BlackBeltTechnology/pandino/commit/389ce0a47202453768f36d48dba9b0a5137f4f7b))
Expand Down Expand Up @@ -87,7 +79,6 @@
* service loading error ([2135fe5](https://github.com/BlackBeltTechnology/pandino/commit/2135fe51760cf93d5cbab219b18787a8c9288df5))
* test debugger breakpoint issues ([f8f0343](https://github.com/BlackBeltTechnology/pandino/commit/f8f03437616fefee371a757ecdaf8d12d62c2b86))


### Features

* add BundleTracker and ServiceTracker functionality ([3b4edc2](https://github.com/BlackBeltTechnology/pandino/commit/3b4edc2bbdfe190baca723b2d013cf41da3f7e0b))
Expand Down Expand Up @@ -139,6 +130,3 @@
* update react component proxy example project ([85fe048](https://github.com/BlackBeltTechnology/pandino/commit/85fe048290f31c6145d2ce751404a621e74dbfec))
* update react-pandino example project to include the new react-router-dom bundle ([c00c911](https://github.com/BlackBeltTechnology/pandino/commit/c00c911a018fb8596cb5fcafa81a22dcce1f3cc7))
* update react-pandino example project with initial version of wrapped MUI bundle ([f8b63b6](https://github.com/BlackBeltTechnology/pandino/commit/f8b63b620e115a7ae5311a0062e3007c8b77441c))



2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"npmClient": "npm",
"version": "0.8.22",
"version": "0.8.23",
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
Expand Down
Loading

0 comments on commit 754aa6f

Please sign in to comment.