Skip to content

Commit

Permalink
chore: release new versions
Browse files Browse the repository at this point in the history
 - create-helium-app@1.1.32
 - @thoughtindustries/helium-server@2.5.0
 - @thoughtindustries/helium-template-essentials@1.4.2
 - @thoughtindustries/helium-template@1.4.2
  • Loading branch information
rjschill87 committed Feb 12, 2024
1 parent 4d8a670 commit a83f493
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 6 deletions.
8 changes: 8 additions & 0 deletions tooling/create-helium-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.32](https://github.com/thoughtindustries/helium/compare/create-helium-app@1.1.31...create-helium-app@1.1.32) (2024-02-12)

**Note:** Version bump only for package create-helium-app





## [1.1.31](https://github.com/thoughtindustries/helium/compare/create-helium-app@1.1.30...create-helium-app@1.1.31) (2024-01-24)

**Note:** Version bump only for package create-helium-app
Expand Down
2 changes: 1 addition & 1 deletion tooling/create-helium-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.31",
"version": "1.1.32",
"main": "index.js",
"license": "MIT",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions tooling/helium-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-server@2.4.8...@thoughtindustries/helium-server@2.5.0) (2024-02-12)


### Features

* add check for HELIUM_PRIVATE_ENABLE_ASSET_PROXY to determine if asset urls should be rewritten ([#237](https://github.com/thoughtindustries/helium/issues/237)) ([4d8a670](https://github.com/thoughtindustries/helium/commit/4d8a670edee5b84aa4e35b945f8435558962a59d))





## [2.4.8](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-server@2.4.7...@thoughtindustries/helium-server@2.4.8) (2024-01-24)

**Note:** Version bump only for package @thoughtindustries/helium-server
Expand Down
2 changes: 1 addition & 1 deletion tooling/helium-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thoughtindustries/helium-server",
"version": "2.4.8",
"version": "2.5.0",
"description": "Packages needed for running Helium Server",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions tooling/template-base-essentials/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.2](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template-essentials@1.4.1...@thoughtindustries/helium-template-essentials@1.4.2) (2024-02-12)

**Note:** Version bump only for package @thoughtindustries/helium-template-essentials





## [1.4.1](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template-essentials@1.4.0...@thoughtindustries/helium-template-essentials@1.4.1) (2024-01-24)

**Note:** Version bump only for package @thoughtindustries/helium-template-essentials
Expand Down
4 changes: 2 additions & 2 deletions tooling/template-base-essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thoughtindustries/helium-template-essentials",
"version": "1.4.1",
"version": "1.4.2",
"scripts": {
"authenticate": "helium authenticate",
"deploy": "helium deploy",
Expand All @@ -27,7 +27,7 @@
"@thoughtindustries/catalog": "^1.2.6",
"@thoughtindustries/content": "^1.2.5",
"@thoughtindustries/featured-content": "^1.3.5",
"@thoughtindustries/helium-server": "^2.4.8",
"@thoughtindustries/helium-server": "^2.5.0",
"@thoughtindustries/hero": "^1.1.2",
"@thoughtindustries/navigation-bar": "^1.2.2",
"clsx": "^1.2.1",
Expand Down
8 changes: 8 additions & 0 deletions tooling/template-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.2](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template@1.4.1...@thoughtindustries/helium-template@1.4.2) (2024-02-12)

**Note:** Version bump only for package @thoughtindustries/helium-template





## [1.4.1](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template@1.4.0...@thoughtindustries/helium-template@1.4.1) (2024-01-24)

**Note:** Version bump only for package @thoughtindustries/helium-template
Expand Down
4 changes: 2 additions & 2 deletions tooling/template-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thoughtindustries/helium-template",
"version": "1.4.1",
"version": "1.4.2",
"scripts": {
"authenticate": "helium authenticate",
"deploy": "helium deploy",
Expand All @@ -27,7 +27,7 @@
"@thoughtindustries/catalog": "^1.2.6",
"@thoughtindustries/content": "^1.2.5",
"@thoughtindustries/featured-content": "^1.3.5",
"@thoughtindustries/helium-server": "^2.4.8",
"@thoughtindustries/helium-server": "^2.5.0",
"@thoughtindustries/hero": "^1.1.2",
"@thoughtindustries/navigation-bar": "^1.2.2",
"clsx": "^1.2.1",
Expand Down

0 comments on commit a83f493

Please sign in to comment.