Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2025
1 parent f4cf499 commit d5a21d2
Show file tree
Hide file tree
Showing 19 changed files with 94 additions and 33 deletions.
8 changes: 0 additions & 8 deletions .changeset/famous-hotels-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-shirts-drop.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/tasty-pants-camp.md

This file was deleted.

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

## 14.0.1

### Patch Changes

- [#1304](https://github.com/tdeekens/promster/pull/1304) [`4ad33f6`](https://github.com/tdeekens/promster/commit/4ad33f69715de457299af7457d30ed80b752548b) Thanks [@tdeekens](https://github.com/tdeekens)! - Refactor to use biome over ESLint and prettier

- [#1321](https://github.com/tdeekens/promster/pull/1321) [`288172a`](https://github.com/tdeekens/promster/commit/288172a52d44bac7afd7df19495ee02063be66a8) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency graphql to v16.10.0

- [#1217](https://github.com/tdeekens/promster/pull/1217) [`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d) Thanks [@tdeekens](https://github.com/tdeekens)! - Update all dependencies

- Updated dependencies [[`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d)]:
- @promster/metrics@14.0.1
- @promster/types@14.0.1

## 14.0.0

### Patch 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": "14.0.0",
"version": "14.0.1",
"description": "Apollo server integrations of promster",
"main": "dist/promster-apollo.cjs.js",
"typings": "dist/promster-apollo.cjs.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @promster/express

## 14.0.1

### Patch Changes

- [#1304](https://github.com/tdeekens/promster/pull/1304) [`4ad33f6`](https://github.com/tdeekens/promster/commit/4ad33f69715de457299af7457d30ed80b752548b) Thanks [@tdeekens](https://github.com/tdeekens)! - Refactor to use biome over ESLint and prettier

- [#1217](https://github.com/tdeekens/promster/pull/1217) [`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d) Thanks [@tdeekens](https://github.com/tdeekens)! - Update all dependencies

- Updated dependencies [[`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d)]:
- @promster/metrics@14.0.1
- @promster/types@14.0.1

## 14.0.0

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

## 14.0.1

### Patch Changes

- [#1304](https://github.com/tdeekens/promster/pull/1304) [`4ad33f6`](https://github.com/tdeekens/promster/commit/4ad33f69715de457299af7457d30ed80b752548b) Thanks [@tdeekens](https://github.com/tdeekens)! - Refactor to use biome over ESLint and prettier

- [#1217](https://github.com/tdeekens/promster/pull/1217) [`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d) Thanks [@tdeekens](https://github.com/tdeekens)! - Update all dependencies

- Updated dependencies [[`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d)]:
- @promster/metrics@14.0.1
- @promster/server@14.0.1
- @promster/types@14.0.1

## 14.0.0

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

## 14.0.1

### Patch Changes

- [#1304](https://github.com/tdeekens/promster/pull/1304) [`4ad33f6`](https://github.com/tdeekens/promster/commit/4ad33f69715de457299af7457d30ed80b752548b) Thanks [@tdeekens](https://github.com/tdeekens)! - Refactor to use biome over ESLint and prettier

- [#1217](https://github.com/tdeekens/promster/pull/1217) [`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d) Thanks [@tdeekens](https://github.com/tdeekens)! - Update all dependencies

- Updated dependencies [[`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d)]:
- @promster/metrics@14.0.1
- @promster/types@14.0.1

## 14.0.0

### Patch 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": "14.0.0",
"version": "14.0.1",
"description": "Hapi server integrations of promster",
"main": "dist/promster-hapi.cjs.js",
"typings": "dist/promster-hapi.cjs.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/marblejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @promster/marblejs

## 14.0.1

### Patch Changes

- [#1217](https://github.com/tdeekens/promster/pull/1217) [`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d) Thanks [@tdeekens](https://github.com/tdeekens)! - Update all dependencies

- Updated dependencies [[`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d)]:
- @promster/metrics@14.0.1
- @promster/types@14.0.1

## 14.0.0

### Patch 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": "14.0.0",
"version": "14.0.1",
"description": "MarbleJs server integrations of promster",
"main": "dist/promster-marblejs.cjs.js",
"typings": "dist/promster-marblejs.cjs.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @promster/metrics

## 14.0.1

### Patch Changes

- [#1217](https://github.com/tdeekens/promster/pull/1217) [`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d) Thanks [@tdeekens](https://github.com/tdeekens)! - Update all dependencies

- Updated dependencies [[`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d)]:
- @promster/types@14.0.1

## 14.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promster/metrics",
"version": "14.0.0",
"version": "14.0.1",
"description": "Metrics utilities used by all other server integrations",
"main": "dist/promster-metrics.cjs.js",
"typings": "dist/promster-metrics.cjs.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @promster/server

## 14.0.1

### Patch Changes

- [#1217](https://github.com/tdeekens/promster/pull/1217) [`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d) Thanks [@tdeekens](https://github.com/tdeekens)! - Update all dependencies

- Updated dependencies [[`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d)]:
- @promster/metrics@14.0.1
- @promster/types@14.0.1

## 14.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promster/server",
"version": "14.0.0",
"version": "14.0.1",
"description": "Server exposing metrics under GET /metrics",
"main": "dist/promster-server.cjs.js",
"typings": "dist/promster-server.cjs.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @promster/types

## 14.0.1

### Patch Changes

- [#1217](https://github.com/tdeekens/promster/pull/1217) [`9d3f8b1`](https://github.com/tdeekens/promster/commit/9d3f8b14ba5b2aa4e6094d1cdf09ea049895f44d) Thanks [@tdeekens](https://github.com/tdeekens)! - Update all dependencies

## 14.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@promster/types",
"version": "14.0.0",
"version": "14.0.1",
"description": "Shared types of promster",
"main": "dist/promster-types.cjs.js",
"typings": "dist/promster-types.cjs.d.ts",
Expand Down

0 comments on commit d5a21d2

Please sign in to comment.