Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Apr 2, 2022
2 parents 4d86671 + 9391c07 commit da949b0
Show file tree
Hide file tree
Showing 20 changed files with 87 additions and 20 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/bsorrentino/js-notebook/compare/v0.17.0...v0.18.0) (2022-04-02)


### Features

* **codecell:** complete implementation ([0df0aa0](https://github.com/bsorrentino/js-notebook/commit/0df0aa0e5b705acdafbb816965678bc627f3284d)), closes [#14](https://github.com/bsorrentino/js-notebook/issues/14)
* setup 'monaco-editor-auto-typings' usage ([59eb044](https://github.com/bsorrentino/js-notebook/commit/59eb0449f1f556936a5fae834e766b7a4f2a50c9)), closes [#14](https://github.com/bsorrentino/js-notebook/issues/14)





# [0.17.0](https://github.com/bsorrentino/js-notebook/compare/v0.16.0...v0.17.0) (2022-04-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.17.0"
"version": "0.18.0"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/bsorrentino/js-notebook/compare/v0.17.0...v0.18.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-cli





# [0.17.0](https://github.com/bsorrentino/js-notebook/compare/v0.16.0...v0.17.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsorrentino/jsnotebook-cli",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bsorrentino/js-notebook.git"
Expand All @@ -27,8 +27,8 @@
},
"gitHead": "f3ce5d2d52d291eb556a1b6302ca734394b2d225",
"dependencies": {
"@bsorrentino/jsnotebook-client-main": "^0.17.0",
"@bsorrentino/jsnotebook-local-pkg": "^0.17.0",
"@bsorrentino/jsnotebook-server": "^0.17.0"
"@bsorrentino/jsnotebook-client-main": "^0.18.0",
"@bsorrentino/jsnotebook-local-pkg": "^0.18.0",
"@bsorrentino/jsnotebook-server": "^0.18.0"
}
}
8 changes: 8 additions & 0 deletions packages/client-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/bsorrentino/js-notebook/compare/v0.17.0...v0.18.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-client-data





# [0.17.0](https://github.com/bsorrentino/js-notebook/compare/v0.16.0...v0.17.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-client-data
Expand Down
2 changes: 1 addition & 1 deletion packages/client-data/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/client-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsorrentino/jsnotebook-client-data",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bsorrentino/js-notebook.git"
Expand Down
8 changes: 8 additions & 0 deletions packages/client-main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/bsorrentino/js-notebook/compare/v0.17.0...v0.18.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-client-main





# [0.17.0](https://github.com/bsorrentino/js-notebook/compare/v0.16.0...v0.17.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-client-main
Expand Down
2 changes: 1 addition & 1 deletion packages/client-main/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/client-main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsorrentino/jsnotebook-client-main",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bsorrentino/js-notebook.git"
Expand All @@ -20,7 +20,7 @@
"prepare": "npm run clean && parcel build index.html --public-url /notebooks"
},
"dependencies": {
"@bsorrentino/jsnotebook-client-data": "^0.17.0",
"@bsorrentino/jsnotebook-client-data": "^0.18.0",
"bulmaswatch": "^0.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/bsorrentino/js-notebook/compare/v0.17.0...v0.18.0) (2022-04-02)


### Features

* **codecell:** complete implementation ([0df0aa0](https://github.com/bsorrentino/js-notebook/commit/0df0aa0e5b705acdafbb816965678bc627f3284d)), closes [#14](https://github.com/bsorrentino/js-notebook/issues/14)
* setup 'monaco-editor-auto-typings' usage ([59eb044](https://github.com/bsorrentino/js-notebook/commit/59eb0449f1f556936a5fae834e766b7a4f2a50c9)), closes [#14](https://github.com/bsorrentino/js-notebook/issues/14)





# [0.17.0](https://github.com/bsorrentino/js-notebook/compare/v0.16.0...v0.17.0) (2022-04-02)


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

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

4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsorrentino/jsnotebook-client",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bsorrentino/js-notebook.git"
Expand All @@ -21,7 +21,7 @@
},
"gitHead": "f3ce5d2d52d291eb556a1b6302ca734394b2d225",
"dependencies": {
"@bsorrentino/jsnotebook-client-data": "^0.17.0",
"@bsorrentino/jsnotebook-client-data": "^0.18.0",
"@fortawesome/fontawesome-free": "^6.1.1",
"@monaco-editor/react": "^4.3.1",
"@reduxjs/toolkit": "^1.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/local-pkg/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.18.0](https://github.com/bsorrentino/js-notebook/compare/v0.17.0...v0.18.0) (2022-04-02)


### Features

* setup 'monaco-editor-auto-typings' usage ([59eb044](https://github.com/bsorrentino/js-notebook/commit/59eb0449f1f556936a5fae834e766b7a4f2a50c9)), closes [#14](https://github.com/bsorrentino/js-notebook/issues/14)





# [0.17.0](https://github.com/bsorrentino/js-notebook/compare/v0.16.0...v0.17.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-local-pkg
Expand Down
2 changes: 1 addition & 1 deletion packages/local-pkg/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/local-pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsorrentino/jsnotebook-local-pkg",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bsorrentino/js-notebook.git"
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/bsorrentino/js-notebook/compare/v0.17.0...v0.18.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-server





# [0.17.0](https://github.com/bsorrentino/js-notebook/compare/v0.16.0...v0.17.0) (2022-04-02)

**Note:** Version bump only for package @bsorrentino/jsnotebook-server
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsorrentino/jsnotebook-server",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bsorrentino/js-notebook.git"
Expand All @@ -25,8 +25,8 @@
"@types/express": "^4.17.11"
},
"dependencies": {
"@bsorrentino/jsnotebook-client": "^0.17.0",
"@bsorrentino/jsnotebook-client-main": "^0.17.0",
"@bsorrentino/jsnotebook-client": "^0.18.0",
"@bsorrentino/jsnotebook-client-main": "^0.18.0",
"cors": "^2.8.5",
"express": "^4.17.3",
"http-proxy-middleware": "^2.0.3"
Expand Down

0 comments on commit da949b0

Please sign in to comment.