Skip to content

Commit

Permalink
postmortem for 2.1.0a0 (#120)
Browse files Browse the repository at this point in the history
* postmortem for 2.1.0a0
* try immutable again
  • Loading branch information
nrbgt authored Oct 2, 2024
1 parent cccfdf4 commit 2f501d8
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/locks/linux-64_lock-environment.conda.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h69a702a_1.cond
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.1.0-hc0a3c3a_1.conda#9dbb9699ea467983ba8a4ba89b08b066
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.2-hb9d3cd8_0.conda#4d638782050ab6faa27275bed57e9b4e
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda#62ee74e96c5ebb0af99386de58cf9553
https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda#7624e34ee6baebfc80d67bac76cc9d9d
https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.33.1-heb4867d_0.conda#0d3c60291342c0c025db231353376dfb
https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.3-h5888daf_0.conda#6595440079bed734b113de44ffd3cd0a
https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2#30186d27e2c9fa62b45fb1476b7200e3
https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda#172bf1cd1ff8629f2b1179945ed45055
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
CONDA_EXE: mamba
# our stuff
SKIP_CONDA_PREFLIGHT: 1
CACHE_EPOCH: 1
CACHE_EPOCH: 2

jobs:
build:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## `2.1.0a1`

### `@jupyrdf/jupyter-elk 2.1.0-alpha1`

> TBD
### `ipyelk 2.1.0a1`

> TBD
## `2.1.0a0`

### `@jupyrdf/jupyter-elk 2.1.0-alpha0`
Expand Down
3 changes: 3 additions & 0 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@ def task_setup():
else:
install_targets += [P.YARN_LOCK]

if P.CI:
install_args += ["--immutable"]

install_actions = [[*P.IN_ENV, *install_args]]

if not P.CI:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyrdf/jupyter-elk",
"version": "2.1.0-alpha0",
"version": "2.1.0-alpha1",
"description": "ElkJS widget for Jupyter",
"license": "BSD-3-Clause",
"author": "Dane Freeman",
Expand Down Expand Up @@ -38,8 +38,8 @@
],
"types": "lib/index.d.ts",
"resolutions": {
"verdaccio": "file:./scripts/not-a-package",
"@types/react": "file:./scripts/not-a-package",
"verdaccio": "link:./scripts/not-a-package",
"@types/react": "link:./scripts/not-a-package",
"typescript": "5.2.2",
"prettier": "^3.3.0",
"elkjs": "0.9.3",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ipyelk"
version = "2.1.0a0"
version = "2.1.0a1"
description = "ELK widget for Jupyter"
authors = [
{name = "Dane Freeman", email = "[email protected]"},
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1931,12 +1931,11 @@ __metadata:
languageName: node
linkType: hard

"@types/react@file:./scripts/not-a-package::locator=%40jupyrdf%2Fjupyter-elk%40workspace%3A.":
version: 0.0.0
resolution: "@types/react@file:./scripts/not-a-package#./scripts/not-a-package::hash=b79066&locator=%40jupyrdf%2Fjupyter-elk%40workspace%3A."
checksum: dcc19ae2232d5c05699eadbc5baac3b547e2ee5263573633c7df281ec9943cef2b4b893ae3056582a05a52032d4fccb0ea2cf07ff9fc923855606f11d8806bc0
"@types/react@link:./scripts/not-a-package::locator=%40jupyrdf%2Fjupyter-elk%40workspace%3A.":
version: 0.0.0-use.local
resolution: "@types/react@link:./scripts/not-a-package::locator=%40jupyrdf%2Fjupyter-elk%40workspace%3A."
languageName: node
linkType: hard
linkType: soft

"@types/responselike@npm:^1.0.0":
version: 1.0.3
Expand Down

0 comments on commit 2f501d8

Please sign in to comment.