Skip to content

Commit

Permalink
chore(release): publish new version 0.8.30
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbelt-oss committed Nov 11, 2023
1 parent 05e261c commit 6c27315
Show file tree
Hide file tree
Showing 43 changed files with 194 additions and 110 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (2023-07-24)
# (2023-11-11)



Expand All @@ -7,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.30 (2023-11-11)

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

## 0.8.29 (2023-07-24)

**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 @@ -12,7 +12,7 @@
}
},
"npmClient": "npm",
"version": "0.8.29",
"version": "0.8.30",
"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.30 (2023-11-11)

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

## 0.8.29 (2023-07-24)

**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.29",
"version": "0.8.30",
"description": "Install Bundles defined in a browser's DOM",
"module": "./dist/esm/bundle-installer-dom.mjs",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"dist"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.29",
"@pandino/rollup-plugin-generate-manifest": "^0.8.29"
"@pandino/pandino-api": "^0.8.30",
"@pandino/rollup-plugin-generate-manifest": "^0.8.30"
},
"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.30 (2023-11-11)

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

## 0.8.29 (2023-07-24)

**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.29",
"version": "0.8.30",
"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 @@ -43,8 +43,8 @@
"dist"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.29",
"@pandino/rollup-plugin-generate-manifest": "^0.8.29"
"@pandino/pandino-api": "^0.8.30",
"@pandino/rollup-plugin-generate-manifest": "^0.8.30"
},
"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.30 (2023-11-11)

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

## 0.8.29 (2023-07-24)

**Note:** Version bump only for package @pandino/configuration-management-api
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.29",
"version": "0.8.30",
"description": "Pandino Configuration Management API",
"main": "dist/cjs/configuration-management-api.cjs",
"module": "dist/esm/configuration-management-api.mjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dist"
],
"devDependencies": {
"@pandino/pandino-api": "^0.8.29",
"@pandino/persistence-manager-api": "^0.8.29"
"@pandino/pandino-api": "^0.8.30",
"@pandino/persistence-manager-api": "^0.8.30"
}
}
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.30 (2023-11-11)

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

## 0.8.29 (2023-07-24)

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

0 comments on commit 6c27315

Please sign in to comment.