Skip to content

Commit c149834

Browse files
authored
Update NPM registry README (#55)
1 parent df62d27 commit c149834

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Prepare release
2121
run: |
2222
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
23+
cp README.md modules/@shopify/checkout-sheet-kit
2324
yarn module clean
2425
yarn module build
2526
cd modules/@shopify/checkout-sheet-kit

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.1 - January 15, 2024
4+
5+
Updates the README on the NPM regsitry entry page.
6+
37
## 0.1.0 - January 15, 2024
48

59
Initial publication of the `@shopify/checkout-sheet-kit` package.

modules/@shopify/checkout-sheet-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/checkout-sheet-kit",
33
"license": "MIT",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"main": "lib/commonjs/index.js",
66
"types": "src/index.ts",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)