Skip to content

Commit

Permalink
chore: upgrade to 1.0.0-canary.4
Browse files Browse the repository at this point in the history
  • Loading branch information
avitorio committed Oct 7, 2023
1 parent d841570 commit 483a77e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"initialVersions": {
"web": "1.0.0",
"eslint-config-custom": "0.0.0",
"outstatic": "1.0.0-canary.3",
"outstatic": "1.0.0-canary.4",
"tailwind-config": "0.0.0",
"tsconfig": "0.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-config-next": "^13.4.0",
"gray-matter": "^4.0.3",
"next": "^13.5.4",
"outstatic": "^1.0.0-canary.3",
"outstatic": "^1.0.0-canary.4",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/outstatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outstatic",
"version": "1.0.0-canary.3",
"version": "1.0.0-canary.4",
"description": "Static site CMS for Next.js",
"author": "Andre Vitorio <andre@vitorio.net>",
"main": "./dist/index.js",
Expand Down Expand Up @@ -111,5 +111,8 @@
"next": "^13",
"react": "^17.0.2 || ^18",
"react-dom": "^17.0.2 || ^18"
},
"publishConfig": {
"access": "public"
}
}
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 = '1.0.0-canary.3'
export const OUTSTATIC_VERSION = '1.0.0-canary.4'
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.

0 comments on commit 483a77e

Please sign in to comment.