0.4.0 • Published 3 months ago

@inventive/sdk v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

inventive-sdk

SDK library for types, function calls and React components to embed Inventive content in any web app

Getting Started

Commit message

We use Conventional Commit to enforce commit message style. Here is a list of rules to follow.

<type>: <short summary>
  │             │
  │             └─⫸ Summary in present tense. Not capitalized. No period at the end.
  │
  └─⫸ Commit Type: build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test

Manual publish

  1. Make sure you are logged into your npm for --scope=@inventive:
    npm login --scope=@inventive
  2. Make sure the version number is properly bumped
  3. In the command line, run the following command:
    yarn publish:npm
    it will build the package and publish it to the npm registry under the said version number.
0.3.0

3 months ago

0.4.0

3 months ago

0.2.0

5 months ago

0.1.0

5 months ago

0.0.1

6 months ago