Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #765

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/cyan-weeks-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-spiders-walk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/metal-eyes-count.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/red-knives-sing.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-readers-hang.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- 68ba668: Removing `test-secret` as a suggested token and enabling unique (timestamp based) tokens per user "session"

### Patch Changes

- Updated dependencies [8c8a55a]
- Updated dependencies [3d82f84]
- Updated dependencies [80dfbb9]
- Updated dependencies [4b7434e]
- [email protected]

## 2.1.2

### Patch 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.1.2",
"version": "2.2.0",
"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.2"
"thebe-core": "^0.4.10"
}
}
14 changes: 14 additions & 0 deletions apps/demo-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# demo-react

## 0.3.0

### Minor Changes

- 68ba668: Removing `test-secret` as a suggested token and enabling unique (timestamp based) tokens per user "session"

### Patch Changes

- 80dfbb9: Reverts previous erroneous breaking changes in a patch release
- Updated dependencies [8c8a55a]
- Updated dependencies [80dfbb9]
- Updated dependencies [4b7434e]
- [email protected]

## 0.2.8

### Patch 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.2.8",
"version": "0.3.0",
"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.8",
"thebe-react": "^0.4.10",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
Expand Down
10 changes: 10 additions & 0 deletions apps/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# demo-simple

## 1.1.0

### Minor Changes

- 68ba668: Removing `test-secret` as a suggested token and enabling unique (timestamp based) tokens per user "session"

### Patch Changes

- 4b7434e: Upgrading to `@jupyterlite/pyodide-*` 0.4.2, updating all `@jupyter*` deps to latest

## 1.0.4

### Patch 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.0.4",
"version": "1.1.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.

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

## 0.4.10

### Patch Changes

- 8c8a55a: Version numbers are printed in debug messages to aid in debugging
- 3d82f84: Adding explicit rendermime factor for handling errors, follow an upstream change in lab 4.3
- 80dfbb9: Reverts previous erroneous breaking changes in a patch release
- 4b7434e: Upgrading to `@jupyterlite/pyodide-*` 0.4.2, updating all `@jupyter*` deps to latest
- Updated dependencies [8c8a55a]
- Updated dependencies [4b7434e]
- [email protected]

## 0.4.9

### 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.9",
"version": "0.4.10",
"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.9",
"thebe-lite": "^0.4.10",
"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.9"
"thebe-lite": "^0.4.10"
},
"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

## 0.4.10

### Patch Changes

- 8c8a55a: Version numbers are printed in debug messages to aid in debugging
- 4b7434e: Upgrading to `@jupyterlite/pyodide-*` 0.4.2, updating all `@jupyter*` deps to latest

## 0.4.9

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

## 0.4.10

### Patch Changes

- 8c8a55a: Version numbers are printed in debug messages to aid in debugging
- 80dfbb9: Reverts previous erroneous breaking changes in a patch release
- 4b7434e: Upgrading to `@jupyterlite/pyodide-*` 0.4.2, updating all `@jupyter*` deps to latest
- Updated dependencies [8c8a55a]
- Updated dependencies [3d82f84]
- Updated dependencies [80dfbb9]
- Updated dependencies [4b7434e]
- [email protected]

## 0.4.9

### 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.9",
"version": "0.4.10",
"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.9"
"thebe-core": "^0.4.10"
},
"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.2

### Patch Changes

- 8c8a55a: Version numbers are printed in debug messages to aid in debugging
- Updated dependencies [8c8a55a]
- Updated dependencies [3d82f84]
- Updated dependencies [80dfbb9]
- Updated dependencies [4b7434e]
- [email protected]

## 0.9.1

### 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.1",
"version": "0.9.2",
"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.9",
"thebe-core": "^0.4.10",
"codemirror": "5.61.1",
"current-script-polyfill": "^1.0.0"
},
Expand Down
Loading