From 289265523ef9fa359d091982a0491e47005fa487 Mon Sep 17 00:00:00 2001 From: Andre Vitorio Date: Sat, 15 Jul 2023 01:29:16 +0200 Subject: [PATCH] chore: upgrade to 0.0.38 --- examples/blog/package.json | 2 +- packages/outstatic/package.json | 2 +- packages/outstatic/src/utils/constants.ts | 2 +- pnpm-lock.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/blog/package.json b/examples/blog/package.json index 4007564d..c6e704df 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -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", diff --git a/packages/outstatic/package.json b/packages/outstatic/package.json index f994d8e6..aa4c95f9 100644 --- a/packages/outstatic/package.json +++ b/packages/outstatic/package.json @@ -1,6 +1,6 @@ { "name": "outstatic", - "version": "0.0.37", + "version": "0.0.38", "description": "Static site CMS for Next.js", "author": "Andre Vitorio ", "main": "./dist/index.js", diff --git a/packages/outstatic/src/utils/constants.ts b/packages/outstatic/src/utils/constants.ts index 7de43b5a..b600b212 100644 --- a/packages/outstatic/src/utils/constants.ts +++ b/packages/outstatic/src/utils/constants.ts @@ -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/' diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1eb8c69..7b0beca1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -137,7 +137,7 @@ importers: 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