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.4

See merge request engineering/xm/spa-sdk!189
  • Loading branch information
hachokbloomreach committed Aug 29, 2024
2 parents 38a8a58 + fe7a7a3 commit e9da762
Show file tree
Hide file tree
Showing 13 changed files with 722 additions and 1,004 deletions.
5 changes: 5 additions & 0 deletions .slugignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docs/
node_modules/
*.log
.git/
.pnpm-store/
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

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

#### "23.4.3"
#### "23.4.4"

- SPASDK-224 Add slugignore to fix Heroku deployment for ssr apps [`#188`](https://code.bloomreach.com/engineering/xm/spa-sdk/-/merge_requests/188)
- SPASDK-224 Upgrade heroku to v9 [`#SPASDK-224`](https://issues.onehippo.com/browse/SPASDK-224)
- SPASDK-224 Add slugignore to fix Heroku deployment for ssr apps [`#SPASDK-224`](https://issues.onehippo.com/browse/SPASDK-224)

#### spa-sdk-23.4.3

> 22 August 2024
- SPASDK-224 Fix running SSR apps on Heroku [`#186`](https://code.bloomreach.com/engineering/xm/spa-sdk/-/merge_requests/186)
- SPASDK-224 Bumping versions to 23.4.3 [`#SPASDK-224`](https://issues.onehippo.com/browse/SPASDK-224)
- SPASDK-224 Fix running SSR apps on Heroku [`#SPASDK-224`](https://issues.onehippo.com/browse/SPASDK-224)

#### spa-sdk-23.4.2
Expand Down Expand Up @@ -967,5 +976,7 @@ All notable changes to this project will be documented in this file. Dates are d
- SPASDK-2 Log warning for unsupported method "getContentReference" in v0.9 [`#SPASDK-2`](https://issues.onehippo.com/browse/SPASDK-2)
- SPASDK-2 Add exported function "getContainerItemContent" [`#SPASDK-2`](https://issues.onehippo.com/browse/SPASDK-2)
- SPASDK-1 Bump to use node 14 [`#SPASDK-1`](https://issues.onehippo.com/browse/SPASDK-1)
- SPASDK-1 Remove maven files and update Jenkinsfile [`#SPASDK-1`](https://issues.onehippo.com/browse/SPASDK-1)
- SPASDK-1 Initial move from brxm monorepo [`#SPASDK-1`](https://issues.onehippo.com/browse/SPASDK-1)
- TRIVIAL Set branch name to 'main' in changesetBaseRefs
- TRIVIAL Skip telemetry check on nuxt startup
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.3",
"version": "23.4.4",
"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.3",
"@bloomreach/spa-sdk": "23.4.3",
"@bloomreach/ng-sdk": "23.4.4",
"@bloomreach/spa-sdk": "23.4.4",
"dotenv": "16.4.5",
"emittery": "0.7.2",
"express": "4.19.2",
Expand Down
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.3",
"version": "23.4.4",
"description": "Example Next.js SPA for Bloomreach Experience",
"private": true,
"author": "Bloomreach B.V.",
"license": "Apache-2.0",
"dependencies": {
"@bloomreach/react-sdk": "23.4.3",
"@bloomreach/spa-sdk": "23.4.3",
"@bloomreach/react-sdk": "23.4.4",
"@bloomreach/spa-sdk": "23.4.4",
"axios": "0.26.1",
"cookie": "0.6.0",
"next": "14.2.5",
Expand Down
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.3",
"version": "23.4.4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@bloomreach/spa-sdk": "23.4.3",
"@bloomreach/vue-sdk": "23.4.3",
"@bloomreach/spa-sdk": "23.4.4",
"@bloomreach/vue-sdk": "23.4.4",
"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.3",
"version": "23.4.4",
"private": true,
"dependencies": {
"@bloomreach/react-sdk": "23.4.3",
"@bloomreach/spa-sdk": "23.4.3",
"@bloomreach/react-sdk": "23.4.4",
"@bloomreach/spa-sdk": "23.4.4",
"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.3",
"version": "23.4.4",
"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.3",
"@bloomreach/vue-sdk": "23.4.3",
"@bloomreach/spa-sdk": "23.4.4",
"@bloomreach/vue-sdk": "23.4.4",
"axios": "1.3.2",
"sanitize-html": "2.10.0",
"vue": "3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@changesets/cli": "2.27.7",
"auto-changelog": "2.3.0",
"glob": "10.2.6",
"heroku": "8.1.9",
"heroku": "9.2.0",
"npx": "10.2.2"
},
"auto-changelog": {
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.3",
"version": "23.4.4",
"description": "Bloomreach SPA SDK for Angular",
"keywords": [
"bloomreach",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"sideEffects": false,
"dependencies": {
"@bloomreach/spa-sdk": "23.4.3",
"@bloomreach/spa-sdk": "23.4.4",
"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.3",
"version": "23.4.4",
"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.3"
"@bloomreach/spa-sdk": "23.4.4"
}
}
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.3",
"version": "23.4.4",
"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.3",
"version": "23.4.4",
"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.3"
"@bloomreach/spa-sdk": "23.4.4"
}
}
Loading

0 comments on commit e9da762

Please sign in to comment.