Skip to content

Commit

Permalink
Merge pull request #80 from rudderlabs/hotfix-release/v1.4.5
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.4.5 into main
  • Loading branch information
shrouti1507 authored Sep 26, 2023
2 parents 3510c77 + 49d2c71 commit 5025dc8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build-transformer-image-arm64:
name: Build Shopify Tracker Docker Image
name: Build Shopify Tracker Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ jobs:
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

create-pull-request:
name: Create Pull Request for Shopify Tracker Helm Chart
runs-on: ubuntu-latest
needs: [extract-version, build]
env:
TAG_NAME: ${{ needs.extract-version.outputs.version }}


steps:
- name: Initialize Mandatory Git Config
run: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.4.5](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.4...v1.4.5) (2023-09-26)


### Bug Fixes

* formatting files ([#79](https://github.com/rudderlabs/rudder-shopify-tracker/issues/79)) ([8f6f771](https://github.com/rudderlabs/rudder-shopify-tracker/commit/8f6f77139a3d68bbf20f6284a8eda7e7c324f566))

### [1.4.4](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.3...v1.4.4) (2023-09-26)

### [1.4.3](https://github.com/rudderlabs/rudder-shopify-tracker/compare/v1.4.2...v1.4.3) (2023-09-26)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudderstack-shopify-tracker",
"version": "1.4.4",
"version": "1.4.5",
"description": "Tracks client-side events on Shopify stores",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 5025dc8

Please sign in to comment.