Demo to use different versions of the same package.
pnpm install
pnpm -r dev
pnpm --filter next-app-1 build
used changeset to version core-ui-test package so that we can use different versions of core. Note: the core-ui-test package version must be published before use in the applications.
pnpm changeset
pnpm changeset status --verbose
pnpm changeset version
pnpm -r publish
see (here)[https://pnpm.io/using-changesets] for more information about the changeset