Skip to content

Commit

Permalink
bump v0.2.0 alpha (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto authored Mar 3, 2024
1 parent d1e4f3f commit f7ea71c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog for the docker image are [here](/docker_CHANGELOG.md).

## [Unreleased]

## [0.2.0-alpha.4] - 2024-03-01

### Fixed

- fix transformWrite formatting data incorrectly (#1783)

## [0.2.0-alpha.3] - 2024-02-29

### Added
Expand Down
4 changes: 4 additions & 0 deletions docker_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Changelog for the npm version are [here](/CHANGELOG.md).

## [Unreleased]

## [0.2.0-alpha.4] - 2024-03-01

- fix generated date types (#1787)

## [0.2.0-alpha.3] - 2024-03-01

- make it so that fooId UUID fieldEdge works (#1779)
Expand Down
6 changes: 4 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.3"
const TAG = "v0.2.0-alpha.4"

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

const AUTO_SCHEMA_VERSION = "0.0.32"
const TSENT_VERSION = "v0.2.0-alpha.3"
const TSENT_VERSION = "v0.2.0-alpha.4"

// TODO release notes

var SUFFIXES = []string{
"dev",
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowtop/ent",
"version": "0.2.0-alpha.3",
"version": "0.2.0-alpha.4",
"description": "snowtop ent framework",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit f7ea71c

Please sign in to comment.