Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.23 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.23](v1.0.0-beta.22...v1.0.0-beta.23) (2021-05-21)

### Bug Fixes

* cannot upload or delete logo (closes [#230](#230)) ([970e1f4](970e1f4))
* incorrect description and missing info in package.json ([#227](#227)) ([290de80](290de80))
* wrong site / branch url in ui ([d33f03f](d33f03f))

### Features

* allow deleting branches with site token ([b107ed7](b107ed7))
* update DomainForm with private key help text ([#231](#231)) ([da4562d](da4562d))
* upload release with api token ([#216](#216)) ([#225](#225)) ([1d5ceb6](1d5ceb6))
  • Loading branch information
semantic-release-bot committed May 21, 2021
1 parent 970e1f4 commit b02d3c1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0-beta.23](https://github.com/getmeli/meli/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2021-05-21)


### Bug Fixes

* cannot upload or delete logo (closes [#230](https://github.com/getmeli/meli/issues/230)) ([970e1f4](https://github.com/getmeli/meli/commit/970e1f4d5fda64545a95b36028f11c35be90bf7a))
* incorrect description and missing info in package.json ([#227](https://github.com/getmeli/meli/issues/227)) ([290de80](https://github.com/getmeli/meli/commit/290de80825565bd26cd71d7977641456c9c8309e))
* wrong site / branch url in ui ([d33f03f](https://github.com/getmeli/meli/commit/d33f03fea45970bf0852ff84339ff5426cdb9660))


### Features

* allow deleting branches with site token ([b107ed7](https://github.com/getmeli/meli/commit/b107ed715e6240b4c88ea35cb299fa00f2741be3))
* update DomainForm with private key help text ([#231](https://github.com/getmeli/meli/issues/231)) ([da4562d](https://github.com/getmeli/meli/commit/da4562d8dbf94f156ae974b5f2ce9d46e15f4c40))
* upload release with api token ([#216](https://github.com/getmeli/meli/issues/216)) ([#225](https://github.com/getmeli/meli/issues/225)) ([1d5ceb6](https://github.com/getmeli/meli/commit/1d5ceb6f891497bb6e373539dd40f9601dbef0d4))

# [1.0.0-beta.22](https://github.com/getmeli/meli/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2021-04-06)


Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Business Source License 1.1
Parameters

Licensor: Charlie Bravo SRL
Licensed Work: Meli 1.0.0-beta.22
Licensed Work: Meli 1.0.0-beta.23
The Licensed Work is (c) 2021 Charlie Bravo SRL
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Static Site
Expand All @@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
Licensed Work by creating organizations, teams or sites
controlled by such third parties.

Change Date: 2025-4-6
Change Date: 2025-5-21

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meli",
"version": "1.0.0-beta.22",
"version": "1.0.0-beta.23",
"description": "Open source platform for deploying static sites and frontend applications.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b02d3c1

Please sign in to comment.