From 824fac13f1be840a4f7bbdb0cef3e51c55acef85 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 20 Oct 2021 12:44:14 +0200 Subject: [PATCH] chore(release): v1.10.0 --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/app/CHANGELOG.md | 17 +++++++++++++++++ packages/app/package.json | 2 +- packages/npm/CHANGELOG.md | 11 +++++++++++ packages/npm/package.json | 2 +- 6 files changed, 48 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 075e8948..c883b784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/microlinkhq/cards/compare/v1.9.0...v1.10.0) (2021-10-20) + + +### Bug Fixes + +* conditional space ([66eb57c](https://github.com/microlinkhq/cards/commit/66eb57cb09354de09c274bfc05e33f6131df1f9f)) +* use image component for images ([eb0152f](https://github.com/microlinkhq/cards/commit/eb0152fc00f0690aab5bba6240b7886309f56032)) + + +### Features + +* upgrade to Next.js 11 ([60942fa](https://github.com/microlinkhq/cards/commit/60942fa35c128ab8d52ff603c6770b4477d6d660)) + + + + + # [1.9.0](https://github.com/microlinkhq/cards/compare/v1.8.2...v1.9.0) (2021-03-31) **Note:** Version bump only for package @microlink/cards-root diff --git a/lerna.json b/lerna.json index cc79282a..05cfa998 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.9.0", + "version": "1.10.0", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index cd09389e..a660c466 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/microlinkhq/cards/compare/v1.9.0...v1.10.0) (2021-10-20) + + +### Bug Fixes + +* conditional space ([66eb57c](https://github.com/microlinkhq/cards/commit/66eb57cb09354de09c274bfc05e33f6131df1f9f)) +* use image component for images ([eb0152f](https://github.com/microlinkhq/cards/commit/eb0152fc00f0690aab5bba6240b7886309f56032)) + + +### Features + +* upgrade to Next.js 11 ([60942fa](https://github.com/microlinkhq/cards/commit/60942fa35c128ab8d52ff603c6770b4477d6d660)) + + + + + # [1.9.0](https://github.com/microlinkhq/cards/compare/v1.8.2...v1.9.0) (2021-03-31) **Note:** Version bump only for package @microlink/cards-app diff --git a/packages/app/package.json b/packages/app/package.json index 5c96cb35..3b7f8842 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": "1.9.0", + "version": "1.10.0", "author": { "email": "hello@microlink.io", "name": "microlink.io", diff --git a/packages/npm/CHANGELOG.md b/packages/npm/CHANGELOG.md index 3082a4ce..0fd3d924 100644 --- a/packages/npm/CHANGELOG.md +++ b/packages/npm/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/microlinkhq/microlink-cards/compare/v1.9.0...v1.10.0) (2021-10-20) + + +### Features + +* upgrade to Next.js 11 ([60942fa](https://github.com/microlinkhq/microlink-cards/commit/60942fa35c128ab8d52ff603c6770b4477d6d660)) + + + + + # [1.9.0](https://github.com/microlinkhq/microlink-cards/compare/v1.8.2...v1.9.0) (2021-03-31) **Note:** Version bump only for package @microlink/cards diff --git a/packages/npm/package.json b/packages/npm/package.json index dbc61d16..e7b21589 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://github.com/microlinkhq/cards/tree/master/packages/npm", - "version": "1.9.0", + "version": "1.10.0", "main": "src/index.js", "author": { "email": "hello@microlink.io",