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) (#6)
Browse files Browse the repository at this point in the history
Releases:
  @scalar/[email protected]
  @scalar/[email protected]
  @scalar/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hanspagel and github-actions[bot] authored Dec 14, 2023
1 parent 74f41e9 commit 714e8cc
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/eleven-mice-tell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/five-fireants-pay.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/snippetz-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @scalar/snippetz-core

## 0.1.1

### Patch Changes

- 31b9be4: fix: JSON.stringify for undici body
- 9d0c097: chore: rename snippetz-plugin-undici to snippetz-plugin-node-undici

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/snippetz-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scalar/snippetz-core",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
Expand Down
10 changes: 10 additions & 0 deletions packages/snippetz-plugin-node-undici/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @scalar/snippetz-plugin-node-undici

## 0.1.3

### Patch Changes

- 31b9be4: fix: JSON.stringify for undici body
- 9d0c097: chore: rename snippetz-plugin-undici to snippetz-plugin-node-undici
- Updated dependencies [31b9be4]
- Updated dependencies [9d0c097]
- @scalar/snippetz-core@0.1.1

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/snippetz-plugin-node-undici/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scalar/snippetz-plugin-node-undici",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
Expand Down
11 changes: 11 additions & 0 deletions packages/snippetz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @scalar/snippetz

## 0.1.3

### Patch Changes

- 31b9be4: fix: JSON.stringify for undici body
- 9d0c097: chore: rename snippetz-plugin-undici to snippetz-plugin-node-undici
- Updated dependencies [31b9be4]
- Updated dependencies [9d0c097]
- @scalar/snippetz-core@0.1.1
- @scalar/snippetz-plugin-node-undici@0.1.3

## 0.1.2

### Patch Changes
Expand Down
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.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 714e8cc

Please sign in to comment.