Skip to content

Commit

Permalink
alpha.6 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Jun 7, 2024
1 parent f512c14 commit 63218f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docker_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ Changelog for the npm version are [here](/CHANGELOG.md).

## [Unreleased]

## [0.2.0-alpha.6] - 2024-06-06

### Added

- add viewer to generated pattern types (#1800)
- add query methods to patterns for fieldEdge and foreignKeys defined in pattern (#1801)
- union type for patterns (#1810)


### Fixed

- stop ignoring actionOnlyFields in edge actions (#1811)


## [0.2.0-alpha.5] - 2024-03-09

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions release_image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// next tag to use
const TAG = "v0.2.0-alpha.5"
const TAG = "v0.2.0-alpha.6"

// current node gets latest tag...
const CURRENT_NODE_VERSION = 18
Expand All @@ -33,7 +33,7 @@ var NODE_VERSIONS = []int{
}

const AUTO_SCHEMA_VERSION = "0.0.32"
const TSENT_VERSION = "v0.2.0-alpha.5"
const TSENT_VERSION = "v0.2.0-alpha.6"

// TODO release notes

Expand Down

0 comments on commit 63218f0

Please sign in to comment.