Skip to content

Commit

Permalink
chore: release master (#785)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 20, 2024
1 parent 62ae95c commit f0cbc01
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "2.1.0",
"examples/nuxt": "2.1.0",
"examples/vanilla": "2.1.0",
"packages/vitron": "2.1.0"
".": "2.2.0",
"examples/nuxt": "2.1.1",
"examples/vanilla": "2.1.1",
"packages/vitron": "2.2.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.2.0](https://github.com/tada5hi/vitron/compare/v2.1.0...v2.2.0) (2024-05-20)


### Features

* bump vite to v5.x and rollup to v4.x ([a243f28](https://github.com/tada5hi/vitron/commit/a243f28d4bac116b13319660f683bcc0b283acdd))
* support for electron v29 ([1e8591d](https://github.com/tada5hi/vitron/commit/1e8591dd96f713fd654bd0ed401b008ab91c49f4))


### Bug Fixes

* **deps:** bump locter from 1.2.2 to 1.3.0 ([#665](https://github.com/tada5hi/vitron/issues/665)) ([23a1ea6](https://github.com/tada5hi/vitron/commit/23a1ea65d11d7d2fc50c41180d28e3ddcfafb3c1))
* **deps:** bump locter to v2.x ([7c1efd2](https://github.com/tada5hi/vitron/commit/7c1efd26d920a5dadd0e0dceaab726fef88a5bc8))
* **deps:** bump picocolors from 1.0.0 to 1.0.1 ([#770](https://github.com/tada5hi/vitron/issues/770)) ([9818644](https://github.com/tada5hi/vitron/commit/981864494953dfd96c43d5e8106eaedafd1b0bea))
* **deps:** bump semver and @types/semver ([#771](https://github.com/tada5hi/vitron/issues/771)) ([35eae09](https://github.com/tada5hi/vitron/commit/35eae0993bf9ca6038ee49e9bf7ff63e485f539b))
* **deps:** bump smob from 1.4.1 to 1.5.0 ([#775](https://github.com/tada5hi/vitron/issues/775)) ([6230888](https://github.com/tada5hi/vitron/commit/6230888fc2236e7300875d2b6284456213e1d5f9))
* **deps:** bump vite from 5.0.11 to 5.2.8 ([#758](https://github.com/tada5hi/vitron/issues/758)) ([d959ef3](https://github.com/tada5hi/vitron/commit/d959ef3478623f97342a2e9e0a3ae578e8a7fe9c))
* **deps:** bump vite from 5.2.8 to 5.2.11 ([#779](https://github.com/tada5hi/vitron/issues/779)) ([beea370](https://github.com/tada5hi/vitron/commit/beea37016f89bfffe0c08490eeee73785df7a669))
* **deps:** bump zod from 3.22.4 to 3.23.8 ([#773](https://github.com/tada5hi/vitron/issues/773)) ([3d8c5d2](https://github.com/tada5hi/vitron/commit/3d8c5d21d8442f15aea01e5fa7fd79b41806eab0))
* permit electron v28.x ([919a77e](https://github.com/tada5hi/vitron/commit/919a77e4842d6b64231eb0d9423ae5499954fbdc))

## [1.3.2](https://github.com/tada5hi/vitron/compare/v1.3.1...v1.3.2) (2023-08-23)


Expand Down
9 changes: 9 additions & 0 deletions examples/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [2.1.1](https://github.com/tada5hi/vitron/compare/v2.1.0...v2.1.1) (2024-05-20)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* vitron bumped from ^2.1.0 to ^2.2.0

## [2.1.0](https://github.com/tada5hi/vitron/compare/examples-nuxt-v2.0.0...examples-nuxt-v2.1.0) (2024-01-13)


Expand Down
4 changes: 2 additions & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vitron/nuxt",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"main": ".vitron/main/index.js",
"description": "This is my first vitron app.",
"scripts": {
Expand All @@ -18,6 +18,6 @@
"electron": "^30.0.6",
"electron-builder": "^24.13.3",
"nuxt": "^3.11.2",
"vitron": "^2.1.0"
"vitron": "^2.2.0"
}
}
9 changes: 9 additions & 0 deletions examples/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [2.1.1](https://github.com/tada5hi/vitron/compare/v2.1.0...v2.1.1) (2024-05-20)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* vitron bumped from ^2.1.0 to ^2.2.0

## [2.1.0](https://github.com/tada5hi/vitron/compare/examples-vanilla-v2.0.0...examples-vanilla-v2.1.0) (2024-01-13)


Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vitron/vanilla",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",
"description": "This is my first vitron app.",
"scripts": {
Expand All @@ -17,6 +17,6 @@
"devDependencies": {
"electron": "^30.0.6",
"electron-builder": "^24.13.3",
"vitron": "^2.1.0"
"vitron": "^2.2.0"
}
}
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitron/root",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"author": {
"name": "Peter Placzek",
Expand Down
21 changes: 21 additions & 0 deletions packages/vitron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [2.2.0](https://github.com/tada5hi/vitron/compare/v2.1.0...v2.2.0) (2024-05-20)


### Features

* bump vite to v5.x and rollup to v4.x ([a243f28](https://github.com/tada5hi/vitron/commit/a243f28d4bac116b13319660f683bcc0b283acdd))
* support for electron v29 ([1e8591d](https://github.com/tada5hi/vitron/commit/1e8591dd96f713fd654bd0ed401b008ab91c49f4))


### Bug Fixes

* **deps:** bump locter from 1.2.2 to 1.3.0 ([#665](https://github.com/tada5hi/vitron/issues/665)) ([23a1ea6](https://github.com/tada5hi/vitron/commit/23a1ea65d11d7d2fc50c41180d28e3ddcfafb3c1))
* **deps:** bump locter to v2.x ([7c1efd2](https://github.com/tada5hi/vitron/commit/7c1efd26d920a5dadd0e0dceaab726fef88a5bc8))
* **deps:** bump picocolors from 1.0.0 to 1.0.1 ([#770](https://github.com/tada5hi/vitron/issues/770)) ([9818644](https://github.com/tada5hi/vitron/commit/981864494953dfd96c43d5e8106eaedafd1b0bea))
* **deps:** bump semver and @types/semver ([#771](https://github.com/tada5hi/vitron/issues/771)) ([35eae09](https://github.com/tada5hi/vitron/commit/35eae0993bf9ca6038ee49e9bf7ff63e485f539b))
* **deps:** bump smob from 1.4.1 to 1.5.0 ([#775](https://github.com/tada5hi/vitron/issues/775)) ([6230888](https://github.com/tada5hi/vitron/commit/6230888fc2236e7300875d2b6284456213e1d5f9))
* **deps:** bump vite from 5.0.11 to 5.2.8 ([#758](https://github.com/tada5hi/vitron/issues/758)) ([d959ef3](https://github.com/tada5hi/vitron/commit/d959ef3478623f97342a2e9e0a3ae578e8a7fe9c))
* **deps:** bump vite from 5.2.8 to 5.2.11 ([#779](https://github.com/tada5hi/vitron/issues/779)) ([beea370](https://github.com/tada5hi/vitron/commit/beea37016f89bfffe0c08490eeee73785df7a669))
* **deps:** bump zod from 3.22.4 to 3.23.8 ([#773](https://github.com/tada5hi/vitron/issues/773)) ([3d8c5d2](https://github.com/tada5hi/vitron/commit/3d8c5d21d8442f15aea01e5fa7fd79b41806eab0))
* permit electron v28.x ([919a77e](https://github.com/tada5hi/vitron/commit/919a77e4842d6b64231eb0d9423ae5499954fbdc))

## [2.1.0](https://github.com/tada5hi/vitron/compare/vitron@2.0.0...vitron-v2.1.0) (2024-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/vitron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitron",
"version": "2.1.0",
"version": "2.2.0",
"description": "This is a library to build beautiful (win, linux, mac) desktop apps for modern web projects with vite and electron.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit f0cbc01

Please sign in to comment.