Skip to content

Commit

Permalink
chore: release package(s) (#458)
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 Dec 3, 2024
1 parent 0a7859b commit d1658fb
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/seven-pens-collect.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.15

### Patch Changes

- a236470: Add gemini support
- Updated dependencies [a236470]
- @srcbook/shared@0.0.13

## 0.0.14

### 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.14",
"version": "0.0.15",
"type": "module",
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @srcbook/components

## 0.0.7

### Patch Changes

- Updated dependencies [a236470]
- @srcbook/shared@0.0.13

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.13

### Patch Changes

- a236470: Add gemini support

## 0.0.12

### 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.12",
"version": "0.0.13",
"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.14

### Patch Changes

- a236470: Add gemini support
- Updated dependencies [a236470]
- @srcbook/shared@0.0.13
- @srcbook/components@0.0.7

## 0.0.13

### 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.13",
"version": "0.0.14",
"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.16

### Patch Changes

- a236470: Add gemini support
- Updated dependencies [a236470]
- @srcbook/api@0.0.15
- @srcbook/shared@0.0.13

## 0.0.15

### 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.15",
"version": "0.0.16",
"description": "TypeScript notebooks",
"type": "module",
"bin": "./dist/bin/cli.mjs",
Expand Down

0 comments on commit d1658fb

Please sign in to comment.