Skip to content

Commit

Permalink
[release] (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
custardcream98 authored Oct 21, 2024
2 parents 8398095 + b0d3f18 commit 1750a34
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-gifts-serve.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quick-sloths-melt.md

This file was deleted.

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

## 0.9.2

### Patch Changes

- 6d2690b: feat: (internal change) change core package to be devDeps

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"name": "core",
"private": true,
"version": "0.9.0",
"version": "0.9.2",
"type": "module",
"files": [
"src"
Expand Down
6 changes: 6 additions & 0 deletions packages/msw-devtools-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @custardcream/msw-devtools-server

## 0.9.2

### Patch Changes

- 6d2690b: feat: (internal change) change core package to be devDeps

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/msw-devtools-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@custardcream/msw-devtools-server",
"version": "0.9.0",
"version": "0.9.2",
"description": "Websocket server for @custardcream/msw-devtools",
"files": [
"dist"
Expand Down
7 changes: 7 additions & 0 deletions packages/msw-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @custardcream/msw-devtools

## 0.9.2

### Patch Changes

- e3da92c: fix: server connection not established bug
- 6d2690b: feat: (internal change) change core package to be devDeps

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/msw-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@custardcream/msw-devtools",
"version": "0.9.1",
"version": "0.9.2",
"sideEffects": [
"./src/index.css",
"./src/locales/**/*.json"
Expand Down

0 comments on commit 1750a34

Please sign in to comment.