From 703af34d90f484be576127d34285ee46abc605c0 Mon Sep 17 00:00:00 2001 From: Andre Vitorio Date: Thu, 21 Mar 2024 12:29:12 -0300 Subject: [PATCH] chore: upgrade to 1.4.3 --- .changeset/pink-camels-tan.md | 5 ----- .changeset/rude-rats-swim.md | 5 ----- packages/outstatic/CHANGELOG.md | 7 +++++++ packages/outstatic/package.json | 2 +- packages/outstatic/src/utils/constants.ts | 2 +- 5 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 .changeset/pink-camels-tan.md delete mode 100644 .changeset/rude-rats-swim.md diff --git a/.changeset/pink-camels-tan.md b/.changeset/pink-camels-tan.md deleted file mode 100644 index 9ee7da7d..00000000 --- a/.changeset/pink-camels-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"outstatic": patch ---- - -fix: blob type error diff --git a/.changeset/rude-rats-swim.md b/.changeset/rude-rats-swim.md deleted file mode 100644 index fd943b01..00000000 --- a/.changeset/rude-rats-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'outstatic': patch ---- - -Remove OST_TOKEN_SECRET as requirement diff --git a/packages/outstatic/CHANGELOG.md b/packages/outstatic/CHANGELOG.md index 35eab202..3885db69 100644 --- a/packages/outstatic/CHANGELOG.md +++ b/packages/outstatic/CHANGELOG.md @@ -1,5 +1,12 @@ # outstatic +## 1.4.3 + +### Patch Changes + +- f5b4ce0: fix: blob type error +- 6507630: Remove OST_TOKEN_SECRET as requirement + ## 1.4.2 ### Patch Changes diff --git a/packages/outstatic/package.json b/packages/outstatic/package.json index 73255b16..583e063f 100644 --- a/packages/outstatic/package.json +++ b/packages/outstatic/package.json @@ -1,6 +1,6 @@ { "name": "outstatic", - "version": "1.4.2", + "version": "1.4.3", "description": "Static site CMS for Next.js", "author": "Andre Vitorio ", "repository": { diff --git a/packages/outstatic/src/utils/constants.ts b/packages/outstatic/src/utils/constants.ts index 8f0755bc..23137d07 100644 --- a/packages/outstatic/src/utils/constants.ts +++ b/packages/outstatic/src/utils/constants.ts @@ -1,4 +1,4 @@ -export const OUTSTATIC_VERSION = '1.4.2' +export const OUTSTATIC_VERSION = '1.4.3' export const OUTSTATIC_URL = 'https://outstatic.com' export const IMAGES_PATH = 'images/' export const API_IMAGES_PATH = 'api/outstatic/images/'