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 11, 2024
2 parents 350f5fe + d9ff623 commit 637e280
Show file tree
Hide file tree
Showing 7 changed files with 33 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,6 +1,6 @@
{
"extensions/math": "0.1.0",
"extensions/math": "0.2.0",
"extensions/test": "0.1.1",
"extensions/search": "1.0.3",
"extensions/todoist": "0.2.0"
"extensions/search": "1.0.4",
"extensions/todoist": "0.2.1"
}
13 changes: 13 additions & 0 deletions extensions/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.2.0](https://github.com/RokiiApp/extensions/compare/math-v0.1.0...math-v0.2.0) (2024-03-09)


### Features

* Add basic Math functionality ([bc46ba9](https://github.com/RokiiApp/extensions/commit/bc46ba9b4b0b7fabbfc270195906d8e9c5303e21))


### Bug Fixes

* force release ([0feab4d](https://github.com/RokiiApp/extensions/commit/0feab4d208b11eda46d2c2ba19d8a9afa375df38))
2 changes: 1 addition & 1 deletion extensions/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii-plugins/math",
"version": "0.1.0",
"version": "0.2.0",
"description": "Do quick math operations on Rokii",
"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.4](https://github.com/RokiiApp/extensions/compare/search-v1.0.3...search-v1.0.4) (2024-03-09)


### Bug Fixes

* keep term when app selected ([395a8de](https://github.com/RokiiApp/extensions/commit/395a8dea6599202b4821967a92662a7f1781f8d3))

## [1.0.3](https://github.com/RokiiApp/plugins/compare/search-v1.0.2...search-v1.0.3) (2024-03-05)


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.3",
"version": "1.0.4",
"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.1](https://github.com/RokiiApp/extensions/compare/todoist-v0.2.0...todoist-v0.2.1) (2024-03-09)


### Bug Fixes

* Remove unusde dependencies ([2d0f694](https://github.com/RokiiApp/extensions/commit/2d0f69431e4245625e17c2041c4fcb8db983d2aa))

## [0.2.0](https://github.com/RokiiApp/extensions/compare/todoist-v0.1.0...todoist-v0.2.0) (2024-03-06)


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

0 comments on commit 637e280

Please sign in to comment.