Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
release-please[bot] and bcoe authored Jun 20, 2022
1 parent e386491 commit 8af4e14
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented here.

## [2.0.0](https://github.com/GoogleCloudPlatform/wombat-dressing-room/compare/v1.1.0...v2.0.0) (2022-06-17)


### ⚠ BREAKING CHANGES

* porting frontend code to using react (#124)

### Features

* support force delete ([#119](https://github.com/GoogleCloudPlatform/wombat-dressing-room/issues/119)) ([ab52e54](https://github.com/GoogleCloudPlatform/wombat-dressing-room/commit/ab52e5461e4af4bc9112c1849075dba3983ecef8))
* treating unpublished dpackages as if they were new ([#104](https://github.com/GoogleCloudPlatform/wombat-dressing-room/issues/104)) ([b033dda](https://github.com/GoogleCloudPlatform/wombat-dressing-room/commit/b033ddac2c5f3bb06d55187e38e6ffe0ef8700ed))


### Bug Fixes

* **deps:** update dependency dotenv to v10 ([#110](https://github.com/GoogleCloudPlatform/wombat-dressing-room/issues/110)) ([b668ff8](https://github.com/GoogleCloudPlatform/wombat-dressing-room/commit/b668ff813eb6d67e451ee30ac23e225218c742a8))
* **deps:** update dependency dotenv to v16 ([#137](https://github.com/GoogleCloudPlatform/wombat-dressing-room/issues/137)) ([3c54af7](https://github.com/GoogleCloudPlatform/wombat-dressing-room/commit/3c54af732390a6fe3f795e48cee41906cc0d9422))
* **deps:** update dependency react-scripts to v5.0.1 ([#155](https://github.com/GoogleCloudPlatform/wombat-dressing-room/issues/155)) ([a3c261b](https://github.com/GoogleCloudPlatform/wombat-dressing-room/commit/a3c261b3b6a7bff3406bda2f572a43566ce85e86))


### Code Refactoring

* porting frontend code to using react ([#124](https://github.com/GoogleCloudPlatform/wombat-dressing-room/issues/124)) ([bb8ab0d](https://github.com/GoogleCloudPlatform/wombat-dressing-room/commit/bb8ab0decf6a0b9ab612d9d8107c9159b3abf0a6))

## [1.1.0](https://www.github.com/GoogleCloudPlatform/wombat-dressing-room/compare/v1.0.1...v1.1.0) (2021-02-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "wombat-dressing-room",
"repository": "googleapis/wombat-dressing-room",
"version": "1.1.0",
"version": "2.0.0",
"description": "npm registry proxy designed to reduce the attack surface of npm publish",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 8af4e14

Please sign in to comment.