Skip to content

Commit 4fbed8b

Browse files
Version Packages (#1134)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c267b74 commit 4fbed8b

7 files changed

Lines changed: 26 additions & 11 deletions

File tree

.changeset/pyide-input-prompt.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/hyperbook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hyperbook
22

3+
## 0.95.1
4+
5+
### Patch Changes
6+
7+
- [`c267b74`](https://github.com/openpatch/hyperbook/commit/c267b7429a962f7b6a7af6c893918780c52762ee) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Show the Python `input()` prompt message in the browser dialog.
8+
9+
When a Python script calls `input("Zahl eingeben: ")`, the prompt text is now passed through to the browser's `window.prompt()` dialog instead of always showing the generic "Input required:" message.
10+
311
## 0.95.0
412

513
### Minor Changes

packages/hyperbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperbook",
3-
"version": "0.95.0",
3+
"version": "0.95.1",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/markdown/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hyperbook/markdown
22

3+
## 0.66.1
4+
5+
### Patch Changes
6+
7+
- [`c267b74`](https://github.com/openpatch/hyperbook/commit/c267b7429a962f7b6a7af6c893918780c52762ee) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Show the Python `input()` prompt message in the browser dialog.
8+
9+
When a Python script calls `input("Zahl eingeben: ")`, the prompt text is now passed through to the browser's `window.prompt()` dialog instead of always showing the generic "Input required:" message.
10+
311
## 0.66.0
412

513
### Minor Changes

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/markdown",
3-
"version": "0.66.0",
3+
"version": "0.66.1",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperbook/vscode-extension
22

3+
## 0.50.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c267b74`](https://github.com/openpatch/hyperbook/commit/c267b7429a962f7b6a7af6c893918780c52762ee)]:
8+
- @hyperbook/markdown@0.66.1
9+
310
## 0.50.6
411

512
### Patch Changes

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"homepage": "https://hyperbook.openpatch.org",
1313
"main": "./out/extension.js",
14-
"version": "0.50.6",
14+
"version": "0.50.7",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)