Skip to content
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

feat: add ability to pre publish pre alpha versions #234 #235

Merged
merged 27 commits into from
Jun 25, 2024

Conversation

JiLiZART
Copy link
Owner

No description provided.

Copy link

changeset-bot bot commented Jun 24, 2024

⚠️ No Changeset found

Latest commit: 33d47fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@JiLiZART JiLiZART changed the title Fix/pr npm prealpha feat: add ability to pre publish pre alpha versions #234 Jun 24, 2024
@JiLiZART JiLiZART temporarily deployed to @bbob/cli in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/core in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/html in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/parser in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/plugin-helper in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/preset in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/preset-html5 in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/preset-react in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/preset-vue in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/react in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/types in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/vue2 in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/vue3 in NPM June 24, 2024 06:14 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/cli in NPM June 24, 2024 06:17 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/core in NPM June 24, 2024 06:17 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/html in NPM June 24, 2024 06:17 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/parser in NPM June 24, 2024 06:17 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/cli in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/core in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/html in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/parser in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/plugin-helper in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/preset in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/preset-html5 in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/preset-react in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/preset-vue in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/react in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/types in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/vue2 in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
@JiLiZART JiLiZART temporarily deployed to @bbob/vue3 in NPM June 24, 2024 06:27 — with GitHub Actions Inactive
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.18%. Comparing base (95d9b8a) to head (d936214).
Report is 3 commits behind head on master.

Current head d936214 differs from pull request most recent head 33d47fe

Please upload reports for the commit 33d47fe to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
- Coverage   92.55%   92.18%   -0.38%     
==========================================
  Files          28       28              
  Lines         954      960       +6     
  Branches      212      227      +15     
==========================================
+ Hits          883      885       +2     
- Misses         69       71       +2     
- Partials        2        4       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Jun 25, 2024

@BBob NPM alpha release

@bbob/cli 0.0.0-alpha.9f6dc1f

@bbob/core 0.0.0-alpha.9f6dc1f
@bbob/parser 0.0.0-alpha.9f6dc1f
@bbob/plugin-helper 0.0.0-alpha.9f6dc1f
@bbob/preset 0.0.0-alpha.9f6dc1f
@bbob/types 0.0.0-alpha.9f6dc1f

@bbob/preset-html5 0.0.0-alpha.9f6dc1f
@bbob/html 0.0.0-alpha.9f6dc1f

@bbob/preset-react 0.0.0-alpha.9f6dc1f
@bbob/react 0.0.0-alpha.9f6dc1f

@bbob/preset-vue 0.0.0-alpha.9f6dc1f
@bbob/vue2 0.0.0-alpha.9f6dc1f
@bbob/vue3 0.0.0-alpha.9f6dc1f

@JiLiZART JiLiZART merged commit f87822f into master Jun 25, 2024
7 checks passed
@JiLiZART JiLiZART deleted the fix/pr-npm-prealpha branch June 25, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant