Skip to content

Commit

Permalink
chore: release new versions
Browse files Browse the repository at this point in the history
 - @thoughtindustries/catalog@1.2.6
 - @thoughtindustries/helium@2.2.0
 - create-helium-app@1.1.30
 - @thoughtindustries/helium-template-essentials@1.4.0
 - @thoughtindustries/helium-template@1.4.0
  • Loading branch information
rjschill87 committed Nov 14, 2023
1 parent 0cdbec7 commit 9a54d7d
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 9 deletions.
11 changes: 11 additions & 0 deletions packages/catalog/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.

## [1.2.6](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/catalog@1.2.5...@thoughtindustries/catalog@1.2.6) (2023-11-14)


### Bug Fixes

* catalog page composer ([#234](https://github.com/thoughtindustries/helium/issues/234)) ([0cdbec7](https://github.com/thoughtindustries/helium/commit/0cdbec7ef9ff331e121f1b0b5af2d5cdc6ce4819))





## [1.2.5](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/catalog@1.2.4...@thoughtindustries/catalog@1.2.5) (2023-11-01)

**Note:** Version bump only for package @thoughtindustries/catalog
Expand Down
2 changes: 1 addition & 1 deletion packages/catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thoughtindustries/catalog",
"version": "1.2.5",
"version": "1.2.6",
"description": "A base component for catalog",
"author": "Lu Jiang <lu.jiang@thoughtindustries.com>",
"homepage": "https://github.com/thoughtindustries/helium#readme",
Expand Down
17 changes: 17 additions & 0 deletions tooling/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/thoughtindustries/helium/compare/@thoughtindustries/helium@2.0.1...@thoughtindustries/helium@2.2.0) (2023-11-14)


### Bug Fixes

* fix check where development build env var assigned as string ([#232](https://github.com/thoughtindustries/helium/issues/232)) ([d58f2e5](https://github.com/thoughtindustries/helium/commit/d58f2e5863b85813637be4a8195fab303d3918d0))
* temporarily rename env files when using development build commands ([#233](https://github.com/thoughtindustries/helium/issues/233)) ([493b1ba](https://github.com/thoughtindustries/helium/commit/493b1bae356ad666655bb15bb34fa0e3caab5358))


### Features

* allow deployment of development builds ([#231](https://github.com/thoughtindustries/helium/issues/231)) ([ed06e65](https://github.com/thoughtindustries/helium/commit/ed06e65bd62b964f002bed03295ca6a6fcfbb5f9))





# [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
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",
"version": "2.2.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.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





## [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
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",
"version": "1.1.30",
"main": "index.js",
"license": "MIT",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions tooling/template-base-essentials/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.

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


### Features

* allow deployment of development builds ([#231](https://github.com/thoughtindustries/helium/issues/231)) ([ed06e65](https://github.com/thoughtindustries/helium/commit/ed06e65bd62b964f002bed03295ca6a6fcfbb5f9))





# [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
Expand Down
6 changes: 3 additions & 3 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",
"version": "1.4.0",
"scripts": {
"authenticate": "helium authenticate",
"deploy": "helium deploy",
Expand All @@ -24,7 +24,7 @@
"@heroicons/react": "^2.0.13",
"@mdx-js/rollup": "^2.1.3",
"@thoughtindustries/cart": "^1.2.5",
"@thoughtindustries/catalog": "^1.2.5",
"@thoughtindustries/catalog": "^1.2.6",
"@thoughtindustries/content": "^1.2.5",
"@thoughtindustries/featured-content": "^1.3.5",
"@thoughtindustries/helium-server": "^2.4.7",
Expand All @@ -49,7 +49,7 @@
"vite-plugin-ssr": "0.4.141"
},
"devDependencies": {
"@thoughtindustries/helium": "^2.1.0",
"@thoughtindustries/helium": "^2.2.0",
"@thoughtindustries/helium-tailwind-preset": "^1.0.6",
"@types/node": "^17.0.23",
"@types/react": "^18.0.21",
Expand Down
11 changes: 11 additions & 0 deletions tooling/template-base/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.

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


### Features

* allow deployment of development builds ([#231](https://github.com/thoughtindustries/helium/issues/231)) ([ed06e65](https://github.com/thoughtindustries/helium/commit/ed06e65bd62b964f002bed03295ca6a6fcfbb5f9))





# [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
Expand Down
6 changes: 3 additions & 3 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",
"version": "1.4.0",
"scripts": {
"authenticate": "helium authenticate",
"deploy": "helium deploy",
Expand All @@ -24,7 +24,7 @@
"@heroicons/react": "^2.0.13",
"@mdx-js/rollup": "^2.1.3",
"@thoughtindustries/cart": "^1.2.5",
"@thoughtindustries/catalog": "^1.2.5",
"@thoughtindustries/catalog": "^1.2.6",
"@thoughtindustries/content": "^1.2.5",
"@thoughtindustries/featured-content": "^1.3.5",
"@thoughtindustries/helium-server": "^2.4.7",
Expand All @@ -49,7 +49,7 @@
"vite-plugin-ssr": "0.4.141"
},
"devDependencies": {
"@thoughtindustries/helium": "^2.1.0",
"@thoughtindustries/helium": "^2.2.0",
"@thoughtindustries/helium-tailwind-preset": "^1.0.6",
"@types/node": "^17.0.23",
"@types/react": "^18.0.21",
Expand Down

0 comments on commit 9a54d7d

Please sign in to comment.