Skip to content

Commit

Permalink
chore(release): publish new version 0.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbelt-oss committed Feb 28, 2023
1 parent 7e2248d commit 80d22b4
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-27)
# (2023-02-28)


### Bug Fixes

* **react-hooks:** fix service tracker initial service detection ([154f0d6](https://github.com/BlackBeltTechnology/pandino/commit/154f0d6584f6fd3c25a66ec8b4389f034b431f9e))
* **pandino:** fix root cause of initial service tracking issues ([7e2248d](https://github.com/BlackBeltTechnology/pandino/commit/7e2248d4eb3f1f1b77af0ced1a53db5e6dfcc465))



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.25 (2023-02-28)

### Bug Fixes

* **pandino:** fix root cause of initial service tracking issues ([7e2248d](https://github.com/BlackBeltTechnology/pandino/commit/7e2248d4eb3f1f1b77af0ced1a53db5e6dfcc465))

## 0.8.24 (2023-02-27)

### 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.24",
"version": "0.8.25",
"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.25 (2023-02-28)

### Bug Fixes

* **pandino:** fix root cause of initial service tracking issues ([7e2248d](https://github.com/BlackBeltTechnology/pandino/commit/7e2248d4eb3f1f1b77af0ced1a53db5e6dfcc465))

## 0.8.24 (2023-02-27)

### 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.24",
"version": "0.8.25",
"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.24",
"@pandino/rollup-plugin-generate-manifest": "^0.8.24"
"@pandino/pandino-api": "^0.8.25",
"@pandino/rollup-plugin-generate-manifest": "^0.8.25"
},
"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.25 (2023-02-28)

### Bug Fixes

* **pandino:** fix root cause of initial service tracking issues ([7e2248d](https://github.com/BlackBeltTechnology/pandino/commit/7e2248d4eb3f1f1b77af0ced1a53db5e6dfcc465))

## 0.8.24 (2023-02-27)

### 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.24",
"version": "0.8.25",
"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.24",
"@pandino/rollup-plugin-generate-manifest": "^0.8.24"
"@pandino/pandino-api": "^0.8.25",
"@pandino/rollup-plugin-generate-manifest": "^0.8.25"
},
"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.25 (2023-02-28)

### Bug Fixes

* **pandino:** fix root cause of initial service tracking issues ([7e2248d](https://github.com/BlackBeltTechnology/pandino/commit/7e2248d4eb3f1f1b77af0ced1a53db5e6dfcc465))

## 0.8.24 (2023-02-27)

### 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.24",
"version": "0.8.25",
"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.24",
"@pandino/persistence-manager-api": "^0.8.24"
"@pandino/pandino-api": "^0.8.25",
"@pandino/persistence-manager-api": "^0.8.25"
}
}
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.25 (2023-02-28)

### Bug Fixes

* **pandino:** fix root cause of initial service tracking issues ([7e2248d](https://github.com/BlackBeltTechnology/pandino/commit/7e2248d4eb3f1f1b77af0ced1a53db5e6dfcc465))

## 0.8.24 (2023-02-27)

### Bug Fixes
Expand Down
Loading

0 comments on commit 80d22b4

Please sign in to comment.