Skip to content

Commit

Permalink
Merge pull request #61 from RokiiApp/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
dubisdev authored Sep 12, 2024
2 parents e815c8b + 6ec157c commit a8963c7
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app": "1.8.12",
"packages/ui": "2.0.14",
"packages/api": "0.8.1",
"packages/build": "2.0.14",
"packages/utils": "2.0.10"
"app": "1.8.13",
"packages/ui": "2.0.15",
"packages/api": "0.8.2",
"packages/build": "2.0.15",
"packages/utils": "2.0.11"
}
7 changes: 7 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.13](https://github.com/RokiiApp/app/compare/rokii-v1.8.12...rokii-v1.8.13) (2024-09-12)


### Bug Fixes

* Force release ([e815c8b](https://github.com/RokiiApp/app/commit/e815c8bf6d7b72d6e4791d4760b3d70eb6cadbed))

## [1.8.12](https://github.com/RokiiApp/app/compare/rokii-v1.8.11...rokii-v1.8.12) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rokii",
"description": "Productivity booster for Windows",
"private": true,
"version": "1.8.12",
"version": "1.8.13",
"type": "module",
"scripts": {
"web:dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.2](https://github.com/RokiiApp/app/compare/api-v0.8.1...api-v0.8.2) (2024-09-12)


### Bug Fixes

* Force release ([e815c8b](https://github.com/RokiiApp/app/commit/e815c8bf6d7b72d6e4791d4760b3d70eb6cadbed))

## [0.8.1](https://github.com/RokiiApp/app/compare/api-v0.8.0...api-v0.8.1) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii/api",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"description": "Utils and Types for Rokii Plugin Developers",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
Expand Down
7 changes: 7 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rokii/build

## [2.0.15](https://github.com/RokiiApp/app/compare/build-v2.0.14...build-v2.0.15) (2024-09-12)


### Bug Fixes

* Force release ([e815c8b](https://github.com/RokiiApp/app/commit/e815c8bf6d7b72d6e4791d4760b3d70eb6cadbed))

## [2.0.14](https://github.com/RokiiApp/app/compare/build-v2.0.13...build-v2.0.14) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii/build",
"version": "2.0.14",
"version": "2.0.15",
"description": "Build utilities for Rokii plugins and packages",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
"repository": "RokiiApp/developers",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rokii/ui

## [2.0.15](https://github.com/RokiiApp/app/compare/ui-v2.0.14...ui-v2.0.15) (2024-09-12)


### Bug Fixes

* Force release ([e815c8b](https://github.com/RokiiApp/app/commit/e815c8bf6d7b72d6e4791d4760b3d70eb6cadbed))

## [2.0.14](https://github.com/RokiiApp/app/compare/ui-v2.0.13...ui-v2.0.14) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii/ui",
"version": "2.0.14",
"version": "2.0.15",
"type": "module",
"description": "Package with common UI components for Rokii",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rokii/utils

## [2.0.11](https://github.com/RokiiApp/app/compare/utils-v2.0.10...utils-v2.0.11) (2024-09-12)


### Bug Fixes

* Force release ([e815c8b](https://github.com/RokiiApp/app/commit/e815c8bf6d7b72d6e4791d4760b3d70eb6cadbed))

## [2.0.10](https://github.com/RokiiApp/app/compare/utils-v2.0.9...utils-v2.0.10) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii/utils",
"version": "2.0.10",
"version": "2.0.11",
"description": "Toolkit for developing Rokii plugins",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
"main": "dist/index.js",
Expand Down

0 comments on commit a8963c7

Please sign in to comment.