Skip to content

Commit

Permalink
chore: upgrade to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avitorio committed Nov 9, 2023
1 parent 193afda commit 600a0af
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"mode": "pre",
"tag": "canary",
"initialVersions": {
"web": "1.0.0",
"web": "1.0.1",
"eslint-config-custom": "0.0.0",
"outstatic": "1.0.0",
"outstatic": "1.0.1",
"tsconfig": "0.0.0"
},
"changesets": []
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
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",
"outstatic": "^1",
"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": "1.0.0",
"version": "1.0.1",
"description": "Static site CMS for Next.js",
"author": "Andre Vitorio <andre@vitorio.net>",
"repository": {
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,4 +1,4 @@
export const OUTSTATIC_VERSION = '1.0.0'
export const OUTSTATIC_VERSION = '1'
export const OUTSTATIC_URL = 'https://outstatic.com'
export const IMAGES_PATH = 'images/'
export const API_IMAGES_PATH = 'api/outstatic/images/'

0 comments on commit 600a0af

Please sign in to comment.