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

chore(release): release package #163

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Conversation

thundermiracle
Copy link
Owner

@thundermiracle thundermiracle commented Apr 30, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

filter-data@0.6.1

Patch Changes

  • #176 ea15c75 Thanks @renovate! - Updated dependency prettier to ^3.3.3.

  • #177 72dc3da Thanks @renovate! - Updated dependency packageManager to pnpm@9.6.0.
    Updated dependency @swc/core to ^1.7.3.
    Updated dependency @types/node to ^20.14.13.
    Updated dependency @types/ramda to ^0.30.1.
    Updated dependency rimraf to ^5.0.9.
    Updated dependency tsx to ^4.16.3.
    Updated dependency typescript to ^5.5.4.

  • #174 5a7f793 Thanks @renovate! - Updated dependency @changesets/cli to ^2.27.7.

  • #179 6254e39 Thanks @renovate! - Updated dependency rimraf to ^6.0.1.

  • #175 ca07b4a Thanks @renovate! - Updated dependency typescript to ^5.5.3.

  • #183 ecaccc3 Thanks @renovate! - Updated dependency @types/node to ^20.16.3.

  • #169 051d9c3 Thanks @renovate! - Updated dependency @types/node to ^20.13.0.

  • #161 8020d74 Thanks @renovate! - Updated dependency packageManager to pnpm@8.15.8.
    Updated dependency ramda to ^0.30.0.
    Updated dependency @swc/core to ^1.4.17.
    Updated dependency @types/node to ^20.12.7.
    Updated dependency tsx to ^4.7.3.
    Updated dependency typescript to ^5.4.5.

  • #165 27e7565 Thanks @renovate! - Updated dependency tsx to ^4.8.2.

  • #182 f9c46eb Thanks @renovate! - Updated dependency packageManager to pnpm@9.9.0.
    Updated dependency @swc/core to ^1.7.22.
    Updated dependency @types/node to ^20.16.2.
    Updated dependency @types/ramda to ^0.30.2.
    Updated dependency tslib to ^2.7.0.
    Updated dependency tsx to ^4.19.0.

  • #171 1230fad Thanks @renovate! - Updated dependency packageManager to pnpm@9.4.0.
    Updated dependency ramda to ^0.30.1.
    Updated dependency @changesets/cli to ^2.27.6.
    Updated dependency @swc/core to ^1.6.6.
    Updated dependency @types/node to ^20.14.9.
    Updated dependency tslib to ^2.6.3.
    Updated dependency tsx to ^4.16.0.
    Updated dependency typescript to ^5.5.2.

  • #172 05b9f38 Thanks @renovate! - Updated dependency prettier to ^3.3.2.

  • #181 6afcc91 Thanks @renovate! - Updated dependency @swc/core to ^1.7.5.
    Updated dependency @types/node to ^20.14.14.

  • #166 280afe9 Thanks @renovate! - Updated dependency @types/node to ^20.12.8.

  • #168 da04a25 Thanks @renovate! - Updated dependency @types/node to ^20.12.14.

  • #164 1082acf Thanks @renovate! - Updated dependency packageManager to pnpm@9.0.6.

  • #167 1f31cd5 Thanks @renovate! - Updated dependency packageManager to pnpm@9.1.4.
    Updated dependency @changesets/cli to ^2.27.5.
    Updated dependency @rollup/plugin-commonjs to ^25.0.8.
    Updated dependency @swc/core to ^1.5.24.
    Updated dependency @types/node to ^20.12.13.
    Updated dependency @types/ramda to ^0.30.0.
    Updated dependency rimraf to ^5.0.7.
    Updated dependency rollup-plugin-dts to ^6.1.1.
    Updated dependency tsx to ^4.11.0.

  • #180 4e8dfd5 Thanks @renovate! - Updated dependency rimraf to ^5.0.10.
    Updated dependency tsx to ^4.16.5.

  • #170 712ae6d Thanks @renovate! - Updated dependency prettier to ^3.3.0.

  • #178 ba4d277 Thanks @renovate! - Updated dependency @swc/core to ^1.7.4.

@thundermiracle thundermiracle force-pushed the changeset-release/master branch from de86d0d to 0bf6355 Compare April 30, 2024 22:26
@codecov-commenter
Copy link

codecov-commenter commented Apr 30, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8a58d44) to head (c0ccd0e).
Report is 155 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #163   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          148       161   +13     
  Branches        17        28   +11     
=========================================
+ Hits           148       161   +13     

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

@thundermiracle thundermiracle force-pushed the changeset-release/master branch 2 times, most recently from 25c61f7 to 6f4c59e Compare May 2, 2024 17:06
@thundermiracle thundermiracle force-pushed the changeset-release/master branch 4 times, most recently from a30116a to ba6db91 Compare June 1, 2024 18:52
@thundermiracle thundermiracle force-pushed the changeset-release/master branch 4 times, most recently from 441ad76 to 77216bf Compare July 1, 2024 20:16
@thundermiracle thundermiracle force-pushed the changeset-release/master branch 5 times, most recently from ccd0b35 to d656209 Compare August 2, 2024 16:34
@thundermiracle thundermiracle force-pushed the changeset-release/master branch from d656209 to 74a594c Compare August 24, 2024 02:59
@thundermiracle thundermiracle force-pushed the changeset-release/master branch from 74a594c to 42e8638 Compare August 31, 2024 20:02
@thundermiracle thundermiracle force-pushed the changeset-release/master branch from 42e8638 to c0ccd0e Compare September 1, 2024 19:22
@thundermiracle thundermiracle merged commit 3c1743d into master Sep 1, 2024
6 checks passed
@thundermiracle thundermiracle deleted the changeset-release/master branch September 1, 2024 23:01
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.

2 participants