Skip to content

Commit

Permalink
SPASDK-224 Merge branch 'development' into 'main'
Browse files Browse the repository at this point in the history
SPASDK-224 Release 23.4.3

See merge request engineering/xm/spa-sdk!187
  • Loading branch information
hachokbloomreach committed Aug 22, 2024
2 parents acc63ce + a968ae8 commit 38a8a58
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 39 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### "23.4.2"
#### "23.4.3"

- SPASDK-224 Fix running SSR apps on Heroku [`#186`](https://code.bloomreach.com/engineering/xm/spa-sdk/-/merge_requests/186)
- SPASDK-224 Fix running SSR apps on Heroku [`#SPASDK-224`](https://issues.onehippo.com/browse/SPASDK-224)

#### spa-sdk-23.4.2

> 22 August 2024
- SPASDK-224 Fix release command [`#184`](https://code.bloomreach.com/engineering/xm/spa-sdk/-/merge_requests/184)
- SPASDK-224 Bumping versions to 23.4.2 [`#SPASDK-224`](https://issues.onehippo.com/browse/SPASDK-224)
- SPASDK-224 Fix release command [`#SPASDK-224`](https://issues.onehippo.com/browse/SPASDK-224)

#### spa-sdk-23.4.1
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bloomreach/example-angular",
"description": "Example Angular SPA for Bloomreach Experience",
"version": "23.4.2",
"version": "23.4.3",
"private": true,
"scripts": {
"ng": "ng",
Expand All @@ -25,8 +25,8 @@
"@angular/platform-server": "17.3.7",
"@angular/router": "17.3.7",
"@angular/ssr": "17.3.7",
"@bloomreach/ng-sdk": "23.4.2",
"@bloomreach/spa-sdk": "23.4.2",
"@bloomreach/ng-sdk": "23.4.3",
"@bloomreach/spa-sdk": "23.4.3",
"dotenv": "16.4.5",
"emittery": "0.7.2",
"express": "4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/ssr.Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

web: npx lerna run start:ssr --scope @bloomreach/example-angular -- --prod
web: pnpm --filter @bloomreach/example-angular run start:ssr -- --prod
2 changes: 1 addition & 1 deletion examples/next/Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

web: npx lerna run start --scope @bloomreach/example-next
web: pnpm --filter @bloomreach/example-next run start
6 changes: 3 additions & 3 deletions examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@bloomreach/example-next",
"version": "23.4.2",
"version": "23.4.3",
"description": "Example Next.js SPA for Bloomreach Experience",
"private": true,
"author": "Bloomreach B.V.",
"license": "Apache-2.0",
"dependencies": {
"@bloomreach/react-sdk": "23.4.2",
"@bloomreach/spa-sdk": "23.4.2",
"@bloomreach/react-sdk": "23.4.3",
"@bloomreach/spa-sdk": "23.4.3",
"axios": "0.26.1",
"cookie": "0.6.0",
"next": "14.2.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

web: npx lerna run start --scope @bloomreach/example-nuxt
web: pnpm --filter @bloomreach/example-nuxt run start
6 changes: 3 additions & 3 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bloomreach/example-nuxt",
"description": "Example Nuxt SPA for Bloomreach Experience",
"version": "23.4.2",
"version": "23.4.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@bloomreach/spa-sdk": "23.4.2",
"@bloomreach/vue-sdk": "23.4.2",
"@bloomreach/spa-sdk": "23.4.3",
"@bloomreach/vue-sdk": "23.4.3",
"axios": "1.6.8",
"nuxt": "3.11.2",
"sanitize-html": "2.10.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@bloomreach/example-react",
"description": "Example React SPA for Bloomreach Experience",
"version": "23.4.2",
"version": "23.4.3",
"private": true,
"dependencies": {
"@bloomreach/react-sdk": "23.4.2",
"@bloomreach/spa-sdk": "23.4.2",
"@bloomreach/react-sdk": "23.4.3",
"@bloomreach/spa-sdk": "23.4.3",
"axios": "1.6.8",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomreach/example-vue",
"version": "23.4.2",
"version": "23.4.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"type-check:watch": "npm run type-check -- --watch"
},
"dependencies": {
"@bloomreach/spa-sdk": "23.4.2",
"@bloomreach/vue-sdk": "23.4.2",
"@bloomreach/spa-sdk": "23.4.3",
"@bloomreach/vue-sdk": "23.4.3",
"axios": "1.3.2",
"sanitize-html": "2.10.0",
"vue": "3.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/ng-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomreach/ng-sdk",
"version": "23.4.2",
"version": "23.4.3",
"description": "Bloomreach SPA SDK for Angular",
"keywords": [
"bloomreach",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"sideEffects": false,
"dependencies": {
"@bloomreach/spa-sdk": "23.4.2",
"@bloomreach/spa-sdk": "23.4.3",
"tslib": "^2.6.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomreach/react-sdk",
"version": "23.4.2",
"version": "23.4.3",
"description": "Bloomreach SPA SDK for React",
"keywords": [
"bloomreach",
Expand Down Expand Up @@ -111,6 +111,6 @@
"outputName": "TEST-react-sdk.xml"
},
"dependencies": {
"@bloomreach/spa-sdk": "23.4.2"
"@bloomreach/spa-sdk": "23.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/spa-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomreach/spa-sdk",
"version": "23.4.2",
"version": "23.4.3",
"description": "Bloomreach SPA SDK",
"keywords": [
"bloomreach",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomreach/vue-sdk",
"version": "23.4.2",
"version": "23.4.3",
"description": "Bloomreach SPA SDK for Vue",
"keywords": [
"bloomreach",
Expand Down Expand Up @@ -66,6 +66,6 @@
"vue-tsc": "1.6.5"
},
"dependencies": {
"@bloomreach/spa-sdk": "23.4.2"
"@bloomreach/spa-sdk": "23.4.3"
}
}
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38a8a58

Please sign in to comment.