Skip to content

Commit

Permalink
chore: upgrade outstatic to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avitorio committed Mar 17, 2024
1 parent 116171b commit 7265ee8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-stingrays-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-sloths-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-apples-give.md

This file was deleted.

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

## 1.4.2

### Patch Changes

- 116171b: feat: add base path functionality
- 7215826: Update fillRule tag
- 6e7b37d: fix: Remove double border in aside

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"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.4.1'
export const OUTSTATIC_VERSION = '1.4.2'
export const OUTSTATIC_URL = 'https://outstatic.com'
export const IMAGES_PATH = 'images/'
export const API_IMAGES_PATH = 'api/outstatic/images/'

0 comments on commit 7265ee8

Please sign in to comment.