From e9457305c6c6b9829379f8f6705bdbad9ff43ac8 Mon Sep 17 00:00:00 2001 From: meli-release-bot Date: Fri, 19 Mar 2021 14:42:32 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.18 [skip ci] # [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)) --- CHANGELOG.md | 14 ++++++++++++++ LICENSE | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d82424..8e1e013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/LICENSE b/LICENSE index 77c781c..dd87d84 100644 --- a/LICENSE +++ b/LICENSE @@ -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 @@ -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 diff --git a/package.json b/package.json index 7c07a38..b52114a 100644 --- a/package.json +++ b/package.json @@ -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",