Skip to content

Commit

Permalink
chore(release): publish new version 0.8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbelt-oss committed Mar 1, 2023
1 parent a722ed9 commit 6174065
Show file tree
Hide file tree
Showing 41 changed files with 223 additions and 103 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# (2023-02-28)
# (2023-03-01)


### Bug Fixes

* **pandino:** fix root cause of initial service tracking issues ([7e2248d](https://github.com/BlackBeltTechnology/pandino/commit/7e2248d4eb3f1f1b77af0ced1a53db5e6dfcc465))
* **react-hooks:** improve service and bundle lifecycle handling ([a722ed9](https://github.com/BlackBeltTechnology/pandino/commit/a722ed9c24394e8f7369ea785c4e40b4f9a7b5fd))



Expand All @@ -12,6 +12,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.26 (2023-03-01)

### Bug Fixes

* **react-hooks:** improve service and bundle lifecycle handling ([a722ed9](https://github.com/BlackBeltTechnology/pandino/commit/a722ed9c24394e8f7369ea785c4e40b4f9a7b5fd))

## 0.8.25 (2023-02-28)

### Bug Fixes
Expand Down
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.25",
"version": "0.8.26",
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/@pandino/bundle-installer-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.26 (2023-03-01)

### Bug Fixes

* **react-hooks:** improve service and bundle lifecycle handling ([a722ed9](https://github.com/BlackBeltTechnology/pandino/commit/a722ed9c24394e8f7369ea785c4e40b4f9a7b5fd))

## 0.8.25 (2023-02-28)

### Bug Fixes
Expand Down
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.25",
"version": "0.8.26",
"description": "Install Bundles defined in a browser's DOM",
"module": "./dist/esm/bundle-installer-dom.mjs",
"types": "dist/esm/dist/index.d.ts",
Expand Down Expand Up @@ -42,8 +42,8 @@
"src"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.25",
"@pandino/rollup-plugin-generate-manifest": "^0.8.25"
"@pandino/pandino-api": "^0.8.26",
"@pandino/rollup-plugin-generate-manifest": "^0.8.26"
},
"pandino": {
"manifest": {
Expand Down
6 changes: 6 additions & 0 deletions packages/@pandino/bundle-installer-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.26 (2023-03-01)

### Bug Fixes

* **react-hooks:** improve service and bundle lifecycle handling ([a722ed9](https://github.com/BlackBeltTechnology/pandino/commit/a722ed9c24394e8f7369ea785c4e40b4f9a7b5fd))

## 0.8.25 (2023-02-28)

### Bug Fixes
Expand Down
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.25",
"version": "0.8.26",
"description": "Install Bundles defined in the filesystem",
"main": "dist/cjs/bundle-installer-nodejs.cjs",
"module": "dist/esm/bundle-installer-nodejs.mjs",
Expand Down Expand Up @@ -44,8 +44,8 @@
"src"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.25",
"@pandino/rollup-plugin-generate-manifest": "^0.8.25"
"@pandino/pandino-api": "^0.8.26",
"@pandino/rollup-plugin-generate-manifest": "^0.8.26"
},
"pandino": {
"manifest": {
Expand Down
6 changes: 6 additions & 0 deletions packages/@pandino/configuration-management-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.26 (2023-03-01)

### Bug Fixes

* **react-hooks:** improve service and bundle lifecycle handling ([a722ed9](https://github.com/BlackBeltTechnology/pandino/commit/a722ed9c24394e8f7369ea785c4e40b4f9a7b5fd))

## 0.8.25 (2023-02-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/@pandino/configuration-management-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pandino/configuration-management-api",
"version": "0.8.25",
"version": "0.8.26",
"description": "Pandino Configuration Management API",
"main": "dist/cjs/configuration-management-api.cjs",
"module": "dist/esm/configuration-management-api.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"src"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.25",
"@pandino/persistence-manager-api": "^0.8.25"
"@pandino/pandino-api": "^0.8.26",
"@pandino/persistence-manager-api": "^0.8.26"
}
}
6 changes: 6 additions & 0 deletions packages/@pandino/configuration-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.26 (2023-03-01)

### Bug Fixes

* **react-hooks:** improve service and bundle lifecycle handling ([a722ed9](https://github.com/BlackBeltTechnology/pandino/commit/a722ed9c24394e8f7369ea785c4e40b4f9a7b5fd))

## 0.8.25 (2023-02-28)

### Bug Fixes
Expand Down
Loading

0 comments on commit 6174065

Please sign in to comment.