Skip to content

Commit

Permalink
Merge pull request #21 from heryTz/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
heryTz authored Jun 27, 2024
2 parents 97759e7 + fa7985e commit 9b7c14b
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-steaks-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-plants-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-eels-return.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/slimy-mangos-change.md

This file was deleted.

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

## 1.0.3

### Patch Changes

- a90ce0e: feat: fastify lib, example, doc
feat: improve express example
- rcu-express@1.0.1

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/expressjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples-expressjs",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions examples/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# examples-expressjs

## 1.0.1

### Patch Changes

- a90ce0e: feat: fastify lib, example, doc
feat: improve express example
- Updated dependencies [4b7b76c]
- Updated dependencies [a90ce0e]
- rcu-fastify@1.0.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples-fastify",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/back-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# rcu-back-core

## 1.0.1

### Patch Changes

- 77f3948: add test with other dir
- ea8fa24: fix rcu service with other dir than "tmp"

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/back-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcu-back-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Backend core for Resumable Chunk Upload",
"author": "Hery Nirintsoa",
"homepage": "https://herytz.github.io/resumable-chunk-upload",
Expand Down
8 changes: 8 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# rcu-express

## 1.0.1

### Patch Changes

- Updated dependencies [77f3948]
- Updated dependencies [ea8fa24]
- rcu-back-core@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcu-express",
"version": "1.0.0",
"version": "1.0.1",
"description": "Express handler for Resumable Chunk Upload",
"author": "Hery Nirintsoa",
"homepage": "https://herytz.github.io/resumable-chunk-upload",
Expand Down
15 changes: 15 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# rcu-fastify

## 1.0.0

### Major Changes

- 4b7b76c: fix: temporary fix for fastify type error during test

### Patch Changes

- a90ce0e: feat: fastify lib, example, doc
feat: improve express example
- Updated dependencies [77f3948]
- Updated dependencies [ea8fa24]
- rcu-back-core@1.0.1
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcu-fastify",
"version": "0.0.0",
"version": "1.0.0",
"description": "Fastify handler for Resumable Chunk Upload",
"author": "Hery Nirintsoa",
"homepage": "https://herytz.github.io/resumable-chunk-upload",
Expand Down

0 comments on commit 9b7c14b

Please sign in to comment.