Skip to content

Commit bd68e35

Browse files
github-actions[bot]prosdev
authored andcommitted
chore: release packages
1 parent ae506e2 commit bd68e35

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

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

Lines changed: 0 additions & 13 deletions
This file was deleted.

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@prosdevlab:registry=https://registry.npmjs.org/

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @prosdevlab/experience-sdk
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- fdad132: Fix npm install error from v0.1.0. Add README and improve workflows.
8+
9+
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.
10+
11+
- Add: README with installation instructions and examples
12+
- Add: READMEs for plugins package
13+
- Fix: pnpm version conflicts in GitHub workflows
14+
- Add: Release banner to docs homepage

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosdevlab/experience-sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A lightweight, explainable client-side experience runtime",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)