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.31
 - @thoughtindustries/helium-server@2.4.8
 - @thoughtindustries/helium-template-essentials@1.4.1
 - @thoughtindustries/helium-template@1.4.1
  • Loading branch information
rjschill87 committed Jan 24, 2024
1 parent 645b612 commit ecf48be
Show file tree
Hide file tree
Showing 8 changed files with 38 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.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





## [1.1.30](https://github.com/thoughtindustries/helium/compare/create-helium-app@1.1.28...create-helium-app@1.1.30) (2023-11-14)

**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.30",
"version": "1.1.31",
"main": "index.js",
"license": "MIT",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions tooling/helium-server/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.

## [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





## [2.4.7](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-server@2.4.6...@thoughtindustries/helium-server@2.4.7) (2023-06-05)

**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.7",
"version": "2.4.8",
"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.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





# [1.4.0](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template-essentials@1.2.7...@thoughtindustries/helium-template-essentials@1.4.0) (2023-11-14)


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.0",
"version": "1.4.1",
"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.7",
"@thoughtindustries/helium-server": "^2.4.8",
"@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.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





# [1.4.0](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template@1.2.7...@thoughtindustries/helium-template@1.4.0) (2023-11-14)


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.0",
"version": "1.4.1",
"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.7",
"@thoughtindustries/helium-server": "^2.4.8",
"@thoughtindustries/hero": "^1.1.2",
"@thoughtindustries/navigation-bar": "^1.2.2",
"clsx": "^1.2.1",
Expand Down

0 comments on commit ecf48be

Please sign in to comment.