Skip to content

Commit

Permalink
chore(release): publish new version 0.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbelt-oss committed Feb 20, 2023
1 parent 0d99614 commit 7d58f90
Show file tree
Hide file tree
Showing 39 changed files with 253 additions and 118 deletions.
33 changes: 12 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,51 @@
# [](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.20...v) (2023-02-15)
# (2023-02-20)



## [0.8.20](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.19...v0.8.20) (2023-02-15)
# 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.22 (2023-02-20)

* **pandino:** fix bundle lifecycle issues for bundle chains ([be046a2](https://github.com/BlackBeltTechnology/pandino/commit/be046a278b71722350046537c6775d64addaef7d))
**Note:** Version bump only for package pandino-root

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

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

## [0.8.18](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.17...v0.8.18) (2022-10-06)
### 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 @@ -78,7 +73,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 @@ -130,6 +124,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.21",
"version": "0.8.22",
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/@pandino/bundle-installer-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 0.8.22 (2023-02-20)

**Note:** Version bump only for package @pandino/bundle-installer-dom
6 changes: 3 additions & 3 deletions packages/@pandino/bundle-installer-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandino/bundle-installer-dom",
"version": "0.8.21",
"version": "0.8.22",
"description": "Install Bundles defined in a browser's DOM",
"module": "./dist/bundle-installer-dom.mjs",
"types": "dist/dist/index.d.ts",
Expand Down Expand Up @@ -42,8 +42,8 @@
"src"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.21",
"@pandino/rollup-plugin-generate-manifest": "^0.8.20"
"@pandino/pandino-api": "^0.8.22",
"@pandino/rollup-plugin-generate-manifest": "^0.8.22"
},
"pandino": {
"manifest": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@pandino/bundle-installer-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 0.8.22 (2023-02-20)

**Note:** Version bump only for package @pandino/bundle-installer-nodejs
6 changes: 3 additions & 3 deletions packages/@pandino/bundle-installer-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandino/bundle-installer-nodejs",
"version": "0.8.21",
"version": "0.8.22",
"description": "Install Bundles defined in the filesystem",
"main": "dist/cjs/bundle-installer-nodejs.js",
"module": "dist/esm/bundle-installer-nodejs.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"src"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.21",
"@pandino/rollup-plugin-generate-manifest": "^0.8.20"
"@pandino/pandino-api": "^0.8.22",
"@pandino/rollup-plugin-generate-manifest": "^0.8.22"
},
"pandino": {
"manifest": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@pandino/configuration-management-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 0.8.22 (2023-02-20)

**Note:** Version bump only for package @pandino/configuration-management-api
Loading

0 comments on commit 7d58f90

Please sign in to comment.