Skip to content

Commit 52d69eb

Browse files
chore(release): 5.0.0-alpha.2 [skip ci]
# [5.0.0-alpha.2](v5.0.0-alpha.1...v5.0.0-alpha.2) (2023-11-12) ### Bug Fixes * Fixed version ([eeb0fba](eeb0fba))
1 parent 328d160 commit 52d69eb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [5.0.0-alpha.2](https://github.com/BlueBaseJS/plugin-apollo/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2023-11-12)
2+
3+
### Bug Fixes
4+
5+
- Fixed version ([eeb0fba](https://github.com/BlueBaseJS/plugin-apollo/commit/eeb0fba9fac35a1c15b8639e95ab489c9bdf352b))
6+
17
# [5.0.0-alpha.1](https://github.com/BlueBaseJS/plugin-apollo/compare/v4.1.0...v5.0.0-alpha.1) (2023-11-12)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bluebase/plugin-apollo",
33
"description": "🌍 A BlueBase Plugin that integrates Apollo GraphQL Client",
44
"author": "BlueEast Team <code@blueeast.com>",
5-
"version": "5.0.0-alpha.1",
5+
"version": "5.0.0-alpha.2",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
88
"module": "dist/index.js",

src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2-
export const VERSION = '5.0.0.alpha.1';
3-
export const VERSION_NUMBER = 500000101;
2+
export const VERSION = '5.0.0.alpha.2';
3+
export const VERSION_NUMBER = 500000102;

0 commit comments

Comments
 (0)