Skip to content

Commit

Permalink
🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 7, 2025
1 parent ada3353 commit dbaec62
Show file tree
Hide file tree
Showing 18 changed files with 78 additions and 43 deletions.
7 changes: 0 additions & 7 deletions .changeset/lovely-roses-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-boats-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-feet-travel.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/demo-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# demo-core

## 2.2.1

### Patch Changes

- [email protected]

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-core",
"version": "2.2.0",
"version": "2.2.1",
"description": "Demonstration App for thebe",
"files": [
"dist"
Expand Down Expand Up @@ -49,6 +49,6 @@
"null-loader": "^4.0.1"
},
"dependencies": {
"thebe-core": "^0.4.10"
"thebe-core": "^1.0.0"
}
}
8 changes: 8 additions & 0 deletions apps/demo-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# demo-react

## 0.3.1

### Patch Changes

- Updated dependencies [ada3353]
- Updated dependencies [6c86dfc]
- [email protected]

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-react",
"version": "0.3.0",
"version": "0.3.1",
"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.10",
"thebe-react": "^1.0.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
Expand Down
6 changes: 6 additions & 0 deletions apps/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# demo-simple

## 1.2.0

### Minor Changes

- ada3353: Clients no longer have to explicitly supply `litePluginSettings` unless they explicitly want to override them. This simplifies upgrades as clients should just bump packages, and the correct plugin settings for the bundled pyodide kernel will be applied by default.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-simple",
"version": "1.1.0",
"version": "1.2.0",
"description": "Minimal demo for thebe",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down
26 changes: 13 additions & 13 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# thebe-core

## 1.0.0

### Patch Changes

- Updated dependencies [ada3353]
- Updated dependencies [ada3353]
- [email protected]

## 0.4.10

### 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.10",
"version": "1.0.0",
"description": "Typescript based core functionality for Thebe",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -74,7 +74,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"style-loader": "^3.3.1",
"thebe-lite": "^0.4.10",
"thebe-lite": "^1.0.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
Expand All @@ -85,7 +85,7 @@
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
"thebe-lite": "^0.4.10"
"thebe-lite": "^1.0.0"
},
"dependencies": {
"@jupyter-widgets/base": "^6.0.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# thebe-lite

## 1.0.0

### Minor Changes

- ada3353: Clients no longer have to explicitly supply `litePluginSettings` unless they explicitly want to override them. This simplifies upgrades as clients should just bump packages, and the correct plugin settings for the bundled pyodide kernel will be applied by default.
- ada3353: Upgrading `@jupyterlite/pyodide-kernel-extension` to fix ipywidget disconnect issues.

## 0.4.10

### Patch Changes
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.10",
"version": "1.0.0",
"description": "Thebe extension library for WASM kernels via JupyterLite",
"main": "dist/lib/thebe-lite.min.js",
"types": "dist/types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# thebe-react

## 1.0.0

### Minor Changes

- ada3353: Clients no longer have to explicitly supply `litePluginSettings` unless they explicitly want to override them. This simplifies upgrades as clients should just bump packages, and the correct plugin settings for the bundled pyodide kernel will be applied by default.

### Patch Changes

- 6c86dfc: Enable `ThebeServer` to be reconfigured via the provider.
- [email protected]

## 0.4.10

### 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.10",
"version": "1.0.0",
"sideEffects": false,
"description": "React providers and components for thebe-core",
"main": "dist/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@jupyterlab/nbformat": "^4.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"thebe-core": "^0.4.10"
"thebe-core": "^1.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/thebe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# thebe

## 0.9.3

### Patch Changes

- [email protected]

## 0.9.2

### Patch Changes
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.2",
"version": "0.9.3",
"description": "Thebe: turn static HTML pages into live documents",
"main": "lib/index.js",
"style": "lib/thebe.css",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@jupyter-widgets/base": "6.0.10",
"@jupyter-widgets/controls": "5.0.11",
"@jupyter-widgets/jupyterlab-manager": "5.0.13",
"thebe-core": "^0.4.10",
"thebe-core": "^1.0.0",
"codemirror": "5.61.1",
"current-script-polyfill": "^1.0.0"
},
Expand Down

0 comments on commit dbaec62

Please sign in to comment.