Skip to content

Commit

Permalink
chore: release master (#667)
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 Jan 13, 2024
1 parent f7045b9 commit 96b7cf7
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"examples/nuxt": "2.0.0",
"examples/vanilla": "2.0.0",
"packages/vitron": "2.0.0"
"examples/nuxt": "2.1.0",
"examples/vanilla": "2.1.0",
"packages/vitron": "2.1.0"
}
14 changes: 14 additions & 0 deletions examples/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

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


### Miscellaneous Chores

* **examples-nuxt:** Synchronize main versions


### Dependencies

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

## 2.0.0

### Major Changes
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.0.0",
"version": "2.1.0",
"main": ".vitron/main/index.js",
"description": "This is my first vitron app.",
"scripts": {
Expand All @@ -18,6 +18,6 @@
"electron": "^28.1.3",
"electron-builder": "^24.9.1",
"nuxt": "^3.9.1",
"vitron": "^2.0.0"
"vitron": "^2.1.0"
}
}
14 changes: 14 additions & 0 deletions examples/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

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


### Miscellaneous Chores

* **examples-vanilla:** Synchronize main versions


### Dependencies

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

## 2.0.0

### Major Changes
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.0.0",
"version": "2.1.0",
"main": "index.js",
"description": "This is my first vitron app.",
"scripts": {
Expand All @@ -17,6 +17,6 @@
"devDependencies": {
"electron": "^28.1.3",
"electron-builder": "^24.9.1",
"vitron": "^2.0.0"
"vitron": "^2.1.0"
}
}
13 changes: 13 additions & 0 deletions packages/vitron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

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


### Features

* bump vite to v5.x and rollup to v4.x ([a243f28](https://github.com/tada5hi/vitron/commit/a243f28d4bac116b13319660f683bcc0b283acdd))


### 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))
* permit electron v28.x ([919a77e](https://github.com/tada5hi/vitron/commit/919a77e4842d6b64231eb0d9423ae5499954fbdc))

## 2.0.0

### Major Changes
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.0.0",
"version": "2.1.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 96b7cf7

Please sign in to comment.