Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2022

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 main, this PR will be updated.

Releases

@redux-devtools/app@2.1.2

Patch Changes

  • 55cc37e: Fix filter to show state-controlled search value
  • Updated dependencies [55cc37e]
    • @redux-devtools/inspector-monitor@2.1.1

@redux-devtools/extension@3.2.2

Patch Changes

  • 2ec10f0: v3.0.0 had an unintentional breaking change of changing the location of the secondary entrypoints. These secondary exports are now exported from the main entrypoint (Add secondary exports to extension package #1075) and should be imported like so:

    - import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
    - import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnly';
    - import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/logOnlyInProduction';
    + import {
    +   composeWithDevToolsDevelopmentOnly,
    +   devToolsEnhancerDevelopmentOnly,
    +   composeWithDevToolsLogOnly,
    +   devToolsEnhancerLogOnly,
    +   composeWithDevToolsLogOnlyInProduction,
    +   devToolsEnhancerLogOnlyInProduction,
    + } from '@redux-devtools/extension';

@redux-devtools/inspector-monitor@2.1.1

Patch Changes

  • 55cc37e: Fix filter to show state-controlled search value

remotedev-redux-devtools-extension@3.0.10

Patch Changes

  • 55cc37e: Fix filter to show state-controlled search value
  • Updated dependencies [55cc37e]
    • @redux-devtools/app@2.1.2

@github-actions github-actions bot force-pushed the changeset-release/main branch from 3f09dff to 8c03cc2 Compare February 6, 2022 05:47
@ramsy-nl
Copy link

ramsy-nl commented Feb 8, 2022

Any ETA on this release?

@Methuselah96 Methuselah96 enabled auto-merge (squash) February 8, 2022 14:03
@Methuselah96 Methuselah96 merged commit f6b06e7 into main Feb 8, 2022
@Methuselah96 Methuselah96 deleted the changeset-release/main branch February 8, 2022 17:26
@ramsy-nl
Copy link

ramsy-nl commented Feb 8, 2022

Thanks a lot for the quick response. Much appreciated!

luotaoyeah pushed a commit to luotaoyeah/redux-devtools that referenced this pull request Apr 19, 2022
* Version Packages

* Trigger build

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
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.

3 participants