Skip to content

Commit

Permalink
chore: publish patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinslin committed Aug 20, 2022
1 parent a1e91e9 commit 34a8cd9
Show file tree
Hide file tree
Showing 31 changed files with 5,013 additions and 57 deletions.
919 changes: 919 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"yes": true
}
},
"version": "0.108.0"
"version": "0.108.1"
}
163 changes: 163 additions & 0 deletions packages/api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,169 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.108.1](https://github.com/dendronhq/dendron/compare/v0.53.0...v0.108.1) (2022-08-20)



# 0.106.0 (2022-08-02)



## 0.105.2 (2022-07-28)



## 0.104.1 (2022-07-21)



# 0.104.0 (2022-07-19)


### Bug Fixes

* **workspace:** workspace sync will maintain proper engine state ([#3233](https://github.com/dendronhq/dendron/issues/3233)) ([13f788c](https://github.com/dendronhq/dendron/commit/13f788cb9a46800edffe66dcac88062e33830a5c))



# 0.101.0 (2022-06-28)



## 0.100.1 (2022-06-23)



# 0.100.0 (2022-06-21)



# 0.99.0 (2022-06-14)



# 0.98.0 (2022-06-07)



# 0.96.0 (2022-05-24)



## 0.95.1 (2022-05-18)



# 0.95.0 (2022-05-17)



# 0.94.0 (2022-05-10)



# 0.93.0 (2022-05-03)



## 0.92.1 (2022-04-28)



# 0.91.0 (2022-04-19)



# 0.88.0 (2022-03-29)



# 0.85.0 (2022-03-08)



# 0.84.0 (2022-03-01)



# 0.82.0 (2022-02-15)



# 0.79.0 (2022-01-25)


### Bug Fixes

* highlighting breaks when there's too much text ([#2163](https://github.com/dendronhq/dendron/issues/2163)) ([9d9579c](https://github.com/dendronhq/dendron/commit/9d9579cdab773131a5c8e0b1d6e130262d6a8164))
* **server:** specify localhost when starting server ([c57972a](https://github.com/dendronhq/dendron/commit/c57972a4afe3ea5ce98c464ba6a46fc173a7d514))



# 0.72.0 (2021-12-07)


### Bug Fixes

* decorator lag problems ([#1822](https://github.com/dendronhq/dendron/issues/1822)) ([239bbdc](https://github.com/dendronhq/dendron/commit/239bbdc074e7bfde065a4210084002a0685471e5))
* **pods:** invalid configuration error ([398a599](https://github.com/dendronhq/dendron/commit/398a5995fc594566131eb283ff989a877ca9c995))
* **server:** improving error response on api server ([#1645](https://github.com/dendronhq/dendron/issues/1645)) ([8936fb6](https://github.com/dendronhq/dendron/commit/8936fb690045022487fb46aafd661581b60deab1))


### Features Dendron

* **workspace:** better note previews ([#1666](https://github.com/dendronhq/dendron/issues/1666)) ([5cf7067](https://github.com/dendronhq/dendron/commit/5cf70672a24a62d528440f38b44813bfa627fb88))



## 0.62.3 (2021-10-09)



# 0.61.0 (2021-09-28)


### Bug Fixes

* **workspace:** use correct keybinding when using vim+dendron in same workspace ([e1180e6](https://github.com/dendronhq/dendron/commit/e1180e66e8ac29c82f34cf1e6797f1ab473ef510))



## 0.60.2 (2021-09-25)



## 0.60.2-alpha.0 (2021-09-24)



## 0.60.1 (2021-09-24)



# 0.60.0 (2021-09-21)


### Bug Fixes

* **publish:** versioning issues with next 11 ([76d7042](https://github.com/dendronhq/dendron/commit/76d7042a444dabc98069aaac1e40d692ee18f5a1))



## 0.55.2 (2021-08-21)



## 0.55.1 (2021-08-17)



## 0.54.1 (2021-08-13)





# 0.108.0 (2022-08-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/api-server",
"version": "0.108.0",
"version": "0.108.1",
"description": "",
"license": "GPLv3",
"repository": {
Expand Down Expand Up @@ -54,9 +54,9 @@
"access": "public"
},
"dependencies": {
"@dendronhq/common-all": "^0.108.0",
"@dendronhq/common-server": "^0.108.0",
"@dendronhq/engine-server": "^0.108.0",
"@dendronhq/common-all": "^0.108.1",
"@dendronhq/common-server": "^0.108.1",
"@dendronhq/engine-server": "^0.108.1",
"@sentry/integrations": "^6.13.1",
"@sentry/node": "^6.13.1",
"cors": "^2.8.5",
Expand Down

0 comments on commit 34a8cd9

Please sign in to comment.