Skip to content

Commit 6e51349

Browse files
committed
Update npm packages
1 parent 5bc3e35 commit 6e51349

File tree

9 files changed

+31
-69
lines changed

9 files changed

+31
-69
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.2
4+
5+
### Patch Changes
6+
7+
- Update remote to create release.
8+
- Updated dependencies
9+
- @fluster.io/dev@0.1.1
10+
311
## 0.1.0
412

513
### Minor 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.1",
3+
"version": "0.1.2",
44
"funding": [
55
{
66
"type": "paypal",
@@ -45,7 +45,7 @@
4545
"@citation-js/plugin-bibtex": "0.7.18",
4646
"@citation-js/plugin-csl": "0.7.18",
4747
"@datalayer/jupyter-react": "^1.0.1",
48-
"@fluster.io/dev": "0.1.0",
48+
"@fluster.io/dev": "workspace:*",
4949
"@google/model-viewer": "^4.1.0",
5050
"@hookform/resolvers": "5.0.1",
5151
"@lancedb/lancedb": "^0.19.1",

apps/fluster/src/core/lib/bindings.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable */
2+
// @ts-nocheck comment
13

24
// This file was generated by [tauri-specta](https://github.com/oscartbeaumont/tauri-specta). Do not edit this file manually.
35

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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @fluster.io/dev@0.1.1
9+
310
## 0.0.12
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.12",
3+
"version": "0.0.13",
44
"keywords": [
55
"fluster",
66
"plugin"

docs/internal/release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
- [ ] `FlusterMake -> nocheck bindings file` to tackle error in generated binding files.
66
- [ ] `pnpm typecheck` to check typescript errors.
77
- [ ] `cargo check` to check rust errors
8-
- [ ] Create tag with `git tag -a v0.0.x`
8+
- [ ] Create tag with `git tag -a v0.0.x`l
9+
- [ ] Manually update version in Fluster's package.json. This seems to be the version used for release.
910
- [ ] Update the version in `tauri.conf.json`. _This_ is the version used by the build script.
1011

1112
## Release Node Packages

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.1
4+
5+
### Patch Changes
6+
7+
- Update remote to create release.
8+
39
## 0.1.0
410

511
### Minor 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.0",
3+
"version": "0.1.1",
44
"funding": [
55
{
66
"type": "paypal",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)