Skip to content

Commit

Permalink
chore: release package(s) (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 8, 2024
1 parent 459b18d commit ac76dbb
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/quiet-jokes-doubt.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @srcbook/api

## 0.0.9

### Patch Changes

- 459b18d: Deploy all packages
- Updated dependencies [459b18d]
- @srcbook/shared@0.0.9

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@srcbook/api",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @srcbook/components

## 0.0.3

### Patch Changes

- 459b18d: Deploy all packages
- Updated dependencies [459b18d]
- @srcbook/shared@0.0.9

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@srcbook/components",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"main": "./dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @srcbook/shared

## 0.0.9

### Patch Changes

- 459b18d: Deploy all packages

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@srcbook/shared",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"main": "./dist/index.mjs",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @srcbook/web

## 0.0.9

### Patch Changes

- 459b18d: Deploy all packages
- Updated dependencies [459b18d]
- @srcbook/components@0.0.3
- @srcbook/shared@0.0.9

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@srcbook/web",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
9 changes: 9 additions & 0 deletions srcbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# srcbook

## 0.0.9

### Patch Changes

- 459b18d: Deploy all packages
- Updated dependencies [459b18d]
- @srcbook/api@0.0.9
- @srcbook/shared@0.0.9

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion srcbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "srcbook",
"version": "0.0.8",
"version": "0.0.9",
"description": "TypeScript notebooks",
"type": "module",
"bin": "./dist/bin/cli.mjs",
Expand Down

0 comments on commit ac76dbb

Please sign in to comment.