Skip to content

Commit b8177ff

Browse files
authored
Merge pull request #2 from OpenProjectX/changeset-release/master
chore: version packages
2 parents d13dbef + 65b12b7 commit b8177ff

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/great-donuts-cheer.md

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

packages/flow-builder/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- d13dbef: Add repository metadata for provenance; publish via npm CLI
8+
- Updated dependencies [d13dbef]
9+
- @openprojectx/ui-foundation@0.1.2
10+
311
## 0.1.1
412

513
### Patch Changes

packages/flow-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprojectx/flow-builder",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Portable, configurable visual node-builder canvas: palette, schema-driven forms, typed connections, serialization",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -39,7 +39,7 @@
3939
"react": "^18.2.0",
4040
"react-dom": "^18.2.0",
4141
"reactflow": "^11.5.0",
42-
"@openprojectx/ui-foundation": "^0.1.1"
42+
"@openprojectx/ui-foundation": "^0.1.2"
4343
},
4444
"dependencies": {
4545
"@tabler/icons-react": "^3.30.0",

packages/ui-foundation/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openprojectx/ui-foundation
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- d13dbef: Add repository metadata for provenance; publish via npm CLI
8+
39
## 0.1.1
410

511
### Patch Changes

packages/ui-foundation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openprojectx/ui-foundation",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Design-system foundation for openprojectx ui-foundation (flowkit): theme factory, generic MUI components, hooks and utils",
55
"license": "Apache-2.0",
66
"publishConfig": {

0 commit comments

Comments
 (0)