Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 2, 2021
1 parent 9f5c67d commit f9ccdb5
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 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.

## [0.1.3](https://github.com/microlinkhq/metatags/compare/v0.1.2...v0.1.3) (2021-09-02)


### Bug Fixes

* lerna for public packages ([9f5c67d](https://github.com/microlinkhq/metatags/commit/9f5c67d70fc72ac7767fa6b59a3209f76645a157))





## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)

**Note:** Version bump only for package metatags
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": "0.1.2",
"version": "0.1.3",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.

## [0.1.3](https://github.com/microlinkhq/metatags/compare/v0.1.2...v0.1.3) (2021-09-02)


### Bug Fixes

* lerna for public packages ([9f5c67d](https://github.com/microlinkhq/metatags/commit/9f5c67d70fc72ac7767fa6b59a3209f76645a157))





## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)

**Note:** Version bump only for package @metatags/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@metatags/cli",
"description": "Ensure your HTML is previewed beauty across social networks.",
"homepage": "https://github.com/microlinkhq/metatags#readme",
"version": "0.1.2",
"version": "0.1.3",
"main": "bin/cli/index.js",
"bin": {
"metatags": "bin/cli/index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"twitter"
],
"dependencies": {
"@metatags/core": "^0.1.2",
"@metatags/core": "^0.1.3",
"beauty-error": "~1.2.8",
"chalk": "~4.1.1",
"ci-env": "~1.16.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

## [0.1.3](https://github.com/microlinkhq/metatags/compare/v0.1.2...v0.1.3) (2021-09-02)


### Bug Fixes

* lerna for public packages ([9f5c67d](https://github.com/microlinkhq/metatags/commit/9f5c67d70fc72ac7767fa6b59a3209f76645a157))





## [0.1.2](https://github.com/microlinkhq/metatags/compare/v0.1.1...v0.1.2) (2021-09-02)

**Note:** Version bump only for package @metatags/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@metatags/core",
"description": "Ensure your HTML is previewed beauty across social networks.",
"homepage": "https://github.com/microlinkhq/metatags#readme",
"version": "0.1.2",
"version": "0.1.3",
"main": "src/index.js",
"repository": {
"directory": "packages/core",
Expand Down

0 comments on commit f9ccdb5

Please sign in to comment.