File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
7
# [ 5.0.0-alpha.1] ( https://github.com/BlueBaseJS/plugin-apollo/compare/v4.1.0...v5.0.0-alpha.1 ) (2023-11-12)
2
8
3
9
### Features
Original file line number Diff line number Diff line change 2
2
"name" : " @bluebase/plugin-apollo" ,
3
3
"description" : " 🌍 A BlueBase Plugin that integrates Apollo GraphQL Client" ,
4
4
"author" : " BlueEast Team <code@blueeast.com>" ,
5
- "version" : " 5.0.0-alpha.1 " ,
5
+ "version" : " 5.0.0-alpha.2 " ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
8
8
"module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
// 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 ;
You can’t perform that action at this time.
0 commit comments