Skip to content

Commit f0f8e99

Browse files
committed
chore(release): v1.0.0
1 parent b47d2cb commit f0f8e99

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/microlinkhq/metatags/compare/v0.1.9...v1.0.0) (2021-09-14)
7+
8+
**Note:** Version bump only for package metatags
9+
10+
11+
12+
13+
614
## [0.1.9](https://github.com/microlinkhq/metatags/compare/v0.1.8...v0.1.9) (2021-09-03)
715

816
**Note:** Version bump only for package metatags

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.9",
5+
"version": "1.0.0",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/microlinkhq/metatags/compare/v0.1.9...v1.0.0) (2021-09-14)
7+
8+
**Note:** Version bump only for package metatags
9+
10+
11+
12+
13+
614
## [0.1.9](https://github.com/microlinkhq/metatags/compare/v0.1.8...v0.1.9) (2021-09-03)
715

816
**Note:** Version bump only for package @metatags/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "metatags",
33
"description": "Ensure your HTML is previewed beautifully across social networks",
44
"homepage": "https://github.com/microlinkhq/metatags#readme",
5-
"version": "0.1.9",
5+
"version": "1.0.0",
66
"main": "bin/cli/index.js",
77
"bin": {
88
"metatags": "bin/cli/index.js"
@@ -31,7 +31,7 @@
3131
"twitter"
3232
],
3333
"dependencies": {
34-
"@metatags/core": "^0.1.9",
34+
"@metatags/core": "^1.0.0",
3535
"beauty-error": "~1.2.8",
3636
"chalk": "~4.1.1",
3737
"ci-env": "~1.16.0",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/microlinkhq/metatags/compare/v0.1.9...v1.0.0) (2021-09-14)
7+
8+
**Note:** Version bump only for package @metatags/core
9+
10+
11+
12+
13+
614
## [0.1.9](https://github.com/microlinkhq/metatags/compare/v0.1.8...v0.1.9) (2021-09-03)
715

816
**Note:** Version bump only for package @metatags/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@metatags/core",
33
"description": "Ensure your HTML is previewed beauty across social networks.",
44
"homepage": "https://github.com/microlinkhq/metatags#readme",
5-
"version": "0.1.9",
5+
"version": "1.0.0",
66
"main": "src/index.js",
77
"repository": {
88
"directory": "packages/core",

0 commit comments

Comments
 (0)