Skip to content

Commit 9759a74

Browse files
authored
Merge pull request #1462 from searchspring/develop
Release 0.75.0
2 parents fd005b3 + f0ffd27 commit 9759a74

41 files changed

Lines changed: 545 additions & 219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878
run: |
7979
aws s3 sync --acl public-read packages/snap-preact-demo/dist s3://${{ secrets.SNAPFU_AWS_BUCKET }}/snap/${{ env.current_tag }}
8080
aws s3 sync --acl public-read packages/snap-preact-demo/public s3://${{ secrets.SNAPFU_AWS_BUCKET }}/snap/${{ env.current_tag }}
81-
aws s3 sync --acl public-read packages/snap-preact-demo/dist s3://${{ secrets.SNAPFU_AWS_BUCKET }}/snap/production
82-
aws s3 sync --acl public-read packages/snap-preact-demo/public s3://${{ secrets.SNAPFU_AWS_BUCKET }}/snap/production
8381
8482
- name: Invalidate CDN Files
8583
env:

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<link href="https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap" rel="stylesheet">
2020
<title>Snap Documentation</title>
2121

22-
<link rel="icon" href="./athos_favicon.svg">
22+
<link rel="icon" href="./favicon.svg">
2323

2424
<script src="https://snapui.searchspring.io/vrntn7/bundle.js" id="searchspring-context"></script>
2525
</head>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<p align="center">
2-
<img src="images/flat-logo-snap.svg"/>
2+
<img src="images/flat-logo-snap_legacy.svg"/>
33
</p>
44
<br/><br/>
55

66
Welcome to Snap - Searchspring's SDK for integrating into front end web apps. We invite your participation through issues, discussions and pull requests! Please reference Searchspring's [Community Contribution Guidelines](https://github.com/searchspring/community/blob/main/CONTRIBUTING.md).
77

8+
> [!NOTE]
9+
> This documentation is only applicable when using packages from `@searchspring/snap-preact`
10+
> If you are using Athos Commerce packages, see [athoscommerce snap](https://github.com/athoscommerce/snap)
11+
812
Please reference the [Snap Documentation](https://searchspring.github.io/snap/) to get started using Snap to build applications.
913

1014
# Packages

0 commit comments

Comments
 (0)