Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RokiiApp/extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Mar 16, 2024
2 parents afc0296 + 04bcc68 commit ec2e899
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.1",
"extensions/ip": "0.2.2",
"extensions/math": "0.2.1",
"extensions/test": "0.1.1",
"extensions/search": "1.0.4",
"extensions/todoist": "0.2.1"
"extensions/search": "1.0.5",
"extensions/todoist": "0.2.2"
}
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.2](https://github.com/RokiiApp/extensions/compare/ip-v0.2.1...ip-v0.2.2) (2024-03-11)


### Bug Fixes

* avoid getting the ip each time ([6d19960](https://github.com/RokiiApp/extensions/commit/6d19960de2580971015f28d30b28cf942ade191d))

## [0.2.1](https://github.com/RokiiApp/extensions/compare/ip-v0.2.0...ip-v0.2.1) (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.1",
"version": "0.2.2",
"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.5](https://github.com/RokiiApp/extensions/compare/search-v1.0.4...search-v1.0.5) (2024-03-11)


### Bug Fixes

* Migrate to new Apps API ([6f24b10](https://github.com/RokiiApp/extensions/commit/6f24b1066040c4d1019803f4df29ca87db853724))

## [1.0.4](https://github.com/RokiiApp/extensions/compare/search-v1.0.3...search-v1.0.4) (2024-03-09)


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.4",
"version": "1.0.5",
"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.2](https://github.com/RokiiApp/extensions/compare/todoist-v0.2.1...todoist-v0.2.2) (2024-03-11)


### Bug Fixes

* migrate to new API ([60c6d2e](https://github.com/RokiiApp/extensions/commit/60c6d2e712b690a11398ea6f683b6108e2caf449))

## [0.2.1](https://github.com/RokiiApp/extensions/compare/todoist-v0.2.0...todoist-v0.2.1) (2024-03-09)


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.1",
"version": "0.2.2",
"type": "module",
"description": "Manage your Todoist tasks from Rokii",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
Expand Down

0 comments on commit ec2e899

Please sign in to comment.