0.2.0-next.5 • Published 4 years ago
@friendemic/catalyst-chat-widget v0.2.0-next.5
DISTRIBUTION
NOTE:
public/index.htmlshould be updated to reflect changes tosnippet.html
See snippet.html for distribution snippet
TESTING A SPECIFIC VERSION
NOTE: Update the
app_idvalue insnippet.htmlto override the production Application
- Update snippet.html URLs to use a specific npm version
- Update
app_idto use the Staging enviornment
app_id: '70C5B4F2-A7CF-4BD6-81C4-68841DE927CC', // Staging
https://cdn.jsdelivr.net/npm/@friendemic/catalyst-chat-widget@1.2.3-next.4/build/static/css/main.css
https://cdn.jsdelivr.net/npm/@friendemic/catalyst-chat-widget@1.2.3-next.4/build/static/js/main.jsPUBLISHING
Acquire a valid .npmrc file for Friendemic.
Helpful commands:
# all-in-one patch and publish with automatic @latest tag
npm version patch && npm publish && git push && git push --tags
# reference for pre-versions: premajor | preminor | prepatch | prerelease
# IMPORTANT! publish with `--tag next`, or else version will have tag @latest
npm version preminor --preid=next # v0.1.0 => v0.2.0-next.0
npm version prerelease # v0.2.0-next.0 > v0.2.0-next.1
npm publish --tag next # IMPORTANT: without `--tag next` package will publish as @latest
npm version patch # v0.1.0-next.1=> v0.1.0 (when used to escape pre-release)
npm publish # escape pre-release and publish with @latest tagFixing accidental publish to @latest
npm unpublish <name>[@<version>]
npm unpublish @yourdomain/your_package@1.1.100
npm unpublish @friendemic/catalyst-chat-widget@1.2.3-next.4Validating @latest version of package
Visit https://semver.npmjs.com/
- pick a package:
@friendemic/catalyst-chat-widget - enter a range:
latestornext- range can be a semver identifier (like found in a package.json dependency) or a tag (
latest,next, etc)
- range can be a semver identifier (like found in a package.json dependency) or a tag (
0.3.1-next.4
3 years ago
0.3.1-next.2
4 years ago
0.3.1-next.3
4 years ago
0.3.1-next.1
4 years ago
0.3.1-next.0
4 years ago
0.3.0
4 years ago
0.3.0-next.1
4 years ago
0.3.0-next.0
4 years ago
0.2.9
4 years ago
0.2.8
4 years ago
0.2.7
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.2.0-next.5
4 years ago
0.2.0-next.4
4 years ago
0.2.0-next.3
4 years ago
0.2.0-next.2
4 years ago
0.2.0-next.1
4 years ago
0.2.0-next.0
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago