Skip to content

Commit

Permalink
chore(release): publish new version 0.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbelt-oss committed Jul 24, 2023
1 parent d5abc58 commit 2ac4f61
Show file tree
Hide file tree
Showing 43 changed files with 198 additions and 115 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# (2023-03-06)


### Bug Fixes

* **react-hooks:** add missing service listener cleanup ([4783a4c](https://github.com/BlackBeltTechnology/pandino/commit/4783a4c4e10211ab06f606744b3bd8b075b6a0ed))
# (2023-07-24)



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

## 0.8.28 (2023-07-24)

**Note:** Version bump only for package pandino-root

## 0.8.27 (2023-03-06)

### 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.27",
"version": "0.8.28",
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

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

4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.28 (2023-07-24)

**Note:** Version bump only for package @pandino/bundle-installer-dom

## 0.8.27 (2023-03-06)

### 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.27",
"version": "0.8.28",
"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.27",
"@pandino/rollup-plugin-generate-manifest": "^0.8.27"
"@pandino/pandino-api": "^0.8.28",
"@pandino/rollup-plugin-generate-manifest": "^0.8.28"
},
"pandino": {
"manifest": {
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.28 (2023-07-24)

**Note:** Version bump only for package @pandino/bundle-installer-nodejs

## 0.8.27 (2023-03-06)

### 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.27",
"version": "0.8.28",
"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.27",
"@pandino/rollup-plugin-generate-manifest": "^0.8.27"
"@pandino/pandino-api": "^0.8.28",
"@pandino/rollup-plugin-generate-manifest": "^0.8.28"
},
"pandino": {
"manifest": {
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.28 (2023-07-24)

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

## 0.8.27 (2023-03-06)

### 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.27",
"version": "0.8.28",
"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.27",
"@pandino/persistence-manager-api": "^0.8.27"
"@pandino/pandino-api": "^0.8.28",
"@pandino/persistence-manager-api": "^0.8.28"
}
}
4 changes: 4 additions & 0 deletions packages/@pandino/configuration-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.8.28 (2023-07-24)

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

## 0.8.27 (2023-03-06)

### Bug Fixes
Expand Down
Loading

0 comments on commit 2ac4f61

Please sign in to comment.