Open
Description
Currently the types
package is used to hold all the types of the other packages. This was a workaround when trying to use types from a certain package through lerna and yarn workspaces.
The problem with this approach is that any changes to the types
package will trigger a version update to the other packages which will create a confusing changelog.