Skip to content

Commit b02d3c1

Browse files
chore(release): 1.0.0-beta.23 [skip ci]
# [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))
1 parent 970e1f4 commit b02d3c1

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.0.0-beta.23](https://github.com/getmeli/meli/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2021-05-21)
2+
3+
4+
### Bug Fixes
5+
6+
* cannot upload or delete logo (closes [#230](https://github.com/getmeli/meli/issues/230)) ([970e1f4](https://github.com/getmeli/meli/commit/970e1f4d5fda64545a95b36028f11c35be90bf7a))
7+
* incorrect description and missing info in package.json ([#227](https://github.com/getmeli/meli/issues/227)) ([290de80](https://github.com/getmeli/meli/commit/290de80825565bd26cd71d7977641456c9c8309e))
8+
* wrong site / branch url in ui ([d33f03f](https://github.com/getmeli/meli/commit/d33f03fea45970bf0852ff84339ff5426cdb9660))
9+
10+
11+
### Features
12+
13+
* allow deleting branches with site token ([b107ed7](https://github.com/getmeli/meli/commit/b107ed715e6240b4c88ea35cb299fa00f2741be3))
14+
* update DomainForm with private key help text ([#231](https://github.com/getmeli/meli/issues/231)) ([da4562d](https://github.com/getmeli/meli/commit/da4562d8dbf94f156ae974b5f2ce9d46e15f4c40))
15+
* 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))
16+
117
# [1.0.0-beta.22](https://github.com/getmeli/meli/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2021-04-06)
218

319

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Source License 1.1
33
Parameters
44

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

18-
Change Date: 2025-4-6
18+
Change Date: 2025-5-21
1919

2020
Change License: Apache License, Version 2.0
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meli",
3-
"version": "1.0.0-beta.22",
3+
"version": "1.0.0-beta.23",
44
"description": "Open source platform for deploying static sites and frontend applications.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)