Skip to content

Commit 7d58f90

Browse files
committed
chore(release): publish new version 0.8.22
1 parent 0d99614 commit 7d58f90

File tree

39 files changed

+253
-118
lines changed

39 files changed

+253
-118
lines changed

Diff for: CHANGELOG.md

+12-21
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,51 @@
1-
# [](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.20...v) (2023-02-15)
1+
# (2023-02-20)
22

33

44

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

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

8-
### Bug Fixes
10+
## 0.8.22 (2023-02-20)
911

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

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

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

14-
## [0.8.18](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.17...v0.8.18) (2022-10-06)
18+
### Bug Fixes
19+
20+
* **pandino:** fix bundle lifecycle issues for bundle chains ([be046a2](https://github.com/BlackBeltTechnology/pandino/commit/be046a278b71722350046537c6775d64addaef7d))
1521

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

1724
### Features
1825

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

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

25-
2630
### Features
2731

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

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

34-
3536
### Features
3637

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

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

44-
4543
### Bug Fixes
4644

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

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

53-
5449
### Bug Fixes
5550

5651
* BundleContext API ([389ce0a](https://github.com/BlackBeltTechnology/pandino/commit/389ce0a47202453768f36d48dba9b0a5137f4f7b))
@@ -78,7 +73,6 @@
7873
* service loading error ([2135fe5](https://github.com/BlackBeltTechnology/pandino/commit/2135fe51760cf93d5cbab219b18787a8c9288df5))
7974
* test debugger breakpoint issues ([f8f0343](https://github.com/BlackBeltTechnology/pandino/commit/f8f03437616fefee371a757ecdaf8d12d62c2b86))
8075

81-
8276
### Features
8377

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

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"npmClient": "npm",
15-
"version": "0.8.21",
15+
"version": "0.8.22",
1616
"ignoreChanges": [
1717
"**/__fixtures__/**",
1818
"**/__tests__/**",

Diff for: package-lock.json

+48-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/@pandino/bundle-installer-dom/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.8.22 (2023-02-20)
7+
8+
**Note:** Version bump only for package @pandino/bundle-installer-dom

Diff for: packages/@pandino/bundle-installer-dom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandino/bundle-installer-dom",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Install Bundles defined in a browser's DOM",
55
"module": "./dist/bundle-installer-dom.mjs",
66
"types": "dist/dist/index.d.ts",
@@ -42,8 +42,8 @@
4242
"src"
4343
],
4444
"devDependencies": {
45-
"@pandino/pandino-api": "^0.8.21",
46-
"@pandino/rollup-plugin-generate-manifest": "^0.8.20"
45+
"@pandino/pandino-api": "^0.8.22",
46+
"@pandino/rollup-plugin-generate-manifest": "^0.8.22"
4747
},
4848
"pandino": {
4949
"manifest": {
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.8.22 (2023-02-20)
7+
8+
**Note:** Version bump only for package @pandino/bundle-installer-nodejs

Diff for: packages/@pandino/bundle-installer-nodejs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pandino/bundle-installer-nodejs",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Install Bundles defined in the filesystem",
55
"main": "dist/cjs/bundle-installer-nodejs.js",
66
"module": "dist/esm/bundle-installer-nodejs.js",
@@ -44,8 +44,8 @@
4444
"src"
4545
],
4646
"devDependencies": {
47-
"@pandino/pandino-api": "^0.8.21",
48-
"@pandino/rollup-plugin-generate-manifest": "^0.8.20"
47+
"@pandino/pandino-api": "^0.8.22",
48+
"@pandino/rollup-plugin-generate-manifest": "^0.8.22"
4949
},
5050
"pandino": {
5151
"manifest": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.8.22 (2023-02-20)
7+
8+
**Note:** Version bump only for package @pandino/configuration-management-api

0 commit comments

Comments
 (0)