Skip to content

Commit

Permalink
Version Packages (#520)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
linuslundahl and github-actions[bot] authored Sep 27, 2024
1 parent 97c9703 commit 3a6a298
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-pots-compete.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @relate/cli

## 1.0.15

### Patch Changes

- Updated dependencies [97c9703]
- @relate/common@1.0.14

## 1.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@relate/cli",
"description": "Create, manage and use Neo4j graphs from the command line.",
"version": "1.0.14",
"version": "1.0.15",
"author": "Neo4j Inc.",
"license": "GPL-3.0",
"homepage": "https://github.com/neo4j-devtools/relate#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @relate/common

## 1.0.14

### Patch Changes

- 97c9703: Adds env to packaging_info when installing neo4j

## 1.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@relate/common",
"version": "1.0.13",
"version": "1.0.14",
"description": "JS toolkit",
"author": "Neo4j Inc.",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/documentation/interfaces/monad.IMonad.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Iterable.[iterator]

#### Defined in

node_modules/.pnpm/typescript@5.0.4/node_modules/typescript/lib/lib.es2015.iterable.d.ts:49
node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts:49

___

Expand Down
7 changes: 7 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @relate/web

## 1.0.15

### Patch Changes

- Updated dependencies [97c9703]
- @relate/common@1.0.14

## 1.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@relate/web",
"version": "1.0.14",
"version": "1.0.15",
"description": "Web",
"author": "Neo4j Inc.",
"license": "GPL-3.0",
Expand Down

0 comments on commit 3a6a298

Please sign in to comment.