Skip to content

Commit

Permalink
chore: upgrade outstatic to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avitorio committed Feb 24, 2024
1 parent a26d0de commit a3c1eba
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-coats-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-teachers-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-rats-occur.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/outstatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# outstatic

## 1.4.0

### Minor Changes

- a509ad3: Fixes coverImage bug
- 70650b7: Add discord server to dashboard footer

### Patch Changes

- 3b2eb5d: fix: don't auto create links from 'https://'

## 1.3.0

### Minor Changes
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.3.0",
"version": "1.4.0",
"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.4'
export const OUTSTATIC_VERSION = '1.4.0'
export const OUTSTATIC_URL = 'https://outstatic.com'
export const IMAGES_PATH = 'images/'
export const API_IMAGES_PATH = 'api/outstatic/images/'

0 comments on commit a3c1eba

Please sign in to comment.