Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Automated Changelog Entry for 0.1.0 on main #73

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.1.0

([Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.11-2...7500160990081d6d61bd15785e82e53d398cce33))

### Enhancements made

- Make generateWorkspace configurable via the CLI [#71](https://github.com/jupyterlab/galata/pull/71) ([@jtpio](https://github.com/jtpio))

### Maintenance and upkeep improvements

- Add check release workflow on CI and CHANGELOG.md [#72](https://github.com/jupyterlab/galata/pull/72) ([@jtpio](https://github.com/jtpio))

### Documentation improvements

- Add jlpm build step to readme [#70](https://github.com/jupyterlab/galata/pull/70) ([@legendb317](https://github.com/legendb317))

### Other merged PRs

- Bump postcss from 7.0.35 to 7.0.36 [#64](https://github.com/jupyterlab/galata/pull/64) ([@dependabot](https://github.com/dependabot))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/galata/graphs/contributors?from=2021-06-20&to=2021-07-16&type=c))

[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fgalata+involves%3Adependabot+updated%3A2021-06-20..2021-07-16&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fgalata+involves%3Ajtpio+updated%3A2021-06-20..2021-07-16&type=Issues) | [@legendb317](https://github.com/search?q=repo%3Ajupyterlab%2Fgalata+involves%3Alegendb317+updated%3A2021-06-20..2021-07-16&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fgalata+involves%3Awelcome+updated%3A2021-06-20..2021-07-16&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## [v3.0.11-2](https://github.com/jupyterlab/galata/tree/v3.0.11-2)

[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.11-1...v3.0.11-2)
Expand All @@ -14,8 +42,6 @@
- Wait fixes [\#61](https://github.com/jupyterlab/galata/pull/61) (@mbektas)
- Allow for custom tab bar and nb toolbar item ids [\#48](https://github.com/jupyterlab/galata/pull/48) (@fcollonval)

<!-- <END NEW CHANGELOG ENTRY> -->

## [v3.0.11-1](https://github.com/jupyterlab/galata/tree/v3.0.11-1)

[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-7...v3.0.11-1)
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"hooks": {
"before-build-npm": [
"yarn run build"
],
"before-bump-version": [
"git checkout ."
]
},
"options": {
Expand Down