Skip to content

Commit

Permalink
chore: release package(s) (#421)
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 25, 2024
1 parent bbbd5d6 commit 4a57f62
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .changeset/dirty-taxis-repair.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eighty-pumas-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-hounds-train.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- b49bdf4: The backend now notifies the frontend of file changes -> files update visually in realtime
- bbbd5d6: Add versions! powered by git. Ability to revert to an older version
- 26d548e: Improve prompts. Guide to use lucide. Guide to use react-router. Clean unused files
- Updated dependencies [b49bdf4]
- Updated dependencies [bbbd5d6]
- @srcbook/shared@0.0.11

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.5

### Patch Changes

- Updated dependencies [b49bdf4]
- Updated dependencies [bbbd5d6]
- @srcbook/shared@0.0.11

## 0.0.4

### 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.4",
"version": "0.0.5",
"type": "module",
"main": "./dist/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @srcbook/shared

## 0.0.11

### Patch Changes

- b49bdf4: The backend now notifies the frontend of file changes -> files update visually in realtime
- bbbd5d6: Add versions! powered by git. Ability to revert to an older version

## 0.0.10

### 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.10",
"version": "0.0.11",
"type": "module",
"main": "./dist/index.mjs",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @srcbook/web

## 0.0.12

### Patch Changes

- b49bdf4: The backend now notifies the frontend of file changes -> files update visually in realtime
- bbbd5d6: Add versions! powered by git. Ability to revert to an older version
- Updated dependencies [b49bdf4]
- Updated dependencies [bbbd5d6]
- @srcbook/shared@0.0.11
- @srcbook/components@0.0.5

## 0.0.11

### 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.11",
"version": "0.0.12",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
11 changes: 11 additions & 0 deletions srcbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# srcbook

## 0.0.13

### Patch Changes

- 26d548e: Improve prompts. Guide to use lucide. Guide to use react-router. Clean unused files
- Updated dependencies [b49bdf4]
- Updated dependencies [bbbd5d6]
- Updated dependencies [26d548e]
- @srcbook/shared@0.0.11
- @srcbook/api@0.0.12

## 0.0.12

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

0 comments on commit 4a57f62

Please sign in to comment.