File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 run : |
4545 set -euo pipefail
4646
47- PACKAGE_NAME="$(node -p \" require(' ./package.json' ).name\" )"
48- PACKAGE_VERSION="$(node -p \" require(' ./package.json' ).version\" )"
47+ PACKAGE_NAME="$(node -p ' require(" ./package.json" ).name' )"
48+ PACKAGE_VERSION="$(node -p ' require(" ./package.json" ).version' )"
4949 TAG_NAME="${GITHUB_REF_NAME}"
5050
5151 echo "Repository: ${GITHUB_REPOSITORY}"
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
55This changelog is managed with changelogen and is updated by running the changelog workflow.
66
7+ ## v1.3.4
8+
9+ [ compare changes] ( https://github.com/yanuaraditia/shopify-app-tanstack/compare/v1.3.3...v1.3.4 )
10+
11+ ### 🏡 Chore
12+
13+ - ** release:** Bump version to 1.3.3 and update changelog ([ d671a50] ( https://github.com/yanuaraditia/shopify-app-tanstack/commit/d671a50 ) )
14+
15+ ### ❤️ Contributors
16+
17+ - Yanuar Aditia ([ @ngalor ] ( https://github.com/ngalor ) )
18+
719## v1.3.3
820
921[ compare changes] ( https://github.com/yanuaraditia/shopify-app-tanstack/compare/v1.3.1...v1.3.3 )
Original file line number Diff line number Diff line change 11{
22 "description" : " Shopify TanStack Router - to simplify building Shopify apps with TanStack Router" ,
33 "name" : " @yanuaraditia/shopify-app-tanstack" ,
4- "version" : " 1.3.3 " ,
4+ "version" : " 1.3.4 " ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " git+https://github.com/yanuaraditia/shopify-app-tanstack.git"
You can’t perform that action at this time.
0 commit comments