Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
RELEASING: Releasing 3 package(s) (#1)
Browse files Browse the repository at this point in the history
Releases:
  @scalar/snippetz@0.1.0
  @scalar/snippetz-plugin-undici@0.1.0
  demo@0.0.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hanspagel and github-actions[bot] authored Dec 12, 2023
1 parent db694e7 commit 083087c
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/gentle-olives-knock.md

This file was deleted.

9 changes: 9 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# demo

## 0.0.1

### Patch Changes

- Updated dependencies [64a09b0]
- @scalar/snippetz@0.1.0
- @scalar/snippetz-plugin-undici@0.1.0
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
12 changes: 12 additions & 0 deletions packages/snippetz-plugin-undici/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @scalar/snippetz-plugin-undici

## 0.1.0

### Minor Changes

- 64a09b0: init :)

### Patch Changes

- Updated dependencies [64a09b0]
- @scalar/snippetz@0.1.0
2 changes: 1 addition & 1 deletion packages/snippetz-plugin-undici/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scalar/snippetz-plugin-undici",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
Expand Down
7 changes: 7 additions & 0 deletions packages/snippetz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @scalar/snippetz

## 0.1.0

### Minor Changes

- 64a09b0: init :)
2 changes: 1 addition & 1 deletion packages/snippetz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scalar/snippetz",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 083087c

Please sign in to comment.