Skip to content

Commit bbd4d3a

Browse files
Version Packages (alpha)
1 parent 8375ebd commit bbd4d3a

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"initialVersions": {
55
"@as-integrations/express5": "1.0.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"dual-build-cjs-esm",
9+
"silly-taxis-attend",
10+
"soft-lemons-lay"
11+
]
812
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @as-integrations/express5
22

3+
## 1.1.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [#17](https://github.com/apollo-server-integrations/apollo-server-integration-express5/pull/17) [`94ea6bc`](https://github.com/apollo-server-integrations/apollo-server-integration-express5/commit/94ea6bc12aa20c583da15f440d3059ecd3c946a1) Thanks [@glasser](https://github.com/glasser)! - The package is now built for both CJS and ESM, instead of only for CJS; this is the same build approach taken by `@apollo/server`. This provides better compatibility with ESM-based build systems.
8+
39
## 1.0.0
410

511
### Major Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@as-integrations/express5",
33
"description": "An Apollo Server integration for use with Express v5",
4-
"version": "1.0.0",
4+
"version": "1.1.0-alpha.0",
55
"author": "Apollo <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)