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

Version Packages #36

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/short-walls-smile.md

This file was deleted.

10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Patch Changes

- Updated dependencies [d5288bd]
- @rescribejs/blog@0.3.0
- @rescribejs/core@0.3.0
- @rescribejs/docs@0.3.0
- @rescribejs/server@0.3.0

## null

### Patch Changes

- Updated dependencies [d944423]
- @rescribejs/blog@0.2.1
- @rescribejs/core@0.2.1
Expand Down
12 changes: 12 additions & 0 deletions packages/rescribe-blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rescribejs/blog

## 0.3.0

### Minor Changes

- d5288bd: Add configuration option for blog and other small changs

### Patch Changes

- Updated dependencies [d5288bd]
- @rescribejs/core@0.3.0
- @rescribejs/server@0.3.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescribe-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescribejs/blog",
"version": "0.2.1",
"version": "0.3.0",
"files": [
"dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/rescribe-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rescribejs/core

## 0.3.0

### Minor Changes

- d5288bd: Add configuration option for blog and other small changs

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescribe-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescribejs/core",
"version": "0.2.1",
"version": "0.3.0",
"files": [
"dist"
],
Expand Down
12 changes: 12 additions & 0 deletions packages/rescribe-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rescribejs/docs

## 0.3.0

### Minor Changes

- d5288bd: Add configuration option for blog and other small changs

### Patch Changes

- Updated dependencies [d5288bd]
- @rescribejs/core@0.3.0
- @rescribejs/server@0.3.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescribe-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescribejs/docs",
"version": "0.2.1",
"version": "0.3.0",
"files": [
"dist"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/rescribe-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rescribejs/server

## 0.3.0

### Minor Changes

- d5288bd: Add configuration option for blog and other small changs

### Patch Changes

- Updated dependencies [d5288bd]
- @rescribejs/core@0.3.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescribe-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescribejs/server",
"version": "0.2.1",
"version": "0.3.0",
"files": [
"dist"
],
Expand Down