Skip to content

Commit

Permalink
Bump diff-sequence package version to fix #10320. (#10331)
Browse files Browse the repository at this point in the history
After @nathan-muir's PR #10053, we did not publish a new version of the
diff-sequence package, which would have contained DiffSequence.diffMaps.

I honestly have no idea why #10320 did not manifest before now, but
publishing these changes seems to fix it.
  • Loading branch information
benjamn committed Nov 13, 2018
1 parent 13388b4 commit 152879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/diff-sequence/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "An implementation of a diff algorithm on arrays and objects.",
version: '1.1.0',
version: '1.1.1',
documentation: null
});

Expand Down

1 comment on commit 152879c

@nathan-muir
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benjamn Scratching my head at this. It seems that none of the packages edited in #10053 were version bumped. So the latest ddp-server / id-map / mongo-id / minimongo don't have these changes.

Please sign in to comment.