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

Commit

Permalink
RELEASING: Releasing 5 package(s) (#11)
Browse files Browse the repository at this point in the history
Releases:
  @scalar/[email protected]
  @scalar/[email protected]
  @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 Jan 8, 2024
1 parent d248ce0 commit b1984f3
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-islands-cover.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-dots-speak.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- e352e5a: feat: add js fetch

## 0.1.2

### Patch 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.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
Expand Down
12 changes: 12 additions & 0 deletions packages/snippetz-plugin-js-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @scalar/snippetz-plugin-js-fetch

## 0.1.0

### Minor Changes

- 0bef889: init

### Patch Changes

- Updated dependencies [e352e5a]
- @scalar/snippetz-core@0.1.3
2 changes: 1 addition & 1 deletion packages/snippetz-plugin-js-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scalar/snippetz-plugin-js-fetch",
"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-plugin-node-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @scalar/snippetz-plugin-node-fetch

## 0.1.1

### Patch Changes

- Updated dependencies [e352e5a]
- @scalar/snippetz-core@0.1.3

## 0.1.0

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

## 0.1.5

### Patch Changes

- Updated dependencies [e352e5a]
- @scalar/snippetz-core@0.1.3

## 0.1.4

### 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.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"build": "vite build && tsc -p tsconfig.build.json",
Expand Down
12 changes: 12 additions & 0 deletions packages/snippetz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @scalar/snippetz

## 0.1.5

### Patch Changes

- e352e5a: feat: add js fetch
- Updated dependencies [0bef889]
- Updated dependencies [e352e5a]
- @scalar/snippetz-plugin-js-fetch@0.1.0
- @scalar/snippetz-core@0.1.3
- @scalar/snippetz-plugin-node-fetch@0.1.1
- @scalar/snippetz-plugin-node-undici@0.1.5

## 0.1.4

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

0 comments on commit b1984f3

Please sign in to comment.