Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.18 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.18](v1.0.0-beta.17...v1.0.0-beta.18) (2021-03-19)

### Bug Fixes

* sidebar not updating when create/remove team ([#193](#193)) ([04b3946](04b3946))

### Features

* expose team.orgId in api ([0693f5d](0693f5d))
* forms ([#208](#208)) ([2a0fba4](2a0fba4))
* Initial K8s Manifest ([#205](#205)) ([5a5b46b](5a5b46b))
  • Loading branch information
semantic-release-bot committed Mar 19, 2021
1 parent 5a5b46b commit e945730
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.0-beta.18](https://github.com/getmeli/meli/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2021-03-19)


### Bug Fixes

* sidebar not updating when create/remove team ([#193](https://github.com/getmeli/meli/issues/193)) ([04b3946](https://github.com/getmeli/meli/commit/04b394614873dfd1e82b99821a1f5975477995f0))


### Features

* expose team.orgId in api ([0693f5d](https://github.com/getmeli/meli/commit/0693f5d67349734af9be330fb2d1338f13da0356))
* forms ([#208](https://github.com/getmeli/meli/issues/208)) ([2a0fba4](https://github.com/getmeli/meli/commit/2a0fba451bad95141e25cc397bc6de362510bc59))
* Initial K8s Manifest ([#205](https://github.com/getmeli/meli/issues/205)) ([5a5b46b](https://github.com/getmeli/meli/commit/5a5b46bc598ea358674e2ac80ab42fce339d1d64))

# [1.0.0-beta.17](https://github.com/getmeli/meli/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2021-03-10)


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.17
Licensed Work: Meli 1.0.0-beta.18
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-3-10
Change Date: 2025-3-19

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": "@skipper/core",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"private": true,
"description": "",
"main": "src/index.js",
Expand Down

0 comments on commit e945730

Please sign in to comment.