Skip to content

Commit

Permalink
chore: release new versions
Browse files Browse the repository at this point in the history
 - @thoughtindustries/helium@2.1.0
 - create-helium-app@1.1.29
 - @thoughtindustries/helium-template-essentials@1.3.0
 - @thoughtindustries/helium-template@1.3.0
  • Loading branch information
rjschill87 committed Nov 9, 2023
1 parent b584200 commit 5bb6489
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions tooling/cli/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.1.0](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium@2.1.0-alpha.2...@thoughtindustries/helium@2.1.0) (2023-11-09)

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





# [2.1.0-alpha.2](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium@2.0.1...@thoughtindustries/helium@2.1.0-alpha.2) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thoughtindustries/helium",
"version": "2.1.0-alpha.2",
"version": "2.1.0",
"description": "The Helium CLI",
"main": "lib/index.js",
"scripts": {
Expand Down
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.29](https://github.com/thoughtindustries/helium/compare/create-helium-app@1.1.29-alpha.2...create-helium-app@1.1.29) (2023-11-09)

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





## [1.1.29-alpha.2](https://github.com/thoughtindustries/helium/compare/create-helium-app@1.1.28...create-helium-app@1.1.29-alpha.2) (2023-11-09)

**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.29-alpha.2",
"version": "1.1.29",
"main": "index.js",
"license": "MIT",
"bin": {
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.3.0](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template-essentials@1.3.0-alpha.2...@thoughtindustries/helium-template-essentials@1.3.0) (2023-11-09)

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





# [1.3.0-alpha.2](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template-essentials@1.2.7...@thoughtindustries/helium-template-essentials@1.3.0-alpha.2) (2023-11-09)


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.3.0-alpha.2",
"version": "1.3.0",
"scripts": {
"authenticate": "helium authenticate",
"deploy": "helium deploy",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vite-plugin-ssr": "0.4.141"
},
"devDependencies": {
"@thoughtindustries/helium": "^2.1.0-alpha.2",
"@thoughtindustries/helium": "^2.1.0",
"@thoughtindustries/helium-tailwind-preset": "^1.0.6",
"@types/node": "^17.0.23",
"@types/react": "^18.0.21",
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.3.0](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template@1.3.0-alpha.2...@thoughtindustries/helium-template@1.3.0) (2023-11-09)

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





# [1.3.0-alpha.2](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium-template@1.2.7...@thoughtindustries/helium-template@1.3.0-alpha.2) (2023-11-09)


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.3.0-alpha.2",
"version": "1.3.0",
"scripts": {
"authenticate": "helium authenticate",
"deploy": "helium deploy",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vite-plugin-ssr": "0.4.141"
},
"devDependencies": {
"@thoughtindustries/helium": "^2.1.0-alpha.2",
"@thoughtindustries/helium": "^2.1.0",
"@thoughtindustries/helium-tailwind-preset": "^1.0.6",
"@types/node": "^17.0.23",
"@types/react": "^18.0.21",
Expand Down

0 comments on commit 5bb6489

Please sign in to comment.