Skip to content

Commit

Permalink
bump (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Jun 8, 2024
1 parent bce3f11 commit 47372cf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 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.4"
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.4"
const TSENT_VERSION = "v0.2.0-alpha.6"

// TODO release notes

Expand Down
7 changes: 6 additions & 1 deletion ts/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ RUN \
RUN apt update && apt --assume-yes install zsh && \
rm -rf /var/lib/apt/lists/*

RUN npm install -g typescript@5.3.2 prettier@3.1.0 ts-node@11.0.0-beta.1 @swc/core@1.3.100 @swc/cli@0.1.63 @biomejs/biome@1.4.1
RUN npm install -g typescript@5.4.5
RUN npm install -g prettier@3.2.5
RUN npm install -g ts-node@11.0.0-beta.1
RUN npm install -g @swc/core@1.5.0
RUN npm install -g @swc/cli@0.3.12 --verbose
RUN npm install -g @biomejs/biome@1.7.1

WORKDIR /app
RUN npm install --save-dev tsconfig-paths@4.2.0 @swc-node/register@1.6.8
Expand Down

0 comments on commit 47372cf

Please sign in to comment.