Skip to content

Commit

Permalink
chore(release): v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 20, 2021
1 parent 158abb8 commit 824fac1
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.9.0",
"version": "1.10.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
17 changes: 17 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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://github.com/microlinkhq/cards",
"version": "1.9.0",
"version": "1.10.0",
"author": {
"email": "[email protected]",
"name": "microlink.io",
Expand Down
11 changes: 11 additions & 0 deletions packages/npm/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.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
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.9.0",
"version": "1.10.0",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down

1 comment on commit 824fac1

@vercel
Copy link

@vercel vercel bot commented on 824fac1 Oct 20, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.