Skip to content

Commit a2e85a5

Browse files
committed
Push npm packages
1 parent 9797028 commit a2e85a5

File tree

8 files changed

+42
-87
lines changed

8 files changed

+42
-87
lines changed

apps/fluster/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# fluster
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Fix broken import to fix release.
8+
- Updated dependencies
9+
- @fluster.io/dev@0.1.7
10+
311
## 0.1.8
412

513
### Patch Changes

apps/fluster/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluster",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"funding": [
55
{
66
"type": "paypal",
@@ -46,7 +46,7 @@
4646
"@citation-js/plugin-csl": "0.7.18",
4747
"@datalayer/jupyter-react": "^1.0.1",
4848
"@excalidraw/excalidraw": "^0.18.0",
49-
"@fluster.io/dev": "0.1.6",
49+
"@fluster.io/dev": "workspace:*",
5050
"@google/model-viewer": "^4.1.0",
5151
"@hookform/resolvers": "5.0.1",
5252
"@lancedb/lancedb": "^0.19.1",

apps/plugin_template/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fluster/plugin_template
22

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @fluster.io/dev@0.1.7
9+
310
## 0.0.18
411

512
### Patch Changes

apps/plugin_template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluster/plugin_template",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"keywords": [
55
"fluster",
66
"plugin"

docs/internal/release.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
- Create a changeset with `pnpm changeset`
1414
- Version all packages with `pnpm changeset version` -- This skips the stage of generating a pull request with the merge and handles everything in one workflow.
15-
- Make sure fluster.io/dev version in fluster package.json is still a workspace dep to avoid build fails.
15+
- Use Make command to set local package versions to workspace.
1616
- Update lock files with `pnpm install` before versioning to avoid having to convert version back to workspace manually.
1717
- Commit changes, `git add --all` and `git commit ...`
1818
- Git push to run changeset in github action because you're too broke to afford https.
@@ -22,10 +22,9 @@
2222
> Make sure you're on the release branch.
2323
2424
- `git checkout release` to switch to release branch
25-
- Make sure the version in `apps/fluster/package.json` matches the version in `apps/fluster/src-tauri/tauri.conf.json`. This version will be versioned by changesets, but must match the version in the `tauri.conf.json` file.
26-
- Manually update version in Fluster's package.json if not updated via changeset. This seems to be the version used for release.
27-
- Use the `tauri_version_match` make file script to apply the package.json version to the tauri.conf.json file.
28-
- `git merge main` to merge main branch with release branch after pushing packages on main branch.
25+
- `git merge main` to merge main branch.
26+
- Use make command to set `tauri.conf.json` version.
27+
- Use make command to set local deps to remote versoin.
2928
- `pnpm install` to update lock files to match the remote version.
3029
- `git add --all` & `git commit -m "Push release"`
3130

packages/fluster_developer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fluster.io/dev
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Fix broken import to fix release.
8+
39
## 0.1.6
410

511
### Patch Changes

packages/fluster_developer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluster.io/dev",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"keywords": [
55
"academic",
66
"fluster",

pnpm-lock.yaml

Lines changed: 13 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)