Skip to content

Commit

Permalink
ci: Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and binzcodes committed Oct 26, 2024
1 parent a3af8f3 commit a0ae090
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-pianos-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-owls-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-peaches-rescue.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/example-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# example-site

## 0.1.2

### Patch Changes

- a3af8f3: Add short_name to Manifest options
- 92e7728: Add missing param options to `<Visor />` in Layout
- Updated dependencies [5a8563b]
- @binz/visor@0.3.1

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/example-site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-site",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/visor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @binz/visor

## 0.3.1

### Patch Changes

- 5a8563b: Add `short_name` to manifest builder

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/visor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@binz/visor",
"version": "0.3.0",
"version": "0.3.1",
"description": "Full-coverage `<head>` gear for your Astro app.",
"homepage": "https://github.com/binzcodes/visor#readme",
"type": "module",
Expand Down

0 comments on commit a0ae090

Please sign in to comment.