Skip to content

Commit 1d1697c

Browse files
Version Packages (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd7d2b4 commit 1d1697c

File tree

10 files changed

+36
-18
lines changed

10 files changed

+36
-18
lines changed

.changeset/chatty-hornets-develop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curly-foxes-tie.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/create-pylon/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# create-pylon
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- [#102](https://github.com/getcronit/pylon/pull/102) [`f4f3dca`](https://github.com/getcronit/pylon/commit/f4f3dcaee59d03508a99ce7bd4a4ae8370d74a4a) Thanks [@schettn](https://github.com/schettn)! - feat: add `graphiql` option to config
8+
fix: update internal consola imports
9+
310
## 1.1.4
411

512
### Patch Changes

packages/create-pylon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-pylon",
33
"type": "module",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"description": "CLI for creating a Pylon",
66
"scripts": {
77
"build": "rimraf ./dist && esbuild ./src/index.ts --bundle --platform=node --target=node18 --format=esm --minify --outdir=./dist --sourcemap=linked --packages=external"

packages/pylon-builder/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @getcronit/pylon-builder
22

3+
## 2.6.9
4+
5+
### Patch Changes
6+
7+
- [#102](https://github.com/getcronit/pylon/pull/102) [`f4f3dca`](https://github.com/getcronit/pylon/commit/f4f3dcaee59d03508a99ce7bd4a4ae8370d74a4a) Thanks [@schettn](https://github.com/schettn)! - feat: add `graphiql` option to config
8+
fix: update internal consola imports
9+
310
## 2.6.8
411

512
### Patch Changes

packages/pylon-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getcronit/pylon-builder",
3-
"version": "2.6.8",
3+
"version": "2.6.9",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/pylon-dev/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @getcronit/pylon-dev
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- [#102](https://github.com/getcronit/pylon/pull/102) [`f4f3dca`](https://github.com/getcronit/pylon/commit/f4f3dcaee59d03508a99ce7bd4a4ae8370d74a4a) Thanks [@schettn](https://github.com/schettn)! - feat: add `graphiql` option to config
8+
fix: update internal consola imports
9+
- Updated dependencies [[`f4f3dca`](https://github.com/getcronit/pylon/commit/f4f3dcaee59d03508a99ce7bd4a4ae8370d74a4a)]:
10+
- @getcronit/pylon-builder@2.6.9
11+
312
## 1.0.5
413

514
### Patch Changes

packages/pylon-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@getcronit/pylon-dev",
33
"type": "module",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"description": "CLI for creating a Pylon",
66
"scripts": {
77
"build": "rimraf ./dist && esbuild ./src/index.ts --bundle --platform=node --target=node18 --format=esm --minify --outdir=./dist --sourcemap=linked --packages=external"

packages/pylon/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @getcronit/pylon
22

3+
## 2.9.6
4+
5+
### Patch Changes
6+
7+
- [#104](https://github.com/getcronit/pylon/pull/104) [`cd7d2b4`](https://github.com/getcronit/pylon/commit/cd7d2b4c420eaa52c5bf742be68bf7fc287975e1) Thanks [@schettn](https://github.com/schettn)! - feat: add option to disable logger to config
8+
9+
- [#102](https://github.com/getcronit/pylon/pull/102) [`f4f3dca`](https://github.com/getcronit/pylon/commit/f4f3dcaee59d03508a99ce7bd4a4ae8370d74a4a) Thanks [@schettn](https://github.com/schettn)! - feat: add `graphiql` option to config
10+
fix: update internal consola imports
11+
312
## 2.9.5
413

514
### Patch Changes

packages/pylon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getcronit/pylon",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)