From e28b17e5f4a2048c5a8fe685630a441260dbbe3d Mon Sep 17 00:00:00 2001 From: Kiko Date: Sat, 2 May 2020 16:11:58 +0000 Subject: [PATCH] chore(release): v0.0.67 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/app/CHANGELOG.md | 8 ++++++++ packages/app/package.json | 2 +- packages/npm/CHANGELOG.md | 8 ++++++++ packages/npm/package.json | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8bbad9a..2f6da420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.67](https://github.com/microlinkhq/cards/compare/v0.0.66...v0.0.67) (2020-05-02) + +**Note:** Version bump only for package @microlink/cards-root + + + + + ## [0.0.66](https://github.com/microlinkhq/cards/compare/v0.0.65...v0.0.66) (2020-05-02) **Note:** Version bump only for package @microlink/cards-root diff --git a/lerna.json b/lerna.json index fd783dcd..e4112b61 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.0.66", + "version": "0.0.67", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 6d9e7a6d..ece30b89 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.67](https://github.com/microlinkhq/cards/compare/v0.0.66...v0.0.67) (2020-05-02) + +**Note:** Version bump only for package @microlink/cards-app + + + + + ## [0.0.66](https://github.com/microlinkhq/cards/compare/v0.0.65...v0.0.66) (2020-05-02) **Note:** Version bump only for package @microlink/cards-app diff --git a/packages/app/package.json b/packages/app/package.json index 7266b692..a428601d 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -2,7 +2,7 @@ "name": "@microlink/cards-app", "description": "The easiest way to generate dynamic social images at scale.", "homepage": "https://github.com/microlinkhq/cards", - "version": "0.0.66", + "version": "0.0.67", "author": { "email": "hello@microlink.io", "name": "microlink.io", diff --git a/packages/npm/CHANGELOG.md b/packages/npm/CHANGELOG.md index e7384b91..19be63f0 100644 --- a/packages/npm/CHANGELOG.md +++ b/packages/npm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.67](https://github.com/microlinkhq/microlink-cards/compare/v0.0.66...v0.0.67) (2020-05-02) + +**Note:** Version bump only for package @microlink/cards + + + + + ## [0.0.66](https://github.com/microlinkhq/microlink-cards/compare/v0.0.65...v0.0.66) (2020-05-02) **Note:** Version bump only for package @microlink/cards diff --git a/packages/npm/package.json b/packages/npm/package.json index f96f79cd..dd8dbf3a 100644 --- a/packages/npm/package.json +++ b/packages/npm/package.json @@ -2,7 +2,7 @@ "name": "@microlink/cards", "description": "The easiest way to create and share dynamic images at scale.", "homepage": "https://nicedoc.io/microlinkhq/microlink-cards", - "version": "0.0.66", + "version": "0.0.67", "main": "src/index.js", "author": { "email": "hello@microlink.io",