Skip to content

Commit

Permalink
Postmortem 1.1.2 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Nov 30, 2021
1 parent 0fd7fed commit 3fed359
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .binder/apt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ibpangocairo-1.0-0
libpangocairo-1.0-0
libx11-xcb1
libxcomposite1
libxcursor1
Expand Down
1 change: 1 addition & 0 deletions .binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def doit(*args):

doit("list", "--all", "--status")
doit("-n4")
doit()
doit("list", "--all", "--status")

shutil.copy2(".binder/overrides.json", SETTINGS / "overrides.json")
Expand Down
29 changes: 26 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## Unreleased

---

## Releases

### ipydrawio 1.1.3

#### @deathbeds/ipydrawio 1.1.3

#### @deathbeds/ipydrawio-notebook 1.1.3

#### @deathbeds/ipydrawio-webpack 15.8.701

#### @deathbeds/ipydrawio-jupyter-templates 1.1.3

### ipydrawio-export 1.1.3

- revert to older PDF exporter for better robustness on binder, etc.

#### @deathbeds/ipydrawio-pdf 1.1.3

---

### ipydrawio 1.1.2

#### @deathbeds/ipydrawio 1.1.2
Expand All @@ -18,14 +40,15 @@

### ipydrawio-export 1.1.2

#### @deathbeds/ipydrawio-pdf 1.1.2

- a `yarn.lock` is shipped to reduce provisioning time and increase
reproducibility
- update to newer PDF exporter for better performance

#### @deathbeds/ipydrawio-pdf 1.1.2

[#72]: https://github.com/deathbeds/ipydrawio/issues/72

## Releases
---

### ipydrawio 1.1.1

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ doit dist

- [ ] start a release issue with a checklist (maybe like this one)
- [ ] ensure the versions have been bumped (check with `doit test:integrity`)
- [ ] ensure the CHANGELOG is up-to-date
- [ ] move the new release to the top of the stack
- [ ] validate on binder
- [ ] validate on ReadTheDocs
- [ ] wait for a successful build of `master`
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "ipydrawio" %}
{% set version = "1.1.2" %}
{% set version = "1.1.3" %}

{% set build_number = 0 %}

Expand Down
4 changes: 2 additions & 2 deletions demo/jupyter_lite_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"LiteBuildConfig": {
"federated_extensions": [
"../py_packages/ipydrawio/dist/ipydrawio-1.1.2-py3-none-any.whl",
"../py_packages/ipydrawio/dist/ipydrawio-1.1.3-py3-none-any.whl",
"https://github.com/conda-forge/releases/releases/download/noarch/bqplot-0.12.31-pyhd8ed1ab_0.tar.bz2/bqplot-0.12.31-pyhd8ed1ab_0.tar.bz2",
"https://github.com/conda-forge/releases/releases/download/noarch/jupyterlab-tour-3.1.4-pyhd8ed1ab_0.tar.bz2/jupyterlab-tour-3.1.4-pyhd8ed1ab_0.tar.bz2",
"https://github.com/conda-forge/releases/releases/download/noarch/jupyterlab_widgets-1.0.2-pyhd8ed1ab_0.tar.bz2/jupyterlab_widgets-1.0.2-pyhd8ed1ab_0.tar.bz2",
Expand All @@ -12,7 +12,7 @@
],
"ignore_sys_prefix": true,
"lite_dir": ".",
"output_archive": "../build/demo/ipydrawio-lite-1.1.2.tgz",
"output_archive": "../build/demo/ipydrawio-lite-1.1.3.tgz",
"output_dir": "../build/demo"
}
}
2 changes: 1 addition & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def task_setup():

yield dict(
name="js:ipde",
file_dep=[P.IPDE_DIE2_PACKAGE_JSON],
file_dep=[P.IPDE_DIE2_PACKAGE_JSON, P.YARN_INTEGRITY],
targets=[P.IPDE_DIE2_YARN_LOCK],
actions=[
CmdAction(
Expand Down
4 changes: 2 additions & 2 deletions packages/ipydrawio-jupyter-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://ipydrawio.rtfd.io",
"dependencies": {
"@jupyterlab/application": "^3.1.0",
"@deathbeds/ipydrawio": "^1.1.2"
"@deathbeds/ipydrawio": "^1.1.3"
},
"description": "Jupyter Templates for IPyDrawio",
"devDependencies": {
Expand Down Expand Up @@ -55,5 +55,5 @@
},
"scripts": {},
"types": "lib/index.d.ts",
"version": "1.1.2"
"version": "1.1.3"
}
4 changes: 2 additions & 2 deletions packages/ipydrawio-notebook/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@deathbeds/ipydrawio-notebook",
"version": "1.1.2",
"version": "1.1.3",
"bugs": {
"url": "https://github.com/deathbeds/ipydrawio/issues"
},
"homepage": "https://ipydrawio.rtfd.io",
"dependencies": {
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/notebook": "^3.1.0",
"@deathbeds/ipydrawio": "^1.1.2"
"@deathbeds/ipydrawio": "^1.1.3"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ipydrawio-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"url": "https://github.com/deathbeds/ipydrawio/issues"
},
"homepage": "https://ipydrawio.rtfd.io",
"version": "1.1.2",
"version": "1.1.3",
"dependencies": {
"@jupyterlab/application": "^3.1.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
"typescript": "~4.2.3",
"@deathbeds/ipydrawio": "^1.1.2"
"@deathbeds/ipydrawio": "^1.1.3"
},
"files": [
"{lib,schema,style,src}/**/*.{ts,tsx,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,css}",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipydrawio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"build:pre": "python scripts/schema.py"
},
"types": "lib/index.d.ts",
"version": "1.1.2"
"version": "1.1.3"
}
2 changes: 1 addition & 1 deletion py_packages/ipydrawio-export/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ include_package_data = True
zip_safe = False

install_requires =
ipydrawio >=1.1.2
ipydrawio >=1.1.3
jupyterlab ==3.*
lxml
pillow
Expand Down
Submodule draw-image-export2 updated 3 files
+0 −3 README.md
+36 −19 export.js
+5 −4 package.json

0 comments on commit 3fed359

Please sign in to comment.