Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit d9bfb2f

Browse files
v2.0.0
1 parent e993886 commit d9bfb2f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-static-tweets-example",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -19,8 +19,8 @@
1919
"node-fetch": "^2.6.1",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
22-
"react-static-tweets": "^1.0.0",
23-
"static-tweets": "^1.0.0",
22+
"react-static-tweets": "^2.0.0",
23+
"static-tweets": "^2.0.0",
2424
"swr": "^2.0.0"
2525
},
2626
"devDependencies": {

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "2.0.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/react-static-tweets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-static-tweets",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Extremely fast static renderer for tweets.",
55
"repository": "transitive-bullshit/react-static-tweets",
66
"author": "Travis Fischer <[email protected]>",

packages/static-tweets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "static-tweets",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Utilities for fetching and manipulating tweet ASTs.",
55
"repository": "transitive-bullshit/react-static-tweets",
66
"author": "Travis Fischer <[email protected]>",

0 commit comments

Comments
 (0)