Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Oct 8, 2024
1 parent 5d01cf1 commit 6366e1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@most-popular-content/api",
"version": "3.2.2",
"version": "3.2.3",
"description": "A simple, most popular website content API.",
"author": "Jacob Bare <[email protected]>",
"homepage": "https://github.com/parameter1/most-popular-content/tree/master/api#readme",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.2",
"version": "3.2.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@most-popular-content/lambda",
"version": "3.2.1",
"version": "3.2.3",
"description": "Most popular AWS Lambda functions.",
"author": "Jacob Bare <[email protected]>",
"homepage": "https://github.com/parameter1/most-popular-content/tree/master/packages/lambda#readme",
Expand All @@ -18,6 +18,6 @@
"test": "yarn lint"
},
"dependencies": {
"@most-popular-content/materialized-views": "^3.2.1"
"@most-popular-content/materialized-views": "^3.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/materialized-views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@most-popular-content/materialized-views",
"version": "3.2.1",
"version": "3.2.3",
"description": "Generates materialized views for most popular items.",
"author": "Jacob Bare <[email protected]>",
"homepage": "https://github.com/parameter1/most-popular-content/tree/master/packages/materialized-views#readme",
Expand Down

0 comments on commit 6366e1b

Please sign in to comment.