Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.4"
".": "0.1.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.5](https://github.com/TerraConstructs/grid/compare/v0.1.4...v0.1.5) (2025-12-08)


### Miscellaneous

* inline Claude SKILL ([e8fa11d](https://github.com/TerraConstructs/grid/commit/e8fa11d65abe4822d6958417c3127972e6928e25))
* upgrade bd to 0.26.0 ([431f6f5](https://github.com/TerraConstructs/grid/commit/431f6f592a98f674990232d564f2bffdcb75c9b2))

## [0.1.4](https://github.com/TerraConstructs/grid/compare/v0.1.3...v0.1.4) (2025-12-05)


Expand Down
2 changes: 1 addition & 1 deletion cmd/gridapi/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

// x-release-please-start-version
const Version = "0.1.4"
const Version = "0.1.5"

// x-release-please-end

Expand Down
2 changes: 1 addition & 1 deletion cmd/gridctl/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

// x-release-please-start-version
const Version = "0.1.4"
const Version = "0.1.5"

// x-release-please-end

Expand Down
2 changes: 1 addition & 1 deletion js/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tcons/grid",
"version": "0.1.4",
"version": "0.1.5",
"description": "TerraConstructs Grid TypeScript SDK for Terraform state management",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grid-webapp",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading