Tomasz Taranek

Results 8 comments of Tomasz Taranek

You can also change the import to: ``` import * as Adapter from '@wojtekmaj/enzyme-adapter-react-17'; ```

@alexander-akait I am using `yarn workspaces` feature here - most of the setup was already done, as `lerna` uses yarn workspaces under the hood.

@alexander-akait Yes, it seems like we'll need an external dependency if we want to preserve the current flow, let me describe it in detail by breaking down `lerna.json` configuration file:...

@alexander-akait Yeah, I was mostly concerned about generating changelog files, which I guess it's not possible in yarn workspaces. I'll have a second look on the current publishing flow and...

@alexander-akait One more thing that we need to take care of is resolving the next release's version number - the `lerna version` command does it by using the conventional commits...

@bvaughn Do you know why it was marked as `stale`? Seems like a valid issue to me

@frankie567 I'm happy to work on this and create a PR, I just wanted to hear your thoughts on this before I refactor some of that stuff ✌️

@wojtekmaj Are there any plans to merge this?