Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/forty-llamas-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@minima-global/image": patch
---

package release
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dist-ssr
server/dist
public/dist
.vscode
build

# Local env files
.env
Expand Down
63 changes: 63 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"check-format": "turbo check-format",
"local-release": "changeset version && changeset publish",
"ci": "turbo ci && turbo format && turbo check-format",
"test": "turbo test"
"test": "turbo test",
"private-version": "changeset version",
"private-publish": "changeset publish --access restricted"
},
"workspaces": [
"tests/*",
Expand Down
7 changes: 7 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @minima-global/image

## 1.2.3

### Patch Changes

- da84c83: test-release
Loading