diff --git a/CHANGELOG.md b/CHANGELOG.md index c347b1f0..d3be0ac7 100644 --- a/CHANGELOG.md +++ b/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.13.0](https://github.com/microlinkhq/cards/compare/v1.12.1...v1.13.0) (2022-09-13) + +### Bug Fixes + +* linter ([ff5bbd3](https://github.com/microlinkhq/cards/commit/ff5bbd336e0a6899bf75fd60012ffe6b48a04661)) + +### Features + +* add WorkOS Docs preset ([8cddd61](https://github.com/microlinkhq/cards/commit/8cddd615e4dc182c31befa7e6ec91e04c1f61ba7)) +* tweak font size for WorkOS Docs preset ([12bc628](https://github.com/microlinkhq/cards/commit/12bc628ff683b612de1f6c15095319f6a1a80875)) + ## [1.12.1](https://github.com/microlinkhq/cards/compare/v1.12.0...v1.12.1) (2022-06-27) **Note:** Version bump only for package @microlink/cards-root diff --git a/lerna.json b/lerna.json index 6922b896..87c55b6c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.12.1", + "version": "1.13.0", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 2c027fa9..93c28dea 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/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.13.0](https://github.com/microlinkhq/cards/compare/v1.12.1...v1.13.0) (2022-09-13) + +### Bug Fixes + +* linter ([ff5bbd3](https://github.com/microlinkhq/cards/commit/ff5bbd336e0a6899bf75fd60012ffe6b48a04661)) + +### Features + +* add WorkOS Docs preset ([8cddd61](https://github.com/microlinkhq/cards/commit/8cddd615e4dc182c31befa7e6ec91e04c1f61ba7)) +* tweak font size for WorkOS Docs preset ([12bc628](https://github.com/microlinkhq/cards/commit/12bc628ff683b612de1f6c15095319f6a1a80875)) + ## [1.12.1](https://github.com/microlinkhq/cards/compare/v1.12.0...v1.12.1) (2022-06-27) **Note:** Version bump only for package @microlink/cards-app diff --git a/packages/app/package.json b/packages/app/package.json index 196675ab..1d69b675 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://cards.microlink.io", - "version": "1.12.1", + "version": "1.13.0", "author": { "email": "hello@microlink.io", "name": "microlink.io", diff --git a/packages/npm/CHANGELOG.md b/packages/npm/CHANGELOG.md index 319bd7bb..28484c91 100644 --- a/packages/npm/CHANGELOG.md +++ b/packages/npm/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.13.0](https://github.com/microlinkhq/cards/compare/v1.12.1...v1.13.0) (2022-09-13) + +**Note:** Version bump only for package @microlink/cards + ## [1.12.1](https://github.com/microlinkhq/cards/compare/v1.12.0...v1.12.1) (2022-06-27) **Note:** Version bump only for package @microlink/cards diff --git a/packages/npm/package.json b/packages/npm/package.json index 8c3043d4..a1551460 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.12.1", + "version": "1.13.0", "main": "src/index.js", "author": { "email": "hello@microlink.io",