From d4d212c8eab30338d0bdf9b7ba1c990153f15f9a Mon Sep 17 00:00:00 2001 From: Kiko Date: Sat, 2 May 2020 09:58:09 +0000 Subject: [PATCH] chore(release): v0.0.65 --- 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 e041d442..0b157a0c 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.65](https://github.com/microlinkhq/cards/compare/v0.0.64...v0.0.65) (2020-05-02) + +**Note:** Version bump only for package @microlink/cards-root + + + + + ## [0.0.64](https://github.com/microlinkhq/cards/compare/v0.0.63...v0.0.64) (2020-05-02) diff --git a/lerna.json b/lerna.json index d207b109..2e1da795 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.0.64", + "version": "0.0.65", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index e47cc8d3..91d00ec8 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.65](https://github.com/microlinkhq/cards/compare/v0.0.64...v0.0.65) (2020-05-02) + +**Note:** Version bump only for package @microlink/cards-app + + + + + ## [0.0.64](https://github.com/microlinkhq/cards/compare/v0.0.63...v0.0.64) (2020-05-02) diff --git a/packages/app/package.json b/packages/app/package.json index 34a72659..dc5cdb0e 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.64", + "version": "0.0.65", "author": { "email": "hello@microlink.io", "name": "microlink.io", diff --git a/packages/npm/CHANGELOG.md b/packages/npm/CHANGELOG.md index 08df31db..c9d02cdd 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.65](https://github.com/microlinkhq/microlink-cards/compare/v0.0.64...v0.0.65) (2020-05-02) + +**Note:** Version bump only for package @microlink/cards + + + + + ## [0.0.64](https://github.com/microlinkhq/microlink-cards/compare/v0.0.63...v0.0.64) (2020-05-02) **Note:** Version bump only for package @microlink/cards diff --git a/packages/npm/package.json b/packages/npm/package.json index f79ea73d..4c815d6b 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.64", + "version": "0.0.65", "main": "src/index.js", "author": { "email": "hello@microlink.io",