Skip to content

Commit

Permalink
chore(release): publish %v
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeshai committed Feb 2, 2021
1 parent ffa04af commit 01e324b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/tidy-moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidyjs/tidy-moment",
"version": "2.0.0",
"version": "2.0.1",
"description": "Moment.js extensions for tidyjs",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/pbeshai/tidy.git"
},
"dependencies": {
"@tidyjs/tidy": "^2.0.0",
"@tidyjs/tidy": "^2.0.1",
"moment": "2",
"ts-toolbelt": "^8.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tidy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidyjs/tidy",
"version": "2.0.0",
"version": "2.0.1",
"description": "Tidy up your data with JavaScript, inspired by dplyr and the tidyverse",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidyjs/tidy-website",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"start": "docusaurus start",
Expand All @@ -13,7 +13,7 @@
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.70",
"@monaco-editor/react": "^3.8.3",
"@tidyjs/tidy": "2.0.0",
"@tidyjs/tidy": "^2.0.1",
"autocomplete.js": "^0.38.0",
"cheerio": "^1.0.0-rc.5",
"clsx": "^1.1.1",
Expand Down

0 comments on commit 01e324b

Please sign in to comment.