diff --git a/CHANGELOG.md b/CHANGELOG.md index 917f3e45..c5a40acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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)) @@ -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)) - - - diff --git a/lerna.json b/lerna.json index ce73bcfd..19c364de 100644 --- a/lerna.json +++ b/lerna.json @@ -12,7 +12,7 @@ } }, "npmClient": "npm", - "version": "0.8.21", + "version": "0.8.22", "ignoreChanges": [ "**/__fixtures__/**", "**/__tests__/**", diff --git a/package-lock.json b/package-lock.json index f1a1f4ca..793c0bd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9813,188 +9813,188 @@ } }, "packages/@pandino/bundle-installer-dom": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "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" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/bundle-installer-nodejs": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "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" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/configuration-management": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/configuration-management-api": "^0.8.21", - "@pandino/pandino": "^0.8.21", - "@pandino/pandino-api": "^0.8.21", - "@pandino/persistence-manager-api": "^0.8.21", - "@pandino/rollup-plugin-generate-manifest": "^0.8.20" + "@pandino/configuration-management-api": "^0.8.22", + "@pandino/pandino": "^0.8.22", + "@pandino/pandino-api": "^0.8.22", + "@pandino/persistence-manager-api": "^0.8.22", + "@pandino/rollup-plugin-generate-manifest": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/configuration-management-api": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21", - "@pandino/persistence-manager-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22", + "@pandino/persistence-manager-api": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/event-admin": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/event-api": "^0.8.21", - "@pandino/log-api": "^0.8.21", - "@pandino/pandino-api": "^0.8.21", - "@pandino/rollup-plugin-generate-manifest": "^0.8.20" + "@pandino/event-api": "^0.8.22", + "@pandino/log-api": "^0.8.22", + "@pandino/pandino-api": "^0.8.22", + "@pandino/rollup-plugin-generate-manifest": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/event-api": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/loader-configuration-dom": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/loader-configuration-nodejs": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/log-api": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/manifest-generator": { - "version": "0.8.20", + "version": "0.8.22", "license": "EPL-2.0", "engines": { "node": ">=14.9.0" } }, "packages/@pandino/pandino": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/pandino-api": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "engines": { "node": ">=14.9.0" } }, "packages/@pandino/persistence-manager-api": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/persistence-manager-localstorage": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21", - "@pandino/persistence-manager-api": "^0.8.21", - "@pandino/rollup-plugin-generate-manifest": "^0.8.20" + "@pandino/pandino-api": "^0.8.22", + "@pandino/persistence-manager-api": "^0.8.22", + "@pandino/rollup-plugin-generate-manifest": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/persistence-manager-memory": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21", - "@pandino/persistence-manager-api": "^0.8.21", - "@pandino/rollup-plugin-generate-manifest": "^0.8.20" + "@pandino/pandino-api": "^0.8.22", + "@pandino/persistence-manager-api": "^0.8.22", + "@pandino/rollup-plugin-generate-manifest": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/rollup-plugin-generate-manifest": { - "version": "0.8.20", + "version": "0.8.22", "license": "EPL-2.0", "dependencies": { - "@pandino/manifest-generator": "^0.8.20" + "@pandino/manifest-generator": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/umd-activator-resolver-dom": { - "version": "0.8.21", + "version": "0.8.22", "license": "EPL-2.0", "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" }, "engines": { "node": ">=14.9.0" } }, "packages/@pandino/webpack-plugin-generate-manifest": { - "version": "0.8.20", + "version": "0.8.22", "license": "EPL-2.0", "dependencies": { - "@pandino/manifest-generator": "^0.8.20" + "@pandino/manifest-generator": "^0.8.22" }, "devDependencies": { "webpack": "^5.75.0", diff --git a/packages/@pandino/bundle-installer-dom/CHANGELOG.md b/packages/@pandino/bundle-installer-dom/CHANGELOG.md new file mode 100644 index 00000000..49707b4d --- /dev/null +++ b/packages/@pandino/bundle-installer-dom/CHANGELOG.md @@ -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 diff --git a/packages/@pandino/bundle-installer-dom/package.json b/packages/@pandino/bundle-installer-dom/package.json index 250ce901..5f27a68c 100644 --- a/packages/@pandino/bundle-installer-dom/package.json +++ b/packages/@pandino/bundle-installer-dom/package.json @@ -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", @@ -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": { diff --git a/packages/@pandino/bundle-installer-nodejs/CHANGELOG.md b/packages/@pandino/bundle-installer-nodejs/CHANGELOG.md new file mode 100644 index 00000000..c0b935f7 --- /dev/null +++ b/packages/@pandino/bundle-installer-nodejs/CHANGELOG.md @@ -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 diff --git a/packages/@pandino/bundle-installer-nodejs/package.json b/packages/@pandino/bundle-installer-nodejs/package.json index f215d0fe..ed0f3d56 100644 --- a/packages/@pandino/bundle-installer-nodejs/package.json +++ b/packages/@pandino/bundle-installer-nodejs/package.json @@ -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", @@ -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": { diff --git a/packages/@pandino/configuration-management-api/CHANGELOG.md b/packages/@pandino/configuration-management-api/CHANGELOG.md new file mode 100644 index 00000000..3060ba3d --- /dev/null +++ b/packages/@pandino/configuration-management-api/CHANGELOG.md @@ -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 diff --git a/packages/@pandino/configuration-management-api/package.json b/packages/@pandino/configuration-management-api/package.json index 8ef4664e..e87a0c74 100644 --- a/packages/@pandino/configuration-management-api/package.json +++ b/packages/@pandino/configuration-management-api/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/configuration-management-api", - "version": "0.8.21", + "version": "0.8.22", "description": "Pandino Configuration Management API", "main": "dist/cjs/configuration-management-api.cjs", "module": "dist/esm/configuration-management-api.mjs", @@ -43,7 +43,7 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21", - "@pandino/persistence-manager-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22", + "@pandino/persistence-manager-api": "^0.8.22" } } diff --git a/packages/@pandino/configuration-management/CHANGELOG.md b/packages/@pandino/configuration-management/CHANGELOG.md new file mode 100644 index 00000000..35414e39 --- /dev/null +++ b/packages/@pandino/configuration-management/CHANGELOG.md @@ -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 diff --git a/packages/@pandino/configuration-management/package.json b/packages/@pandino/configuration-management/package.json index ce0e6658..8e721b68 100644 --- a/packages/@pandino/configuration-management/package.json +++ b/packages/@pandino/configuration-management/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/configuration-management", - "version": "0.8.21", + "version": "0.8.22", "description": "", "main": "./dist/cjs/configuration-management.cjs", "module": "./dist/esm/configuration-management.mjs", @@ -45,11 +45,11 @@ "src" ], "devDependencies": { - "@pandino/configuration-management-api": "^0.8.21", - "@pandino/pandino": "^0.8.21", - "@pandino/pandino-api": "^0.8.21", - "@pandino/persistence-manager-api": "^0.8.21", - "@pandino/rollup-plugin-generate-manifest": "^0.8.20" + "@pandino/configuration-management-api": "^0.8.22", + "@pandino/pandino": "^0.8.22", + "@pandino/pandino-api": "^0.8.22", + "@pandino/persistence-manager-api": "^0.8.22", + "@pandino/rollup-plugin-generate-manifest": "^0.8.22" }, "jest": { "collectCoverage": true, diff --git a/packages/@pandino/event-admin/CHANGELOG.md b/packages/@pandino/event-admin/CHANGELOG.md new file mode 100644 index 00000000..d3cb1e71 --- /dev/null +++ b/packages/@pandino/event-admin/CHANGELOG.md @@ -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/event-admin diff --git a/packages/@pandino/event-admin/package.json b/packages/@pandino/event-admin/package.json index fad35bfd..afe38082 100644 --- a/packages/@pandino/event-admin/package.json +++ b/packages/@pandino/event-admin/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/event-admin", - "version": "0.8.21", + "version": "0.8.22", "description": "Reference implementation of the Pandino Event Admin API", "main": "./dist/cjs/event-admin.cjs", "module": "./dist/esm/event-admin.mjs", @@ -46,10 +46,10 @@ "src" ], "devDependencies": { - "@pandino/event-api": "^0.8.21", - "@pandino/log-api": "^0.8.21", - "@pandino/pandino-api": "^0.8.21", - "@pandino/rollup-plugin-generate-manifest": "^0.8.20" + "@pandino/event-api": "^0.8.22", + "@pandino/log-api": "^0.8.22", + "@pandino/pandino-api": "^0.8.22", + "@pandino/rollup-plugin-generate-manifest": "^0.8.22" }, "jest": { "collectCoverage": true, diff --git a/packages/@pandino/event-api/CHANGELOG.md b/packages/@pandino/event-api/CHANGELOG.md new file mode 100644 index 00000000..ac04cdfd --- /dev/null +++ b/packages/@pandino/event-api/CHANGELOG.md @@ -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/event-api diff --git a/packages/@pandino/event-api/package.json b/packages/@pandino/event-api/package.json index ed566bc8..cff11dff 100644 --- a/packages/@pandino/event-api/package.json +++ b/packages/@pandino/event-api/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/event-api", - "version": "0.8.21", + "version": "0.8.22", "description": "Pandino Event API", "main": "dist/cjs/event-api.cjs", "module": "dist/esm/event-api.mjs", @@ -44,6 +44,6 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" } } diff --git a/packages/@pandino/loader-configuration-dom/CHANGELOG.md b/packages/@pandino/loader-configuration-dom/CHANGELOG.md new file mode 100644 index 00000000..02f107a7 --- /dev/null +++ b/packages/@pandino/loader-configuration-dom/CHANGELOG.md @@ -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/loader-configuration-dom diff --git a/packages/@pandino/loader-configuration-dom/package.json b/packages/@pandino/loader-configuration-dom/package.json index 6b093d0d..6192bfa5 100644 --- a/packages/@pandino/loader-configuration-dom/package.json +++ b/packages/@pandino/loader-configuration-dom/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/loader-configuration-dom", - "version": "0.8.21", + "version": "0.8.22", "description": "Bundle loading configuration for the DOM", "module": "./dist/loader-configuration-dom.mjs", "types": "dist/dist/index.d.ts", @@ -42,6 +42,6 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" } } diff --git a/packages/@pandino/loader-configuration-nodejs/CHANGELOG.md b/packages/@pandino/loader-configuration-nodejs/CHANGELOG.md new file mode 100644 index 00000000..01b6838a --- /dev/null +++ b/packages/@pandino/loader-configuration-nodejs/CHANGELOG.md @@ -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/loader-configuration-nodejs diff --git a/packages/@pandino/loader-configuration-nodejs/package.json b/packages/@pandino/loader-configuration-nodejs/package.json index d11dca66..63782c2e 100644 --- a/packages/@pandino/loader-configuration-nodejs/package.json +++ b/packages/@pandino/loader-configuration-nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/loader-configuration-nodejs", - "version": "0.8.21", + "version": "0.8.22", "description": "Bundle loading configuration for NodeJS", "main": "./dist/cjs/loader-configuration-nodejs.cjs", "module": "./dist/esm/loader-configuration-nodejs.mjs", @@ -44,6 +44,6 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" } } diff --git a/packages/@pandino/log-api/CHANGELOG.md b/packages/@pandino/log-api/CHANGELOG.md new file mode 100644 index 00000000..412abeee --- /dev/null +++ b/packages/@pandino/log-api/CHANGELOG.md @@ -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/log-api diff --git a/packages/@pandino/log-api/package.json b/packages/@pandino/log-api/package.json index 401c1e49..efe49215 100644 --- a/packages/@pandino/log-api/package.json +++ b/packages/@pandino/log-api/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/log-api", - "version": "0.8.21", + "version": "0.8.22", "description": "Pandino Log API", "main": "dist/cjs/log-api.cjs", "module": "dist/esm/log-api.mjs", @@ -43,6 +43,6 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" } } diff --git a/packages/@pandino/manifest-generator/CHANGELOG.md b/packages/@pandino/manifest-generator/CHANGELOG.md new file mode 100644 index 00000000..d925ae82 --- /dev/null +++ b/packages/@pandino/manifest-generator/CHANGELOG.md @@ -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/manifest-generator diff --git a/packages/@pandino/manifest-generator/package.json b/packages/@pandino/manifest-generator/package.json index 0301e7d7..fe0c2513 100644 --- a/packages/@pandino/manifest-generator/package.json +++ b/packages/@pandino/manifest-generator/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/manifest-generator", - "version": "0.8.20", + "version": "0.8.22", "description": "manifest generator utility to help manage Pandino Manifest file generation / maintenance", "main": "src/index.js", "scripts": {}, diff --git a/packages/@pandino/pandino-api/CHANGELOG.md b/packages/@pandino/pandino-api/CHANGELOG.md new file mode 100644 index 00000000..394829b0 --- /dev/null +++ b/packages/@pandino/pandino-api/CHANGELOG.md @@ -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/pandino-api diff --git a/packages/@pandino/pandino-api/package.json b/packages/@pandino/pandino-api/package.json index f50e53ae..3a8131a9 100644 --- a/packages/@pandino/pandino-api/package.json +++ b/packages/@pandino/pandino-api/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/pandino-api", - "version": "0.8.21", + "version": "0.8.22", "description": "Pandino public API", "main": "dist/cjs/pandino-api.cjs", "module": "dist/esm/pandino-api.mjs", diff --git a/packages/@pandino/pandino/CHANGELOG.md b/packages/@pandino/pandino/CHANGELOG.md new file mode 100644 index 00000000..52292d12 --- /dev/null +++ b/packages/@pandino/pandino/CHANGELOG.md @@ -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/pandino diff --git a/packages/@pandino/pandino/package.json b/packages/@pandino/pandino/package.json index 6da27833..068ff6b2 100644 --- a/packages/@pandino/pandino/package.json +++ b/packages/@pandino/pandino/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/pandino", - "version": "0.8.21", + "version": "0.8.22", "description": "The reference implementation of the Pandino API specification", "main": "./dist/cjs/pandino.cjs", "module": "./dist/esm/pandino.mjs", @@ -48,7 +48,7 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" }, "jest": { "collectCoverage": true, diff --git a/packages/@pandino/persistence-manager-api/CHANGELOG.md b/packages/@pandino/persistence-manager-api/CHANGELOG.md new file mode 100644 index 00000000..e200a841 --- /dev/null +++ b/packages/@pandino/persistence-manager-api/CHANGELOG.md @@ -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/persistence-manager-api diff --git a/packages/@pandino/persistence-manager-api/package.json b/packages/@pandino/persistence-manager-api/package.json index 8c9c6c0c..559df11d 100644 --- a/packages/@pandino/persistence-manager-api/package.json +++ b/packages/@pandino/persistence-manager-api/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/persistence-manager-api", - "version": "0.8.21", + "version": "0.8.22", "description": "Pandino Persistence Manager API", "main": "dist/cjs/persistence-manager-api.cjs", "module": "dist/esm/persistence-manager-api.mjs", @@ -44,6 +44,6 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" } } diff --git a/packages/@pandino/persistence-manager-localstorage/CHANGELOG.md b/packages/@pandino/persistence-manager-localstorage/CHANGELOG.md new file mode 100644 index 00000000..2a4535a1 --- /dev/null +++ b/packages/@pandino/persistence-manager-localstorage/CHANGELOG.md @@ -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/persistence-manager-localstorage diff --git a/packages/@pandino/persistence-manager-localstorage/package.json b/packages/@pandino/persistence-manager-localstorage/package.json index a8cbc802..b142c90f 100644 --- a/packages/@pandino/persistence-manager-localstorage/package.json +++ b/packages/@pandino/persistence-manager-localstorage/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/persistence-manager-localstorage", - "version": "0.8.21", + "version": "0.8.22", "description": "Localstorage implementation of the Pandino Persistence Manager API", "module": "./dist/esm/persistence-manager-localstorage.mjs", "types": "dist/esm/dist/index.d.ts", @@ -45,9 +45,9 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21", - "@pandino/persistence-manager-api": "^0.8.21", - "@pandino/rollup-plugin-generate-manifest": "^0.8.20" + "@pandino/pandino-api": "^0.8.22", + "@pandino/persistence-manager-api": "^0.8.22", + "@pandino/rollup-plugin-generate-manifest": "^0.8.22" }, "jest": { "collectCoverage": true, diff --git a/packages/@pandino/persistence-manager-memory/CHANGELOG.md b/packages/@pandino/persistence-manager-memory/CHANGELOG.md new file mode 100644 index 00000000..e0c1f34b --- /dev/null +++ b/packages/@pandino/persistence-manager-memory/CHANGELOG.md @@ -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/persistence-manager-memory diff --git a/packages/@pandino/persistence-manager-memory/package.json b/packages/@pandino/persistence-manager-memory/package.json index 2fb37943..ac9ebd43 100644 --- a/packages/@pandino/persistence-manager-memory/package.json +++ b/packages/@pandino/persistence-manager-memory/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/persistence-manager-memory", - "version": "0.8.21", + "version": "0.8.22", "description": "In Memory implementation of the Pandino Persistence Manager API", "main": "./dist/cjs/persistence-manager-memory.cjs", "module": "./dist/esm/persistence-manager-memory.mjs", @@ -48,9 +48,9 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21", - "@pandino/persistence-manager-api": "^0.8.21", - "@pandino/rollup-plugin-generate-manifest": "^0.8.20" + "@pandino/pandino-api": "^0.8.22", + "@pandino/persistence-manager-api": "^0.8.22", + "@pandino/rollup-plugin-generate-manifest": "^0.8.22" }, "jest": { "collectCoverage": true, diff --git a/packages/@pandino/rollup-plugin-generate-manifest/CHANGELOG.md b/packages/@pandino/rollup-plugin-generate-manifest/CHANGELOG.md new file mode 100644 index 00000000..457f99fb --- /dev/null +++ b/packages/@pandino/rollup-plugin-generate-manifest/CHANGELOG.md @@ -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/rollup-plugin-generate-manifest diff --git a/packages/@pandino/rollup-plugin-generate-manifest/package.json b/packages/@pandino/rollup-plugin-generate-manifest/package.json index 58e9a058..a865d2cd 100644 --- a/packages/@pandino/rollup-plugin-generate-manifest/package.json +++ b/packages/@pandino/rollup-plugin-generate-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/rollup-plugin-generate-manifest", - "version": "0.8.20", + "version": "0.8.22", "description": "Utility plugin to help manage Pandino Manifest file generation / maintenance", "main": "src/index.js", "scripts": {}, @@ -29,6 +29,6 @@ }, "license": "EPL-2.0", "dependencies": { - "@pandino/manifest-generator": "^0.8.20" + "@pandino/manifest-generator": "^0.8.22" } } diff --git a/packages/@pandino/umd-activator-resolver-dom/CHANGELOG.md b/packages/@pandino/umd-activator-resolver-dom/CHANGELOG.md new file mode 100644 index 00000000..493d72db --- /dev/null +++ b/packages/@pandino/umd-activator-resolver-dom/CHANGELOG.md @@ -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/umd-activator-resolver-dom diff --git a/packages/@pandino/umd-activator-resolver-dom/package.json b/packages/@pandino/umd-activator-resolver-dom/package.json index 01e7f4c1..aa38d471 100644 --- a/packages/@pandino/umd-activator-resolver-dom/package.json +++ b/packages/@pandino/umd-activator-resolver-dom/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/umd-activator-resolver-dom", - "version": "0.8.21", + "version": "0.8.22", "description": "Activator Resolver supporting UMD modules for browsers", "module": "./dist/umd-activator-resolver-dom.mjs", "types": "dist/dist/index.d.ts", @@ -43,6 +43,6 @@ "src" ], "devDependencies": { - "@pandino/pandino-api": "^0.8.21" + "@pandino/pandino-api": "^0.8.22" } } diff --git a/packages/@pandino/webpack-plugin-generate-manifest/CHANGELOG.md b/packages/@pandino/webpack-plugin-generate-manifest/CHANGELOG.md new file mode 100644 index 00000000..2322fb2f --- /dev/null +++ b/packages/@pandino/webpack-plugin-generate-manifest/CHANGELOG.md @@ -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/webpack-plugin-generate-manifest diff --git a/packages/@pandino/webpack-plugin-generate-manifest/package.json b/packages/@pandino/webpack-plugin-generate-manifest/package.json index ee6e7dbb..b62d7797 100644 --- a/packages/@pandino/webpack-plugin-generate-manifest/package.json +++ b/packages/@pandino/webpack-plugin-generate-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@pandino/webpack-plugin-generate-manifest", - "version": "0.8.20", + "version": "0.8.22", "description": "Utility plugin to help manage Pandino Manifest file generation / maintenance", "main": "src/index.js", "scripts": { @@ -31,7 +31,7 @@ }, "license": "EPL-2.0", "dependencies": { - "@pandino/manifest-generator": "^0.8.20" + "@pandino/manifest-generator": "^0.8.22" }, "devDependencies": { "webpack": "^5.75.0",