Skip to content

Commit 1e35d53

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

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/tricky-brooms-bake.md

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

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,41 @@
11
# `@bedtime-coders/elysia-openapi` Changelog
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Add the ability to use any theme _[`da0ed6d`](https://github.com/bedtime-coders/elysia-openapi/commit/da0ed6d08193da02294acdc67081679fd53fa358) [@yamcodes](https://github.com/yamcodes)_
8+
39
## 1.0.0
410

511
### Major Changes
612

7-
- First major version _[`f19b75b`](https://github.com/bedtime-coders/elysia-openapi/commit/f19b75b5e42cffb7b4768acab959f77f64aee5a2) [@yamcodes](https://github.com/yamcodes)_
13+
- First major version _[`f19b75b`](https://github.com/bedtime-coders/elysia-openapi/commit/f19b75b5e42cffb7b4768acab959f77f64aee5a2) [@yamcodes](https://github.com/yamcodes)_
814

9-
Release the first major version due to all tests passing after 0.x.x changes.
15+
Release the first major version due to all tests passing after 0.x.x changes.
1016

1117
## 0.0.13
1218

1319
### Patch Changes
1420

15-
- Fix Changeset Publish _[`23aff67`](https://github.com/bedtime-coders/elysia-openapi/commit/23aff67e1eed4547fe1f358a2b13a22fb41a111a) [@yamcodes](https://github.com/yamcodes)_
21+
- Fix Changeset Publish _[`23aff67`](https://github.com/bedtime-coders/elysia-openapi/commit/23aff67e1eed4547fe1f358a2b13a22fb41a111a) [@yamcodes](https://github.com/yamcodes)_
1622

1723
## 0.0.6
1824

1925
### Patch Changes
2026

21-
- Fix Changesets config _[`1902487`](https://github.com/bedtime-coders/elysia-openapi/commit/19024872c91abf1d2d7b9bd006874eb0af85777e) [@yamcodes](https://github.com/yamcodes)_
27+
- Fix Changesets config _[`1902487`](https://github.com/bedtime-coders/elysia-openapi/commit/19024872c91abf1d2d7b9bd006874eb0af85777e) [@yamcodes](https://github.com/yamcodes)_
2228

2329
## 0.0.3
2430

2531
### Patch Changes
2632

27-
- Change `swagger` references into `openapi` _[`3889419`](https://github.com/bedtime-coders/elysia-openapi/commit/388941913a3dff6dc904016d408eec21376a8958) [@yamcodes](https://github.com/yamcodes)_
28-
- Fix import bug _[`e9d6985`](https://github.com/bedtime-coders/elysia-openapi/commit/e9d69855ec040ded217ebff0e7b6abbbb5800b83) [@yamcodes](https://github.com/yamcodes)_
29-
- Fix build issue _[`7bb8255`](https://github.com/bedtime-coders/elysia-openapi/commit/7bb8255d8dc9f5829d408425208af6e92874f13a) [@yamcodes](https://github.com/yamcodes)_
33+
- Change `swagger` references into `openapi` _[`3889419`](https://github.com/bedtime-coders/elysia-openapi/commit/388941913a3dff6dc904016d408eec21376a8958) [@yamcodes](https://github.com/yamcodes)_
34+
- Fix import bug _[`e9d6985`](https://github.com/bedtime-coders/elysia-openapi/commit/e9d69855ec040ded217ebff0e7b6abbbb5800b83) [@yamcodes](https://github.com/yamcodes)_
35+
- Fix build issue _[`7bb8255`](https://github.com/bedtime-coders/elysia-openapi/commit/7bb8255d8dc9f5829d408425208af6e92874f13a) [@yamcodes](https://github.com/yamcodes)_
3036

3137
## 0.0.2
3238

3339
### Patch Changes
3440

35-
- Bump `@scalar` packages _[`207defe`](https://github.com/bedtime-coders/elysia-openapi/commit/207defe0c7985905fbc731c22fdd570388490ddf) [@yamcodes](https://github.com/yamcodes)_
41+
- Bump `@scalar` packages _[`207defe`](https://github.com/bedtime-coders/elysia-openapi/commit/207defe0c7985905fbc731c22fdd570388490ddf) [@yamcodes](https://github.com/yamcodes)_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bedtime-coders/elysia-openapi",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Plugin for Elysia to auto-generate OpenAPI page",
55
"author": {
66
"name": "Yam Borodetsky",

0 commit comments

Comments
 (0)