Skip to content

Commit

Permalink
Version Packages (#651)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 3, 2023
1 parent a2e9868 commit 48458df
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-lies-own.md

This file was deleted.

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

## 0.2.7

### Patch Changes

- thebe-lite@0.2.7

## 0.2.6

### 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.2.6",
"version": "0.2.7",
"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.2.6",
"thebe-lite": "^0.2.7",
"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.2.6"
"thebe-lite": "^0.2.7"
},
"dependencies": {
"@jupyter-widgets/base": "^6.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# thebe-lite

## 0.2.7

## 0.2.6

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

## 0.2.7

### Patch Changes

- a19ca30: Extend timeout for async loading of the `thebe-core` and `thebe-lite` bundles
- thebe-core@0.2.7

## 0.2.6

### 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.2.6",
"version": "0.2.7",
"sideEffects": false,
"description": "React providers and components for thebe-core",
"main": "dist/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@jupyterlab/nbformat": "^3.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"thebe-core": "^0.2.6"
"thebe-core": "^0.2.7"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down

0 comments on commit 48458df

Please sign in to comment.