Skip to content

Commit

Permalink
chore(release): publish new version 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Aug 29, 2022
1 parent 11e33db commit aca7985
Show file tree
Hide file tree
Showing 29 changed files with 158 additions and 102 deletions.
4 changes: 4 additions & 0 deletions 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.9](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.8...v0.8.9) (2022-08-29)

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

## [0.8.8](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.7...v0.8.8) (2022-08-29)

**Note:** Version bump only for package pandino-root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/@pandino/*"
],
"npmClient": "npm",
"version": "0.8.8",
"version": "0.8.9",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
126 changes: 63 additions & 63 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.9](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.8...v0.8.9) (2022-08-29)

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

## [0.8.8](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.7...v0.8.8) (2022-08-29)

**Note:** Version bump only for package @pandino/bundle-installer-dom
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.8",
"version": "0.8.9",
"description": "Install Bundles defined in a browser's DOM",
"module": "./dist/bundle-installer-dom.mjs",
"types": "dist/bundle-installer-dom.d.mts",
Expand Down Expand Up @@ -42,8 +42,8 @@
"src"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.8",
"@pandino/rollup-plugin-generate-manifest": "^0.8.8",
"@pandino/pandino-api": "^0.8.9",
"@pandino/rollup-plugin-generate-manifest": "^0.8.9",
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.70.1",
"rollup-plugin-clear": "^2.0.7",
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.9](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.8...v0.8.9) (2022-08-29)

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

## [0.8.8](https://github.com/BlackBeltTechnology/pandino/compare/v0.8.7...v0.8.8) (2022-08-29)

**Note:** Version bump only for package @pandino/bundle-installer-nodejs
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.8",
"version": "0.8.9",
"description": "Install Bundles defined in the filesystem",
"main": "dist/cjs/bundle-installer-nodejs.js",
"module": "dist/esm/bundle-installer-nodejs.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"src"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.8",
"@pandino/rollup-plugin-generate-manifest": "^0.8.8",
"@pandino/pandino-api": "^0.8.9",
"@pandino/rollup-plugin-generate-manifest": "^0.8.9",
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.70.1",
"rollup-plugin-clear": "^2.0.7",
Expand Down
Loading

0 comments on commit aca7985

Please sign in to comment.