Skip to content

Commit

Permalink
Merge pull request #10 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 Mar 16, 2024
2 parents ec2e899 + 12e615e commit 0e336c8
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extensions/ip": "0.2.2",
"extensions/ip": "0.2.3",
"extensions/math": "0.2.1",
"extensions/test": "0.1.1",
"extensions/search": "1.0.5",
"extensions/todoist": "0.2.2"
"extensions/search": "1.0.6",
"extensions/todoist": "0.2.3"
}
7 changes: 7 additions & 0 deletions extensions/ip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/RokiiApp/extensions/compare/ip-v0.2.2...ip-v0.2.3) (2024-03-16)


### Bug Fixes

* use https plugin ([4c7b201](https://github.com/RokiiApp/extensions/commit/4c7b2019017cd404038194adbf6d6015f8192d33))

## [0.2.2](https://github.com/RokiiApp/extensions/compare/ip-v0.2.1...ip-v0.2.2) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion extensions/ip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii-plugins/ip",
"version": "0.2.2",
"version": "0.2.3",
"description": "Check your current IP address",
"main": "dist/index.js",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
Expand Down
7 changes: 7 additions & 0 deletions extensions/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rokii-plugins/search

## [1.0.6](https://github.com/RokiiApp/extensions/compare/search-v1.0.5...search-v1.0.6) (2024-03-16)


### Bug Fixes

* move to new fetch api ([d62eebe](https://github.com/RokiiApp/extensions/commit/d62eebe0d44a8f8eab6467aac120123b36585221))

## [1.0.5](https://github.com/RokiiApp/extensions/compare/search-v1.0.4...search-v1.0.5) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion extensions/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii-plugins/search",
"version": "1.0.5",
"version": "1.0.6",
"description": "Use your favourite search engine in RokiiApp",
"main": "dist/index.js",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
Expand Down
7 changes: 7 additions & 0 deletions extensions/todoist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/RokiiApp/extensions/compare/todoist-v0.2.2...todoist-v0.2.3) (2024-03-16)


### Bug Fixes

* move to new fetch api ([9fa1f81](https://github.com/RokiiApp/extensions/commit/9fa1f8175f14000c24571b6d36f0716ab0178656))

## [0.2.2](https://github.com/RokiiApp/extensions/compare/todoist-v0.2.1...todoist-v0.2.2) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion extensions/todoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii-plugins/todoist",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"description": "Manage your Todoist tasks from Rokii",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
Expand Down

0 comments on commit 0e336c8

Please sign in to comment.