Skip to content

Commit

Permalink
chore: upgrade to 0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
avitorio committed Jul 14, 2023
1 parent 7682138 commit 2892655
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint-config-next": "^13.4.4",
"gray-matter": "^4.0.3",
"next": "13.4.4",
"outstatic": "^0.0.37",
"outstatic": "^0.0.38",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/outstatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outstatic",
"version": "0.0.37",
"version": "0.0.38",
"description": "Static site CMS for Next.js",
"author": "Andre Vitorio <andre@vitorio.net>",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/outstatic/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const OUTSTATIC_VERSION = '0.0.37'
export const OUTSTATIC_VERSION = '0.0.38'
export const OUTSTATIC_URL = 'https://outstatic.com'
export const IMAGES_PATH = 'images/'
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 2892655

@vercel
Copy link

@vercel vercel bot commented on 2892655 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

outstatic-dev-blog – ./apps/dev

outstatic-dev-blog-andrevitorio.vercel.app
outstatic-dev-blog-git-main-andrevitorio.vercel.app
outstatic-dev-blog.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2892655 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.