Skip to content

Commit

Permalink
chore: publish minor
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 28, 2022
1 parent 3904655 commit ebe8079
Show file tree
Hide file tree
Showing 31 changed files with 219 additions and 54 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -13,5 +13,5 @@
"yes": true
}
},
"version": "0.100.1"
"version": "0.101.0"
}
11 changes: 11 additions & 0 deletions packages/api-server/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/api-server
Expand Down
8 changes: 4 additions & 4 deletions packages/api-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/api-server",
"version": "0.100.1",
"version": "0.101.0",
"description": "",
"license": "GPLv3",
"repository": {
Expand Down Expand Up @@ -58,9 +58,9 @@
"access": "public"
},
"dependencies": {
"@dendronhq/common-all": "^0.100.1",
"@dendronhq/common-server": "^0.100.1",
"@dendronhq/engine-server": "^0.100.1",
"@dendronhq/common-all": "^0.101.0",
"@dendronhq/common-server": "^0.101.0",
"@dendronhq/engine-server": "^0.101.0",
"@sentry/integrations": "^6.13.1",
"@sentry/node": "^6.13.1",
"cors": "^2.8.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/common-all/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/common-all
Expand Down
2 changes: 1 addition & 1 deletion packages/common-all/package.json
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/common-all",
"version": "0.100.1",
"version": "0.101.0",
"description": "common-all",
"license": "GPLv3",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/common-assets/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/common-assets
Expand Down
2 changes: 1 addition & 1 deletion packages/common-assets/package.json
@@ -1,7 +1,7 @@
{
"name": "@dendronhq/common-assets",
"private": true,
"version": "0.100.1",
"version": "0.101.0",
"main": "index.js",
"license": "GPLv3",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/common-frontend/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/common-frontend
Expand Down
4 changes: 2 additions & 2 deletions packages/common-frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/common-frontend",
"version": "0.100.1",
"version": "0.101.0",
"description": "common-frontend",
"license": "GPLv3",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@aws-amplify/core": "^4.0.2",
"@dendronhq/common-all": "^0.100.1",
"@dendronhq/common-all": "^0.101.0",
"@reduxjs/toolkit": "^1.5.1",
"antd": "^4.15.4",
"lodash": "^4.17.20",
Expand Down
11 changes: 11 additions & 0 deletions packages/common-server/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/common-server
Expand Down
4 changes: 2 additions & 2 deletions packages/common-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/common-server",
"version": "0.100.1",
"version": "0.101.0",
"description": "common-server",
"license": "GPLv3",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test:watch": "echo nop"
},
"dependencies": {
"@dendronhq/common-all": "^0.100.1",
"@dendronhq/common-all": "^0.101.0",
"@sentry/integrations": "^6.13.3",
"@sentry/node": "^6.13.3",
"ajv": "^8.6.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/common-test-utils/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/common-test-utils
Expand Down
8 changes: 4 additions & 4 deletions packages/common-test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@dendronhq/common-test-utils",
"private": true,
"version": "0.100.1",
"version": "0.101.0",
"description": "",
"license": "GPLv3",
"repository": {
Expand Down Expand Up @@ -50,9 +50,9 @@
"access": "public"
},
"dependencies": {
"@dendronhq/common-all": "^0.100.1",
"@dendronhq/common-server": "^0.100.1",
"@dendronhq/pods-core": "^0.100.1",
"@dendronhq/common-all": "^0.101.0",
"@dendronhq/common-server": "^0.101.0",
"@dendronhq/pods-core": "^0.101.0",
"@types/sinon": "^9.0.9",
"fs-extra": "^9.0.1",
"jest": "^28.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/dendron-cli/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/dendron-cli
Expand Down
12 changes: 6 additions & 6 deletions packages/dendron-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/dendron-cli",
"version": "0.100.1",
"version": "0.101.0",
"description": "dendron-cli",
"license": "GPLv3",
"repository": {
Expand Down Expand Up @@ -41,11 +41,11 @@
"watch": "yarn compile --watch"
},
"dependencies": {
"@dendronhq/api-server": "^0.100.1",
"@dendronhq/common-all": "^0.100.1",
"@dendronhq/common-server": "^0.100.1",
"@dendronhq/engine-server": "^0.100.1",
"@dendronhq/pods-core": "^0.100.1",
"@dendronhq/api-server": "^0.101.0",
"@dendronhq/common-all": "^0.101.0",
"@dendronhq/common-server": "^0.101.0",
"@dendronhq/engine-server": "^0.101.0",
"@dendronhq/pods-core": "^0.101.0",
"@jcoreio/async-throttle": "^1.3.2",
"@types/prompts": "^2.0.14",
"clipboardy": "2.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/dendron-plugin-views/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/dendron-plugin-views
Expand Down
8 changes: 4 additions & 4 deletions packages/dendron-plugin-views/package.json
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/dendron-plugin-views",
"version": "0.100.1",
"version": "0.101.0",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -16,9 +16,9 @@
},
"dependencies": {
"@babel/core": "7.12.3",
"@dendronhq/common-all": "^0.100.1",
"@dendronhq/common-frontend": "^0.100.1",
"@dendronhq/common-server": "^0.100.1",
"@dendronhq/common-all": "^0.101.0",
"@dendronhq/common-frontend": "^0.101.0",
"@dendronhq/common-server": "^0.101.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@svgr/webpack": "5.5.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/dendron-viz/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/dendron-viz
Expand Down
2 changes: 1 addition & 1 deletion packages/dendron-viz/package.json
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/dendron-viz",
"version": "0.100.1",
"version": "0.101.0",
"description": "dendron-viz",
"license": "GPLv3",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-server/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/engine-server
Expand Down
6 changes: 3 additions & 3 deletions packages/engine-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@dendronhq/engine-server",
"version": "0.100.1",
"version": "0.101.0",
"description": "dendron-engine",
"license": "GPLv3",
"repository": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"test:unit:debug": "echo nop"
},
"dependencies": {
"@dendronhq/common-all": "^0.100.1",
"@dendronhq/common-server": "^0.100.1",
"@dendronhq/common-all": "^0.101.0",
"@dendronhq/common-server": "^0.101.0",
"@dendronhq/remark-mermaid": "^0.3.0",
"@jcoreio/async-throttle": "^1.4.3",
"@mapbox/rehype-prism": "^0.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-test-utils/CHANGELOG.md
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.101.0 (2022-06-28)


### Bug Fixes

* **structure:** hot reload in note traits + no template by default ([3904655](https://github.com/dendronhq/dendron/commit/390465552a6744495387aea6f49fa5392fb69b03))





## 0.100.1 (2022-06-23)

**Note:** Version bump only for package @dendronhq/engine-test-utils
Expand Down

0 comments on commit ebe8079

Please sign in to comment.