Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Nov 27, 2023
1 parent 042e55a commit 0e1aeaf
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-worms-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-spoons-divide.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/demo-react/CHANGELOG.md
@@ -1,5 +1,12 @@
# demo-react

## 0.2.7

### Patch Changes

- a730cb3: Fixed `server.listRunningSession` to use the new iterator returned by `sessionManager.running()` properly. This fixed an unhandle exception that was breaking `myst-theme` based sites.
- thebe-react@0.4.3

## 0.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-react/package.json
@@ -1,6 +1,6 @@
{
"name": "demo-react",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -17,7 +17,7 @@
"react-router-dom": "^6.8.2",
"react-scripts": "5.0.1",
"sort-by": "^1.2.0",
"thebe-react": "^0.4.2",
"thebe-react": "^0.4.3",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,13 @@
# thebe-core

## 0.4.3

### Patch Changes

- 43dfd6a: Await session manager before trying to start a new sessions and change exception condition
- a730cb3: Fixed `server.listRunningSession` to use the new iterator returned by `sessionManager.running()` properly. This fixed an unhandle exception that was breaking `myst-theme` based sites.
- thebe-lite@0.4.3

## 0.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "thebe-core",
"version": "0.4.2",
"version": "0.4.3",
"description": "Typescript based core functionality for Thebe",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"style-loader": "^3.3.1",
"thebe-lite": "^0.4.2",
"thebe-lite": "^0.4.3",
"ts-jest": "^29.0.5",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
Expand All @@ -84,7 +84,7 @@
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
"thebe-lite": "^0.4.2"
"thebe-lite": "^0.4.3"
},
"dependencies": {
"@jupyter-widgets/base": "^6.0.6",
Expand Down
2 changes: 2 additions & 0 deletions packages/lite/CHANGELOG.md
@@ -1,5 +1,7 @@
# thebe-lite

## 0.4.3

## 0.4.2

## 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion packages/lite/package.json
@@ -1,6 +1,6 @@
{
"name": "thebe-lite",
"version": "0.4.2",
"version": "0.4.3",
"description": "Thebe extension library for WASM kernels via JupyterLite",
"main": "dist/lib/thebe-lite.min.js",
"types": "dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,13 @@
# thebe-react

## 0.4.3

### Patch Changes

- Updated dependencies [43dfd6a]
- Updated dependencies [a730cb3]
- thebe-core@0.4.3

## 0.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "thebe-react",
"version": "0.4.2",
"version": "0.4.3",
"sideEffects": false,
"description": "React providers and components for thebe-core",
"main": "dist/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@jupyterlab/nbformat": "^3.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"thebe-core": "^0.4.2"
"thebe-core": "^0.4.3"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down

0 comments on commit 0e1aeaf

Please sign in to comment.