Skip to content

Commit 64eb9d7

Browse files
chore(changeset): version update (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c2e5740 commit 64eb9d7

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/itchy-moons-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-seo-meta-tags/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-seo-meta-tags
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- c2e5740: feat: update some comments, add player and app as valid twitter card types
8+
39
## 1.3.0
410

511
### Minor Changes

packages/react-seo-meta-tags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-seo-meta-tags",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "SEO metatags for React apps, especially blogs built with Gatsby or NextJS",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

packages/site/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# site
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c2e5740]
8+
- react-seo-meta-tags@1.3.1
9+
310
## 0.1.1
411

512
### Patch Changes

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "site",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"homepage": "https://teemukoivisto.github.io/react-seo-meta-tags",
66
"type": "commonjs",
77
"scripts": {

0 commit comments

Comments
 (0)