Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pospi committed Apr 27, 2023
1 parent 9769f82 commit c5487c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# CHANGELOG

## NPM modules 0.0.1-alpha.19
## NPM modules 0.0.1-alpha.20

- Republishing of 0.0.1-alpha.18 to fix missing `"type":"module"` specifier in module manifest, causing linking issues in modern bundlers.
- Republishing of 0.0.1-alpha.17-19 to fix additional nonstandard ESModule import in GraphQL Adapter module code.

## NPM modules 0.0.1-alpha.18
## NPM modules 0.0.1-alpha.18, 0.0.1-alpha.19 **(broken)**

- **(Broken)** republishing of 0.0.1-alpha.17 to fix missing `"type":"module"` specifier in module manifest, causing linking issues in modern bundlers.
- Republishing of 0.0.1-alpha.17 to fix missing `"type":"module"` specifier in GraphQL Client module manifest, causing linking issues in modern bundlers.

## hApp 0.1.3-beta

Expand Down
2 changes: 1 addition & 1 deletion modules/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vf-ui/graphql-client-holochain",
"version": "0.0.1-alpha.19",
"version": "0.0.1-alpha.20",
"description": "ValueFlows GraphQLClient configurations, providing pluggable backend datasources for different distributed, federated and client/server infrastructure.",
"type": "module",
"main": "build/index.js",
Expand Down

0 comments on commit c5487c9

Please sign in to comment.