Skip to content

rev to 0.4.1 in preparation for publishing #135

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

Merged
merged 1 commit into from
Jan 11, 2024
Merged

rev to 0.4.1 in preparation for publishing #135

merged 1 commit into from
Jan 11, 2024

Conversation

devoncarew
Copy link
Member

  • rev to 0.4.1 in preparation for publishing

From the changelog, the only deprecation that users are likely to see is "Deprecated the helpers.dart library in favor of web.dart". If we wanted to reduce the impact of this version on people's CIs, we could un-deprecate helpers.dart, continue to prefer importing web.dart in docs and such - and wait until a future 0.5.0 release to deprecate the helpers.dart import.


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

Copy link

github-actions bot commented Jan 9, 2024

Package publishing

Package Version Status Publish tag (post-merge)
package:web 0.4.1 ready to publish v0.4.1

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

@devoncarew devoncarew requested a review from srujzs January 10, 2024 18:06
@srujzs
Copy link
Contributor

srujzs commented Jan 10, 2024

If we wanted to reduce the impact of this version on people's CIs, we could un-deprecate helpers.dart, continue to prefer importing web.dart in docs and such - and wait until a future 0.5.0 release to deprecate the helpers.dart import.

I'm fine with either of those approaches or waiting to publish until other breaking changes come along. The only wrinkle is that we need to roll this into google3 after publishing, so if we want to wait to do this so we have fewer rolls, that's okay too.

@devoncarew devoncarew merged commit bd89f7c into main Jan 11, 2024
@devoncarew devoncarew deleted the 0.4.1-2 branch January 11, 2024 19:46
srujzs added a commit to srujzs/web that referenced this pull request Jan 22, 2024
Generate extension type bindings

Generate extension types instead of classes

Refactors some code around overrides so we don't emit @js
unless they're needed.

Updates code_builder dep to 4.10.0 and dart_style to 2.3.4.

Clean up JS supertype generation

contribute a fix_data.yaml file to enable 'dart fix' renames (dart-lang#141)

contribute a fix_data.yaml file to enable 'dart fix' renames

collect MDN API information (dart-lang#130)

collect MDN info for use in API documentation

Redeprecate deprecated APIs in 0.4.1 (dart-lang#142)

Undeprecate some APIs and prepare for publish of 0.4.2 (dart-lang#140)

move bindings_generator/ to tool/generator/ (dart-lang#138)

rev to 0.4.1 in preparation for publishing (dart-lang#135)

Update generate copyright year to 2024 (dart-lang#136)

Change-Id: I0f90fc08fd7871f8331f42c158cb7ba34e6bf887
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants