Skip to content

Commit

Permalink
SPASDK-64 Bumping version to 15.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovrigo committed Oct 19, 2021
1 parent 9f749a3 commit 611a56b
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 41 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@

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

#### [15.3.1](https://github.com/bloomreach/spa-sdk/compare/spa-sdk-15.3.0...15.3.1)
#### [15.3.2](https://github.com/bloomreach/spa-sdk/compare/spa-sdk-15.3.1...15.3.2)

- SPASDK-62 Retrieve segmentation cookies from request object in case SSR [`#41`](https://code.bloomreach.com/engineering/xm/spa-sdk/-/merge_requests/41)
- SPASDK-63 Allow attribute "rel" in sanitize [`#42`](https://code.bloomreach.com/engineering/xm/spa-sdk/-/merge_requests/42)
- SPASDK-49 Add `s` flag to regular expression to match body content [`#38`](https://code.bloomreach.com/engineering/xm/spa-sdk/-/merge_requests/38)
- SPASDK-62 Retrieve segmentation cookies from request object in case SSR [`#SPASDK-62`](https://issues.onehippo.com/browse/SPASDK-62)
- SPASDK-63 Allow attribute "rel" in sanitize [`#SPASDK-63`](https://issues.onehippo.com/browse/SPASDK-63)
- SPASDK-49 Add `s` flag to regular expression to match body content [`#SPASDK-49`](https://issues.onehippo.com/browse/SPASDK-49)
- TRIVIAL Fix release script part related to the publishing TypyDoc [`8faca44`](https://github.com/bloomreach/spa-sdk/commit/8faca440aed3751041e8f80d070366189072d2de)

#### [spa-sdk-15.3.1](https://github.com/bloomreach/spa-sdk/compare/spa-sdk-15.3.0...spa-sdk-15.3.1)

> 8 October 2021
- SPASDK-61 Provide options to html sanitizer to allow some attributes for anchor [`#40`](https://code.bloomreach.com/engineering/xm/spa-sdk/-/merge_requests/40)
- SPASDK-61 Bumping versions to 15.3.1 [`#SPASDK-61`](https://issues.onehippo.com/browse/SPASDK-61)
- SPASDK-61 Provide options to html sanitizer to allow some attributes for anchor [`#SPASDK-61`](https://issues.onehippo.com/browse/SPASDK-61)
- SPASDK-60 Improve README explanation of release process [`#SPASDK-60`](https://issues.onehippo.com/browse/SPASDK-60)
- SPASDK-60 Use correct path to app in heroku deploy [`#SPASDK-60`](https://issues.onehippo.com/browse/SPASDK-60)
Expand Down Expand Up @@ -215,5 +228,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 [`4dacdcd`](https://github.com/bloomreach/spa-sdk/commit/4dacdcd2fdb0712e40dcb33b9809ae12786f9ab1)
- TRIVIAL Skip telemetry check on nuxt startup [`15deb25`](https://github.com/bloomreach/spa-sdk/commit/15deb25b1edde3af3296d4dc34dba1483fe278f2)
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": "15.3.1",
"version": "15.3.2",
"private": true,
"scripts": {
"ng": "ng",
Expand All @@ -23,8 +23,8 @@
"@angular/platform-browser-dynamic": "11.2.14",
"@angular/platform-server": "11.2.14",
"@angular/router": "11.2.14",
"@bloomreach/ng-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/ng-sdk": "15.3.2",
"@bloomreach/spa-sdk": "15.3.2",
"@nguniversal/express-engine": "11.2.1",
"express": "4.17.1",
"rxjs": "6.6.7",
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": "15.3.1",
"version": "15.3.2",
"description": "Example Next.js SPA for Bloomreach Experience",
"private": true,
"author": "Bloomreach B.V.",
"license": "Apache-2.0",
"dependencies": {
"@bloomreach/react-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/react-sdk": "15.3.2",
"@bloomreach/spa-sdk": "15.3.2",
"axios": "0.21.1",
"next": "10.2.3",
"next-routes": "1.4.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomreach/example-nuxt",
"version": "15.3.1",
"version": "15.3.2",
"description": "Example Nuxt.js SPA for Bloomreach Experience",
"private": true,
"scripts": {
Expand All @@ -11,8 +11,8 @@
"start": "cross-env NODE_ENV=production node server/index.js"
},
"dependencies": {
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/vue-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.2",
"@bloomreach/vue-sdk": "15.3.2",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/dotenv": "1.4.1",
"consola": "2.15.3",
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": "15.3.1",
"version": "15.3.2",
"private": true,
"dependencies": {
"@bloomreach/react-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/react-sdk": "15.3.2",
"@bloomreach/spa-sdk": "15.3.2",
"axios": "0.21.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bloomreach/example-vue",
"description": "Example Vue.js SPA for Bloomreach Experience",
"version": "15.3.1",
"version": "15.3.2",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand All @@ -16,8 +16,8 @@
"last 1 edge version"
],
"dependencies": {
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/vue-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.2",
"@bloomreach/vue-sdk": "15.3.2",
"axios": "0.21.1",
"core-js": "3.16.0",
"vue": "2.6.14",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "15.3.1",
"version": "15.3.2",
"workspaces": [
"packages/*",
"examples/*"
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": "15.3.1",
"version": "15.3.2",
"description": "Bloomreach SPA SDK for Angular",
"keywords": [
"bloomreach",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dist/bloomreach-ng-sdk.metadata.json"
],
"dependencies": {
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.2",
"tslib": "2.3.0"
},
"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": "15.3.1",
"version": "15.3.2",
"description": "Bloomreach SPA SDK for React",
"keywords": [
"bloomreach",
Expand Down Expand Up @@ -39,7 +39,7 @@
"last 1 edge version"
],
"dependencies": {
"@bloomreach/spa-sdk": "15.3.1"
"@bloomreach/spa-sdk": "15.3.2"
},
"peerDependencies": {
"react": "^16.14"
Expand Down
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": "15.3.1",
"version": "15.3.2",
"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": "15.3.1",
"version": "15.3.2",
"description": "Bloomreach SPA SDK for Vue.js",
"keywords": [
"bloomreach",
Expand Down Expand Up @@ -38,7 +38,7 @@
"last 1 edge version"
],
"dependencies": {
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.2",
"vue-class-component": "7.2.6",
"vue-fragment": "1.5.1",
"vue-property-decorator": "9.1.2"
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2534,8 +2534,8 @@ __metadata:
"@angular/platform-server": 11.2.14
"@angular/router": 11.2.14
"@bloomreach/eslint-config-angular": 1.0.1
"@bloomreach/ng-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/ng-sdk": 15.3.2
"@bloomreach/spa-sdk": 15.3.2
"@nguniversal/builders": 11.2.1
"@nguniversal/express-engine": 11.2.1
"@types/cookie": 0.4.1
Expand All @@ -2557,8 +2557,8 @@ __metadata:
resolution: "@bloomreach/example-next@workspace:examples/next"
dependencies:
"@bloomreach/eslint-config-next": 1.0.1
"@bloomreach/react-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/react-sdk": 15.3.2
"@bloomreach/spa-sdk": 15.3.2
"@types/node": 14.17.3
"@types/react": 16.14.0
"@types/react-dom": 16.9.14
Expand All @@ -2577,8 +2577,8 @@ __metadata:
dependencies:
"@babel/runtime-corejs3": 7.14.9
"@bloomreach/eslint-config-nuxt": 1.0.1
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/vue-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.2
"@bloomreach/vue-sdk": 15.3.2
"@nuxt/types": 2.15.7
"@nuxt/typescript-build": 2.1.0
"@nuxtjs/axios": 5.13.6
Expand Down Expand Up @@ -2606,8 +2606,8 @@ __metadata:
resolution: "@bloomreach/example-react@workspace:examples/react"
dependencies:
"@bloomreach/eslint-config-react": 1.0.2
"@bloomreach/react-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/react-sdk": 15.3.2
"@bloomreach/spa-sdk": 15.3.2
"@types/react": 16.14.0
"@types/react-dom": 16.9.14
"@types/react-router-dom": 5.1.8
Expand All @@ -2626,8 +2626,8 @@ __metadata:
resolution: "@bloomreach/example-vue@workspace:examples/vue"
dependencies:
"@bloomreach/eslint-config-vue": 1.0.1
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/vue-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.2
"@bloomreach/vue-sdk": 15.3.2
"@types/jest": 26.0.24
"@vue/cli-plugin-babel": 4.5.13
"@vue/cli-plugin-eslint": 4.5.13
Expand All @@ -2653,7 +2653,7 @@ __metadata:
languageName: unknown
linkType: soft

"@bloomreach/ng-sdk@15.3.1, @bloomreach/ng-sdk@workspace:packages/ng-sdk":
"@bloomreach/ng-sdk@15.3.2, @bloomreach/ng-sdk@workspace:packages/ng-sdk":
version: 0.0.0-use.local
resolution: "@bloomreach/ng-sdk@workspace:packages/ng-sdk"
dependencies:
Expand All @@ -2672,7 +2672,7 @@ __metadata:
"@angular/platform-browser": 11.2.14
"@angular/platform-browser-dynamic": 11.2.14
"@bloomreach/eslint-config-angular": 1.0.1
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.2
"@types/jest": 26.0.24
jest: 26.6.3
jest-junit: 12.2.0
Expand All @@ -2690,7 +2690,7 @@ __metadata:
languageName: unknown
linkType: soft

"@bloomreach/react-sdk@15.3.1, @bloomreach/react-sdk@workspace:packages/react-sdk":
"@bloomreach/react-sdk@15.3.2, @bloomreach/react-sdk@workspace:packages/react-sdk":
version: 0.0.0-use.local
resolution: "@bloomreach/react-sdk@workspace:packages/react-sdk"
dependencies:
Expand All @@ -2699,7 +2699,7 @@ __metadata:
"@babel/preset-env": 7.14.8
"@babel/preset-react": 7.14.5
"@bloomreach/eslint-config-react": 1.0.2
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.2
"@rollup/plugin-babel": 5.3.0
"@types/enzyme": 3.10.9
"@types/jest": 26.0.24
Expand All @@ -2726,7 +2726,7 @@ __metadata:
languageName: unknown
linkType: soft

"@bloomreach/spa-sdk@15.3.1, @bloomreach/spa-sdk@workspace:packages/spa-sdk":
"@bloomreach/spa-sdk@15.3.2, @bloomreach/spa-sdk@workspace:packages/spa-sdk":
version: 0.0.0-use.local
resolution: "@bloomreach/spa-sdk@workspace:packages/spa-sdk"
dependencies:
Expand Down Expand Up @@ -2765,12 +2765,12 @@ __metadata:
languageName: unknown
linkType: soft

"@bloomreach/vue-sdk@15.3.1, @bloomreach/vue-sdk@workspace:packages/vue-sdk":
"@bloomreach/vue-sdk@15.3.2, @bloomreach/vue-sdk@workspace:packages/vue-sdk":
version: 0.0.0-use.local
resolution: "@bloomreach/vue-sdk@workspace:packages/vue-sdk"
dependencies:
"@bloomreach/eslint-config-vue": 1.0.1
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.2
"@types/jest": 26.0.24
"@types/node": 14.17.3
"@vue/cli-plugin-babel": 4.5.13
Expand Down

0 comments on commit 611a56b

Please sign in to comment.