Skip to content

Commit

Permalink
bump versions (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Dec 12, 2023
1 parent 2163b5f commit c389876
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.1

> TBD
## v3.0.0

- see `3.0.0` alpha releases below
Expand Down
2 changes: 1 addition & 1 deletion packages/_meta/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@deathbeds/meta-jupyterlab-fonts",
"version": "3.0.0",
"version": "3.0.1",
"scripts": {
"build": "tsc -b --sourceMap",
"build:cov": "tsc -b --inlineSourceMap",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-font-anonymous-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deathbeds/jupyterlab-font-anonymous-pro",
"version": "3.0.0",
"version": "3.0.1",
"description": "Anonymous Pro Fonts for JupyterLab",
"license": "BSD-3-Clause",
"author": "Dead Pixels Collective",
Expand All @@ -24,7 +24,7 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@deathbeds/jupyterlab-fonts": "~3.0.0",
"@deathbeds/jupyterlab-fonts": "~3.0.1",
"@jupyterlab/application": "3 || 4",
"typeface-anonymous-pro": "^1.1.13"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-font-atkinson-hyperlegible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deathbeds/jupyterlab-font-atkinson-hyperlegible",
"version": "3.0.0",
"version": "3.0.1",
"description": "Atkinson Hyperlegible for JupyterLab",
"license": "BSD-3-Clause",
"author": "Dead Pixels Collective",
Expand All @@ -23,7 +23,7 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@deathbeds/jupyterlab-fonts": "~3.0.0",
"@deathbeds/jupyterlab-fonts": "~3.0.1",
"@fontsource/atkinson-hyperlegible": "^5.0.15",
"@jupyterlab/application": "3 || 4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-font-dejavu-sans-mono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deathbeds/jupyterlab-font-dejavu-sans-mono",
"version": "3.0.0",
"version": "3.0.1",
"description": "Dejavu Sans Mono Fonts for JupyterLab",
"license": "BSD-3-Clause",
"author": "Dead Pixels Collective",
Expand All @@ -25,7 +25,7 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@deathbeds/jupyterlab-fonts": "~3.0.0",
"@deathbeds/jupyterlab-fonts": "~3.0.1",
"@jupyterlab/application": "3 || 4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-font-fira-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deathbeds/jupyterlab-font-fira-code",
"version": "3.0.0",
"version": "3.0.1",
"description": "Fira Code Fonts for JupyterLab",
"license": "BSD-3-Clause",
"author": "Dead Pixels Collective",
Expand All @@ -23,7 +23,7 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@deathbeds/jupyterlab-fonts": "~3.0.0",
"@deathbeds/jupyterlab-fonts": "~3.0.1",
"@jupyterlab/application": "3 || 4",
"firacode": "^6.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deathbeds/jupyterlab-fonts",
"version": "3.0.0",
"version": "3.0.1",
"description": "Interactive Typography and Style for JupyterLab",
"license": "BSD-3-Clause",
"author": "Dead Pixels Collective",
Expand Down

0 comments on commit c389876

Please sign in to comment.