Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Mar 15, 2024
1 parent 93e17f0 commit 0d36ecb
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 39 deletions.
8 changes: 0 additions & 8 deletions .changeset/forty-yaks-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-lemons-hammer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-jobs-build.md

This file was deleted.

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.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# thebe-core

## 0.4.6

### Patch Changes

- Updated dependencies [a080c19]
- [email protected]

## 0.4.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thebe-core",
"version": "0.4.5",
"version": "0.4.6",
"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.5",
"thebe-lite": "^0.4.6",
"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.5"
"thebe-lite": "^0.4.6"
},
"dependencies": {
"@jupyter-widgets/base": "^6.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# thebe-lite

## 0.4.6

### Patch Changes

- a080c19: Update pyodide-kernel.

Thanks to @jpto.

## 0.4.5

## 0.4.4
Expand Down
2 changes: 1 addition & 1 deletion packages/lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thebe-lite",
"version": "0.4.5",
"version": "0.4.6",
"description": "Thebe extension library for WASM kernels via JupyterLite",
"main": "dist/lib/thebe-lite.min.js",
"types": "dist/types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# thebe-react

## 0.4.6

### Patch Changes

- a080c19: Update pyodide-kernel.

Thanks to @jpto.

- [email protected]

## 0.4.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thebe-react",
"version": "0.4.5",
"version": "0.4.6",
"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.5"
"thebe-core": "^0.4.6"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/thebe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# thebe

## 0.9.0

### Patch Changes

- 0757602: Removing unneeded undefined guards
- a080c19: Fixed inconsistent case: `mountRestartallButton` renamed to `mountRestartAllButton`.

Thanks to @kno10.

- [email protected]

## 0.9.0-rc.12

- updated `thebe-core` dependency
Expand Down
4 changes: 2 additions & 2 deletions packages/thebe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thebe",
"version": "0.9.0-rc.12",
"version": "0.9.0",
"description": "Thebe: turn static HTML pages into live documents",
"main": "lib/index.js",
"style": "lib/thebe.css",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@jupyter-widgets/base": "6.0.6",
"@jupyter-widgets/controls": "5.0.7",
"@jupyter-widgets/jupyterlab-manager": "5.0.9",
"thebe-core": "^0.4.5",
"thebe-core": "^0.4.6",
"codemirror": "5.61.1",
"current-script-polyfill": "^1.0.0"
},
Expand Down

0 comments on commit 0d36ecb

Please sign in to comment.