Skip to content

Commit

Permalink
📦🔐 Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Aug 10, 2023
1 parent 404be08 commit 6e454a5
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changeset/swift-apes-warn.md

This file was deleted.

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.0.3

### Patch Changes

- 404be08: Updated `@jupyterlite/pyodide-kernel` and other `@jupyterlite` deps to `0.1.0`

## 1.0.2

### 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.2",
"version": "1.0.3",
"description": "Minimal demo for thebe",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down
24 changes: 12 additions & 12 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

## 0.3.2

### Patch Changes

- 404be08: Updated `@jupyterlite/pyodide-kernel` and other `@jupyterlite` deps to `0.1.0`
- Updated dependencies [404be08]
- [email protected]

## 0.3.1

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

## 0.3.2

### Patch Changes

- 404be08: Updated `@jupyterlite/pyodide-kernel` and other `@jupyterlite` deps to `0.1.0`

## 0.3.1

## 0.3.0
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.3.1",
"version": "0.3.2",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# thebe-react

## 0.3.2

### Patch Changes

- 404be08: Updated `@jupyterlite/pyodide-kernel` and other `@jupyterlite` deps to `0.1.0`
- Updated dependencies [404be08]
- [email protected]

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"sideEffects": false,
"description": "React providers and components for thebe-core",
"main": "dist/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@jupyterlab/nbformat": "^3.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"thebe-core": "^0.3.1"
"thebe-core": "^0.3.2"
},
"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.0-rc.8

### Patch Changes

- Updated to `[email protected]`

## 0.9.0-rc.6

### 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.0-rc.7",
"version": "0.9.0-rc.8",
"description": "Thebe: turn static HTML pages into live documents",
"main": "lib/index.js",
"style": "lib/thebe.css",
Expand Down Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@jupyterlab/theme-light-extension": "^3.0.0",
"@jupyterlab/codemirror": "3.6.5",
"thebe-core": "^0.3.0",
"thebe-core": "^0.3.2",
"codemirror": "5.61.1",
"current-script-polyfill": "^1.0.0"
},
Expand Down

0 comments on commit 6e454a5

Please sign in to comment.