Skip to content

Commit

Permalink
SPASDK-61 Bumping versions to 15.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovrigo committed Oct 8, 2021
1 parent 35949f9 commit dd488b9
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 43 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,30 @@

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

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

- 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 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)
- SPASDK-60 Additional fixes to the release script [`#SPASDK-60`](https://issues.onehippo.com/browse/SPASDK-60)
- SPASDK-60 Add heroku as dev dep to enforce version and all build packs are installed [`#SPASDK-60`](https://issues.onehippo.com/browse/SPASDK-60)

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

> 6 October 2021
- SPASDK-59 Bumping versions to 15.3.0 [`#SPASDK-59`](https://issues.onehippo.com/browse/SPASDK-59)
- SPASDK-58 Remove release pipeline and use release script [`#SPASDK-58`](https://issues.onehippo.com/browse/SPASDK-58)
- SPASDK-38 Add page api to sanitize html content in SPA SDK [`#SPASDK-38`](https://issues.onehippo.com/browse/SPASDK-38)

#### [spa-sdk-15.2.2-0](https://github.com/bloomreach/spa-sdk/compare/spa-sdk-15.2.1...spa-sdk-15.2.2-0)

> 30 September 2021
- SPASDK-58 Merge branch 'development' [`#SPASDK-58`](https://issues.onehippo.com/browse/SPASDK-58)
- SPASDK-58 Bump versions to 15.2.2-0 [`#SPASDK-58`](https://issues.onehippo.com/browse/SPASDK-58)
- SPASDK-58 Update push to github script in Jenkins [`#SPASDK-58`](https://issues.onehippo.com/browse/SPASDK-58)
- SPASDK-58 Adjust README according to release process [`#SPASDK-58`](https://issues.onehippo.com/browse/SPASDK-58)
- SPASDK-58 Adjust jenkins file so github push works [`#SPASDK-58`](https://issues.onehippo.com/browse/SPASDK-58)

#### [spa-sdk-15.2.1](https://github.com/bloomreach/spa-sdk/compare/spa-sdk-15.1.2...spa-sdk-15.2.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": "15.3.0",
"version": "15.3.1",
"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.0",
"@bloomreach/spa-sdk": "15.3.0",
"@bloomreach/ng-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.1",
"@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.0",
"version": "15.3.1",
"description": "Example Next.js SPA for Bloomreach Experience",
"private": true,
"author": "Bloomreach B.V.",
"license": "Apache-2.0",
"dependencies": {
"@bloomreach/react-sdk": "15.3.0",
"@bloomreach/spa-sdk": "15.3.0",
"@bloomreach/react-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.1",
"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.0",
"version": "15.3.1",
"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.0",
"@bloomreach/vue-sdk": "15.3.0",
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/vue-sdk": "15.3.1",
"@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.0",
"version": "15.3.1",
"private": true,
"dependencies": {
"@bloomreach/react-sdk": "15.3.0",
"@bloomreach/spa-sdk": "15.3.0",
"@bloomreach/react-sdk": "15.3.1",
"@bloomreach/spa-sdk": "15.3.1",
"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.0",
"version": "15.3.1",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand All @@ -16,8 +16,8 @@
"last 1 edge version"
],
"dependencies": {
"@bloomreach/spa-sdk": "15.3.0",
"@bloomreach/vue-sdk": "15.3.0",
"@bloomreach/spa-sdk": "15.3.1",
"@bloomreach/vue-sdk": "15.3.1",
"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.0",
"version": "15.3.1",
"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.0",
"version": "15.3.1",
"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.0",
"@bloomreach/spa-sdk": "15.3.1",
"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.0",
"version": "15.3.1",
"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.0"
"@bloomreach/spa-sdk": "15.3.1"
},
"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.0",
"version": "15.3.1",
"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.0",
"version": "15.3.1",
"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.0",
"@bloomreach/spa-sdk": "15.3.1",
"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.0
"@bloomreach/spa-sdk": 15.3.0
"@bloomreach/ng-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.1
"@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.0
"@bloomreach/spa-sdk": 15.3.0
"@bloomreach/react-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.1
"@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.0
"@bloomreach/vue-sdk": 15.3.0
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/vue-sdk": 15.3.1
"@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.0
"@bloomreach/spa-sdk": 15.3.0
"@bloomreach/react-sdk": 15.3.1
"@bloomreach/spa-sdk": 15.3.1
"@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.0
"@bloomreach/vue-sdk": 15.3.0
"@bloomreach/spa-sdk": 15.3.1
"@bloomreach/vue-sdk": 15.3.1
"@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/[email protected].0, @bloomreach/ng-sdk@workspace:packages/ng-sdk":
"@bloomreach/[email protected].1, @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.0
"@bloomreach/spa-sdk": 15.3.1
"@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/[email protected].0, @bloomreach/react-sdk@workspace:packages/react-sdk":
"@bloomreach/[email protected].1, @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.0
"@bloomreach/spa-sdk": 15.3.1
"@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/[email protected].0, @bloomreach/spa-sdk@workspace:packages/spa-sdk":
"@bloomreach/[email protected].1, @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/[email protected].0, @bloomreach/vue-sdk@workspace:packages/vue-sdk":
"@bloomreach/[email protected].1, @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.0
"@bloomreach/spa-sdk": 15.3.1
"@types/jest": 26.0.24
"@types/node": 14.17.3
"@vue/cli-plugin-babel": 4.5.13
Expand Down

0 comments on commit dd488b9

Please sign in to comment.