-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from RokiiApp/release-please--branches--main
chore: release main
- Loading branch information
Showing
7 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|