Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thesophiaxu committed Apr 20, 2022
1 parent 608d45a commit 3bf6a26
Show file tree
Hide file tree
Showing 15 changed files with 123 additions and 11 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.9...v0.2.10) (2022-04-20)


### Bug Fixes

* **analytics:** analytics opt-out, collect basic info by default ([d7e6c27](https://github.com/unigraph-dev/unigraph-dev/commit/d7e6c2739871b831ebfc5975bcdc211606db4fa7))
* **editor:** fast backlink creation w/o issues ([9673430](https://github.com/unigraph-dev/unigraph-dev/commit/96734305fd96d8bbdc3723ac4971c0d7cb079f60))
* **electron:** ctl/cmd+w closes tabs not windows ([2092e41](https://github.com/unigraph-dev/unigraph-dev/commit/2092e4163fc3de9d7351c44e66fd4704516956cc))
* inline search optimizations ([97dc1c8](https://github.com/unigraph-dev/unigraph-dev/commit/97dc1c816c555a5000e2cde355f763c8c390856f))
* **notes:** consider collapsed state when splitting child ([97e2c72](https://github.com/unigraph-dev/unigraph-dev/commit/97e2c72373d39f43bd5c838bfd6959c9e5483cab))
* **notes:** don't show collapsed bullet when there're no children ([304a6aa](https://github.com/unigraph-dev/unigraph-dev/commit/304a6aabc55bea76b0dbc484882a132ec5ac14e0))
* **omnibar:** fix overlay for omnibar ([4a62051](https://github.com/unigraph-dev/unigraph-dev/commit/4a6205173150fccbdb9f59f979de8ee1b9930f60))
* **omnibar:** fix quick adder issues ([a7ce8ba](https://github.com/unigraph-dev/unigraph-dev/commit/a7ce8baace87d44eeb5fadf9a449c95181bc0f77))
* related issues with omnibar adding ([acd55ee](https://github.com/unigraph-dev/unigraph-dev/commit/acd55ee5c5891bca4ffb2a20812b7bc5a6bb1d14))


### Features

* **search:** add title matching for search capabilities ([d5ba291](https://github.com/unigraph-dev/unigraph-dev/commit/d5ba29139b4561292c199f6f7fc9dbb2d5a5d268))
* **search:** enhanced search flow ([1dc69ef](https://github.com/unigraph-dev/unigraph-dev/commit/1dc69efe80ef78e258549c154a168650267a5a91))
* **search:** use client-side update for search ([82053f7](https://github.com/unigraph-dev/unigraph-dev/commit/82053f7e875502c10b3dce06f164e9eb7583695e))





## [0.2.9](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.8...v0.2.9) (2022-04-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.9",
"version": "0.2.10",
"command": {
"version": {
"allowBranch": "main"
Expand Down
11 changes: 11 additions & 0 deletions packages/default-packages/unigraph.hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.9...v0.2.10) (2022-04-20)


### Bug Fixes

* **omnibar:** fix overlay for omnibar ([4a62051](https://github.com/unigraph-dev/unigraph-dev/commit/4a6205173150fccbdb9f59f979de8ee1b9930f60))





## [0.2.9](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.8...v0.2.9) (2022-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/default-packages/unigraph.hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"displayName": "Unigraph Hotkeys",
"version": "0.2.9",
"version": "0.2.10",
"description": "Hotkeys and bindings.",
"name": "unigraph.hotkeys",
"unigraph": {
Expand Down
12 changes: 12 additions & 0 deletions packages/default-packages/unigraph.search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.9...v0.2.10) (2022-04-20)


### Features

* **search:** add title matching for search capabilities ([d5ba291](https://github.com/unigraph-dev/unigraph-dev/commit/d5ba29139b4561292c199f6f7fc9dbb2d5a5d268))
* **search:** enhanced search flow ([1dc69ef](https://github.com/unigraph-dev/unigraph-dev/commit/1dc69efe80ef78e258549c154a168650267a5a91))
2 changes: 1 addition & 1 deletion packages/default-packages/unigraph.search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"displayName": "Unigraph search",
"version": "0.2.9",
"version": "0.2.10",
"description": "Search commons for Unigraph",
"name": "unigraph.search",
"unigraph": {
Expand Down
16 changes: 16 additions & 0 deletions packages/unigraph-dev-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/ssalka/unigraph-dev/compare/v0.2.9...v0.2.10) (2022-04-20)


### Bug Fixes

* related issues with omnibar adding ([acd55ee](https://github.com/ssalka/unigraph-dev/commit/acd55ee5c5891bca4ffb2a20812b7bc5a6bb1d14))


### Features

* **search:** add title matching for search capabilities ([d5ba291](https://github.com/ssalka/unigraph-dev/commit/d5ba29139b4561292c199f6f7fc9dbb2d5a5d268))





## [0.2.9](https://github.com/ssalka/unigraph-dev/compare/v0.2.8...v0.2.9) (2022-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/unigraph-dev-backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/unigraph-dev-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unigraph-dev-backend",
"version": "0.2.9",
"version": "0.2.10",
"description": "",
"main": "dist/index.js",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/unigraph-dev-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.9...v0.2.10) (2022-04-20)


### Features

* **search:** add title matching for search capabilities ([d5ba291](https://github.com/unigraph-dev/unigraph-dev/commit/d5ba29139b4561292c199f6f7fc9dbb2d5a5d268))





## [0.2.9](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.8...v0.2.9) (2022-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/unigraph-dev-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unigraph-dev-common",
"version": "0.2.9",
"version": "0.2.10",
"description": "Common libraries and files for unigraph-dev",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/unigraph-dev-electron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.9...v0.2.10) (2022-04-20)


### Bug Fixes

* **electron:** ctl/cmd+w closes tabs not windows ([2092e41](https://github.com/unigraph-dev/unigraph-dev/commit/2092e4163fc3de9d7351c44e66fd4704516956cc))





## [0.2.9](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.8...v0.2.9) (2022-04-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/unigraph-dev-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unigraph-dev-electron",
"productName": "Unigraph",
"version": "0.2.9",
"version": "0.2.10",
"author": "Unigraph contributors",
"description": "A local-first and universal graph database, knowledge engine, and workspace",
"main": "src/main.js",
Expand All @@ -23,8 +23,8 @@
"electron-updater": "^4.6.5",
"electron-util": "^0.15.1",
"json-stable-stringify": "^1.0.1",
"unigraph-dev-backend": "^0.2.9",
"unigraph-dev-common": "^0.2.9"
"unigraph-dev-backend": "^0.2.10",
"unigraph-dev-common": "^0.2.10"
},
"electronVersion": "^17.1.0",
"build": {
Expand Down
25 changes: 25 additions & 0 deletions packages/unigraph-dev-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.9...v0.2.10) (2022-04-20)


### Bug Fixes

* **analytics:** analytics opt-out, collect basic info by default ([d7e6c27](https://github.com/unigraph-dev/unigraph-dev/commit/d7e6c2739871b831ebfc5975bcdc211606db4fa7))
* **editor:** fast backlink creation w/o issues ([9673430](https://github.com/unigraph-dev/unigraph-dev/commit/96734305fd96d8bbdc3723ac4971c0d7cb079f60))
* inline search optimizations ([97dc1c8](https://github.com/unigraph-dev/unigraph-dev/commit/97dc1c816c555a5000e2cde355f763c8c390856f))
* **notes:** consider collapsed state when splitting child ([97e2c72](https://github.com/unigraph-dev/unigraph-dev/commit/97e2c72373d39f43bd5c838bfd6959c9e5483cab))
* **notes:** don't show collapsed bullet when there're no children ([304a6aa](https://github.com/unigraph-dev/unigraph-dev/commit/304a6aabc55bea76b0dbc484882a132ec5ac14e0))
* **omnibar:** fix overlay for omnibar ([4a62051](https://github.com/unigraph-dev/unigraph-dev/commit/4a6205173150fccbdb9f59f979de8ee1b9930f60))
* **omnibar:** fix quick adder issues ([a7ce8ba](https://github.com/unigraph-dev/unigraph-dev/commit/a7ce8baace87d44eeb5fadf9a449c95181bc0f77))
* related issues with omnibar adding ([acd55ee](https://github.com/unigraph-dev/unigraph-dev/commit/acd55ee5c5891bca4ffb2a20812b7bc5a6bb1d14))


### Features

* **search:** add title matching for search capabilities ([d5ba291](https://github.com/unigraph-dev/unigraph-dev/commit/d5ba29139b4561292c199f6f7fc9dbb2d5a5d268))
* **search:** enhanced search flow ([1dc69ef](https://github.com/unigraph-dev/unigraph-dev/commit/1dc69efe80ef78e258549c154a168650267a5a91))
* **search:** use client-side update for search ([82053f7](https://github.com/unigraph-dev/unigraph-dev/commit/82053f7e875502c10b3dce06f164e9eb7583695e))





## [0.2.9](https://github.com/unigraph-dev/unigraph-dev/compare/v0.2.8...v0.2.9) (2022-04-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/unigraph-dev-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unigraph-dev-explorer",
"version": "0.2.9",
"version": "0.2.10",
"dependencies": {
"@babel/core": "7.12.3",
"@date-io/moment": "1.x",
Expand Down Expand Up @@ -90,7 +90,7 @@
"turndown": "^7.1.1",
"typeface-roboto": "^1.1.13",
"typescript": "^4.2.2",
"unigraph-dev-common": "^0.2.9",
"unigraph-dev-common": "^0.2.10",
"url-loader": "4.1.1",
"webpack": "4.44.2",
"webpack-dev-server": "3.11.1",
Expand Down

0 comments on commit 3bf6a26

Please sign in to comment.