Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 80921aa

Browse files
authored
Merge pull request #411 from comigor/package-updates
pacage update
2 parents 408f2ad + 759fb32 commit 80921aa

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 7.13.0-beta.1
4+
5+
- package update
6+
37
## 7.12.0-beta.1
48

59
- package update

pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: artemis
2-
version: 7.12.0-beta.1
2+
version: 7.13.0-beta.1
33

44
description: Build dart types from GraphQL schemas and queries (using Introspection Query).
55
homepage: https://github.com/comigor/artemis
@@ -12,10 +12,10 @@ dependencies:
1212
code_builder: ^4.4.0
1313
build: ^2.3.1
1414
collection: ^1.17.1
15-
dart_style: ^2.2.4
15+
dart_style: ^2.3.0
1616
equatable: ^2.0.5
1717
glob: ^2.1.1
18-
gql_code_builder: ^0.7.0
18+
gql_code_builder: ^0.7.1
1919
gql_dedupe_link: ^2.0.3+1
2020
gql_exec: ^0.4.3
2121
gql_http_link: ^0.4.5
@@ -29,11 +29,11 @@ dependencies:
2929
yaml: ^3.1.1
3030

3131
dev_dependencies:
32-
args: ^2.3.2
32+
args: ^2.4.0
3333
build_runner: ^2.3.3
34-
build_test: ^2.1.6
34+
build_test: ^2.1.7
3535
json_serializable: ^6.6.1
36-
build_resolvers: ^2.1.0
36+
build_resolvers: ^2.2.0
3737
test: ^1.22.2
3838
logging: ^1.1.1
3939
lints: ^2.0.1

0 commit comments

Comments
 (0)