Skip to content

Commit

Permalink
chore(release): v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 13, 2022
1 parent dfd34e8 commit d5fd35d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.12.1",
"version": "1.13.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
11 changes: 11 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit d5fd35d

@vercel
Copy link

@vercel vercel bot commented on d5fd35d Sep 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cards – ./

cards-microlink.vercel.app
cards-git-master-microlink.vercel.app
cards.microlink.io

Please sign in to comment.