Skip to content

Commit 4ec76e8

Browse files
committed
chore: revert to workspace protocol, let changesets handle conversion
Changeset will automatically convert workspace:* to proper version during publish.
1 parent fdad132 commit 4ec76e8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.changeset/v0-1-1-fixes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"@prosdevlab/experience-sdk": patch
33
---
44

5-
Fix workspace dependency protocol causing npm install errors. Add README and improve workflows.
5+
Fix npm install error from v0.1.0. Add README and improve workflows.
6+
7+
v0.1.0 was published with `workspace:*` dependency which doesn't work outside the monorepo. This release fixes that by letting changesets automatically convert it to the proper version range during publish.
68

7-
- Fix: Replace `workspace:*` with `^0.1.0` for plugins dependency
89
- Add: README with installation instructions and examples
9-
- Fix: Remove pnpm version conflicts in GitHub workflows
10+
- Add: READMEs for plugins package
11+
- Fix: pnpm version conflicts in GitHub workflows
12+
- Add: Release banner to docs homepage
1013

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosdevlab/experience-sdk",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"description": "A lightweight, explainable client-side experience runtime",
55
"private": false,
66
"type": "module",
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@lytics/sdk-kit": "^0.1.1",
4747
"@lytics/sdk-kit-plugins": "^0.1.2",
48-
"@prosdevlab/experience-sdk-plugins": "^0.1.0"
48+
"@prosdevlab/experience-sdk-plugins": "workspace:*"
4949
},
5050
"devDependencies": {
5151
"@types/node": "^24.0.0",

0 commit comments

Comments
 (0)