Skip to content

Commit

Permalink
Bump versions according to changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille committed Sep 4, 2024
1 parent 8de8781 commit 94973e8
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 16 deletions.
10 changes: 0 additions & 10 deletions custom_nodes/.changeset/olive-windows-lie.md

This file was deleted.

15 changes: 15 additions & 0 deletions custom_nodes/apps/devserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @visualblocks/devserver

## 0.1.0

### Minor Changes

- 5cb8ffa: Add a prompt template node to @visualblocks/gemini

### Patch Changes

- Updated dependencies [5cb8ffa]
- @visualblocks/custom-node-types@0.2.0
- @visualblocks/gemini@0.2.0
- @visualblocks/node-utils@0.1.0
- @visualblocks/tsconfig@0.2.0
2 changes: 1 addition & 1 deletion custom_nodes/apps/devserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visualblocks/devserver",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js"
Expand Down
6 changes: 6 additions & 0 deletions custom_nodes/packages/custom-node-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @visualblocks/custom-node-types

## 0.2.0

### Minor Changes

- 5cb8ffa: Add a prompt template node to @visualblocks/gemini

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion custom_nodes/packages/custom-node-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visualblocks/custom-node-types",
"version": "0.1.0",
"version": "0.2.0",
"description": "Visual blocks custom node types",
"main": "dist/index.d.ts",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions custom_nodes/packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @visualblocks/eslint-config

## 0.1.0

### Minor Changes

- 5cb8ffa: Add a prompt template node to @visualblocks/gemini
2 changes: 1 addition & 1 deletion custom_nodes/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@visualblocks/eslint-config",
"private": "true",
"version": "0.0.0",
"version": "0.1.0",
"license": "Apache-2.0",
"type": "module",
"main": "eslint.config.js",
Expand Down
6 changes: 6 additions & 0 deletions custom_nodes/packages/gemini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @visualblocks/gemini

## 0.2.0

### Minor Changes

- 5cb8ffa: Add a prompt template node to @visualblocks/gemini

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion custom_nodes/packages/gemini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visualblocks/gemini",
"version": "0.1.0",
"version": "0.2.0",
"description": "Gemini nodes for Visual Blocks",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions custom_nodes/packages/node-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @visualblocks/node-utils

## 0.1.0

### Minor Changes

- 5cb8ffa: Add a prompt template node to @visualblocks/gemini
2 changes: 1 addition & 1 deletion custom_nodes/packages/node-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visualblocks/node-utils",
"version": "0.0.0",
"version": "0.1.0",
"description": "Utilities for writing custom Visual Blocks nodes",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions custom_nodes/packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @visualblocks/tsconfig

## 0.2.0

### Minor Changes

- 5cb8ffa: Add a prompt template node to @visualblocks/gemini
2 changes: 1 addition & 1 deletion custom_nodes/packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visualblocks/tsconfig",
"version": "0.1.0",
"version": "0.2.0",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 94973e8

Please sign in to comment.