Skip to content

Commit

Permalink
Bump version from 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 10, 2023
1 parent 4cd9d6f commit a6befd1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

env:
HATCH_VERSION: "1.7.0"
PACKAGE_VERSION: "0.1.0"
PACKAGE_VERSION: "0.1.1"
PACKAGE_NAME: "jupyterlab-pdf-preview"
PYTHON_PACKAGE_NAME: "jupyterlab_pdf_preview"

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] (Nov 10 2023)

### Added

- Latest source distribution (latest.tar.gz) added to Pages site.
Expand All @@ -21,5 +23,6 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- JupyterLab extension to preview PDF files in the file browser on hover.

[unreleased]: https://github.com/PainterQubits/jupyterlab-pdf-preview/compare/v0.1.0...main
[unreleased]: https://github.com/PainterQubits/jupyterlab-pdf-preview/compare/v0.1.1...main
[0.1.1]: https://github.com/PainterQubits/jupyterlab-pdf-preview/releases/tag/v0.1.1
[0.1.0]: https://github.com/PainterQubits/jupyterlab-pdf-preview/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-pdf-preview",
"version": "0.1.0",
"version": "0.1.1",
"description": "JupyterLab extension to preview PDF files in the file browser on hover.",
"contributors": [
{
Expand Down
20 changes: 11 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2123,9 +2123,9 @@ __metadata:
linkType: hard

"electron-to-chromium@npm:^1.4.535":
version: 1.4.579
resolution: "electron-to-chromium@npm:1.4.579"
checksum: 42fcb8608c68f8c7568d1ef6cd48f6a2133f1089e26b203ead7eed47cf0c15ece66824de8076d51b11f2693598cec5cf756fbb67dfa7a70e7cdfaadd26ae257b
version: 1.4.580
resolution: "electron-to-chromium@npm:1.4.580"
checksum: 44c1dea2864a0855905fbb241d99298076f680e6cf033d837385ef8f9f380d9cb05d8de0554bae5cee135c88f586f648c72a1b60c6b698a3d6c37eea6517bb74
languageName: node
linkType: hard

Expand Down Expand Up @@ -2278,9 +2278,9 @@ __metadata:
linkType: hard

"es-module-lexer@npm:^1.2.1":
version: 1.3.1
resolution: "es-module-lexer@npm:1.3.1"
checksum: 3beafa7e171eb1e8cc45695edf8d51638488dddf65294d7911f8d6a96249da6a9838c87529262cc6ea53988d8272cec0f4bff93f476ed031a54ba3afb51a0ed3
version: 1.4.0
resolution: "es-module-lexer@npm:1.4.0"
checksum: 8944067428d16b2fade0cec9c42c87780d1a31812f64cee12ba99ab0c02bef2fa5cb8097cd60d764b7a5b29c954a51398bfb1e4360f64fec9cf6c89ef126ab14
languageName: node
linkType: hard

Expand Down Expand Up @@ -3860,9 +3860,11 @@ __metadata:
linkType: hard

"lru-cache@npm:^10.0.1, lru-cache@npm:^9.1.1 || ^10.0.0":
version: 10.0.1
resolution: "lru-cache@npm:10.0.1"
checksum: 06f8d0e1ceabd76bb6f644a26dbb0b4c471b79c7b514c13c6856113879b3bf369eb7b497dad4ff2b7e2636db202412394865b33c332100876d838ad1372f0181
version: 10.0.2
resolution: "lru-cache@npm:10.0.2"
dependencies:
semver: ^7.3.5
checksum: 83ad0e899d79f48574bdda131fe8157c6d65cbd073a6e78e0d1a3467a85dce1ef4d8dc9fd618a56c57a068271501c81d54471e13f84dd121e046b155ed061ed4
languageName: node
linkType: hard

Expand Down

0 comments on commit a6befd1

Please sign in to comment.