-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Release #1980
chore: Release #1980
Conversation
38ece6e
to
76a2d3f
Compare
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@endo/base64", | |||
"version": "1.0.0", | |||
"version": "1.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else start from "1.0.1", right? Why was this one "1.0.0" different?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve verified that 1.0.0 is the latest published version. Because it is a leaf dependency, none of its dependencies were altered in the last release, so it didn’t get bumped: #1911
The real question is why it’s getting bumped this time since the circumstances are the same. I have no idea.
packages/captp/CHANGELOG.md
Outdated
|
||
### Bug Fixes | ||
|
||
* explicitely harden prototypes ([3f98274](https://github.com/endojs/endo/commit/3f9827429dc79105230e8f5377dcc6a14038e9f5)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
(or possibly a pun that's beyond me?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m sure this is a typo extracted from the referenced commit message. I can try to patch these in a separate commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(If we switch to changesets
, the notes and version bump recommendation are mutable all the way to the moment of cutting a release. We can’t edit history.)
|
||
### Features | ||
|
||
* **env-options:** env-options conveniences for common cases ([#1710](https://github.com/endojs/endo/issues/1710)) ([4c686f6](https://github.com/endojs/endo/commit/4c686f6c9c3c54dbf73e8e7cd80a4dfebcbc61df)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one's not really a feature of ses-ava. It is a test of env-options that resides in ses-ava to avoid cyclic dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m taking points away from lerna
and giving them to changesets
. (https://github.com/changesets/changesets)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
push the button, frank |
- @endo/base64@1.0.1 - @endo/bundle-source@3.0.2 - @endo/captp@4.0.2 - @endo/check-bundle@1.0.2 - @endo/cjs-module-analyzer@1.0.1 - @endo/cli@1.0.2 - @endo/common@1.0.2 - @endo/compartment-mapper@1.1.0 - @endo/daemon@1.0.2 - @endo/env-options@1.1.0 - @endo/errors@1.0.2 - @endo/eslint-plugin@2.0.1 - @endo/evasive-transform@1.0.2 - @endo/eventual-send@1.1.0 - @endo/exo@1.1.0 - @endo/far@1.0.2 - @endo/import-bundle@1.0.2 - @endo/init@1.0.2 - @endo/lockdown@1.0.2 - @endo/lp32@1.0.2 - @endo/marshal@1.1.0 - @endo/memoize@1.0.2 - @endo/nat@5.0.2 - @endo/netstring@1.0.2 - @endo/pass-style@1.1.0 - @endo/patterns@1.1.0 - @endo/promise-kit@1.0.2 - @endo/ses-ava@1.1.0 - @endo/ses-integration-test@4.0.2 - ses@1.1.0 - @endo/skel@1.0.2 - @endo/static-module-record@1.0.2 - @endo/stream-node@1.0.2 - @endo/stream-types-test@1.0.2 - @endo/stream@1.0.2 - @endo/syrup@1.0.1 - @endo/where@1.0.1 - @endo/zip@1.0.1
76a2d3f
to
373f9ee
Compare
This reverts commit 0185941.
See changelogs for details.