Skip to content

Commit

Permalink
ci(changesets): version packages (#1105)
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
tdeekens and github-actions[bot] authored Sep 1, 2023
1 parent 1b6f280 commit c88810c
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/thin-lizards-rule.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- [#1104](https://github.com/tdeekens/promster/pull/1104) [`1b6f280`](https://github.com/tdeekens/promster/commit/1b6f280ee639c6c204a12cca1054e9d6fa5bc504) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix types of skip function.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promster/apollo",
"version": "3.0.0",
"version": "3.0.1",
"description": "Apollo server integrations of promster",
"main": "dist/promster-apollo.cjs.js",
"typings": "dist/promster-apollo.cjs.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @promster/express

## 9.0.1

### Patch Changes

- [#1104](https://github.com/tdeekens/promster/pull/1104) [`1b6f280`](https://github.com/tdeekens/promster/commit/1b6f280ee639c6c204a12cca1054e9d6fa5bc504) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix types of skip function.

## 9.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": "@promster/express",
"version": "9.0.0",
"version": "9.0.1",
"description": "Express server integrations of promster",
"main": "dist/promster-express.cjs.js",
"typings": "dist/promster-express.cjs.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @promster/fastify

## 9.0.1

### Patch Changes

- [#1104](https://github.com/tdeekens/promster/pull/1104) [`1b6f280`](https://github.com/tdeekens/promster/commit/1b6f280ee639c6c204a12cca1054e9d6fa5bc504) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix types of skip function.

## 9.0.0

### Major Changes
Expand Down
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": "@promster/fastify",
"version": "9.0.0",
"version": "9.0.1",
"description": "Fastify server integrations of promster",
"main": "dist/promster-fastify.cjs.js",
"typings": "dist/promster-fastify.cjs.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/hapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @promster/hapi

## 10.0.1

### Patch Changes

- [#1104](https://github.com/tdeekens/promster/pull/1104) [`1b6f280`](https://github.com/tdeekens/promster/commit/1b6f280ee639c6c204a12cca1054e9d6fa5bc504) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix types of skip function.

## 10.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promster/hapi",
"version": "10.0.0",
"version": "10.0.1",
"description": "Hapi server integrations of promster",
"main": "dist/promster-hapi.cjs.js",
"typings": "dist/promster-hapi.cjs.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/marblejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @promster/marblejs

## 8.0.1

### Patch Changes

- [#1104](https://github.com/tdeekens/promster/pull/1104) [`1b6f280`](https://github.com/tdeekens/promster/commit/1b6f280ee639c6c204a12cca1054e9d6fa5bc504) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix types of skip function.

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/marblejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promster/marblejs",
"version": "8.0.0",
"version": "8.0.1",
"description": "MarbleJs server integrations of promster",
"main": "dist/promster-marblejs.cjs.js",
"typings": "dist/promster-marblejs.cjs.d.ts",
Expand Down

0 comments on commit c88810c

Please sign in to comment.