5.6.0 • Published 8 months ago

@oc-digital/data-snippets v5.6.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

OC-Digital graphql snippets library

Local development usage

For use during early testing on your machine:

  1. In the downstream app run npm install ../data-snippets (use the path to this repo)
  2. Start your downstream app in watch mode (for Partners this is just npm start)
  3. In here, run npm run build (you'll need to re-run this after making changes)
  4. It will use the latest locally-built version in the downstream app

Note Don't commit the package.json change to github! It won't work on the code build system.

Beta usage

When you've tested it locally and its working, do a beta deploy as follows:

  1. check the package version in package.json and increment it according to semantic versioning (details below)
  2. run npm version 2.0.7-beta.0 using the incremented package version followed by -beta.0 for testing
    • increment it to 2.0.7-beta.1 for further beta tests
  3. run npm publish --tag beta to publish to npm (don't forget the --tag beta!)
  4. in the downstream app run npm install @oc-digital/data-snippets@x.y.z-beta.0 replacing with your version number

Publishing release

When a beta release is working as expected, follow these steps to do a live publish. This should only be done after a review approval.

  1. set the package version using npm version x.y.z replacing with the new version number (according to semantic versioning)
  2. run npm publish to build and publish to npm

Versioning

This package uses semantic versioning.

To summarise the above link:

  • The version is in the format MAJOR.MINOR.PATCH.
  • If you make a breaking change (eg you remove a snippet or fields from a snippet), increment the MAJOR version.
  • If you add a new snippet, increment the MINOR version.
  • If you add fields to an existing snippet, increment the PATCH version.
5.6.0

8 months ago

5.5.0

8 months ago

5.5.0-beta.3

8 months ago

5.5.0-beta.2

8 months ago

5.5.0-beta.1

8 months ago

5.5.0-beta.0

9 months ago

5.3.0

9 months ago

5.3.0-beta.2

9 months ago

5.3.0-beta.1

9 months ago

5.3.0-beta.3

9 months ago

5.4.0

9 months ago

5.2.2

9 months ago

5.4.0-beta.0

9 months ago

5.2.1

9 months ago

5.2.0

9 months ago

5.3.0-beta.0

10 months ago

5.2.0-beta.0

10 months ago

4.1.1-beta.0

1 year ago

5.1.0

10 months ago

4.4.0-beta.0

11 months ago

4.4.1

11 months ago

4.4.0

11 months ago

4.6.0

10 months ago

4.0.1

1 year ago

4.0.0

1 year ago

4.2.0

1 year ago

5.0.0

10 months ago

4.7.0-beta.0

10 months ago

3.1.0-beta.1

1 year ago

3.1.0-beta.2

1 year ago

3.1.0-beta.0

1 year ago

4.0.1-beta.0

1 year ago

4.0.0-beta.0

1 year ago

4.0.1-beta.1

1 year ago

4.5.0

11 months ago

5.1.0-beta.0

10 months ago

5.1.0-beta.1

10 months ago

4.7.0

10 months ago

5.1.0-beta.2

10 months ago

4.6.0-beta.1

10 months ago

4.6.0-beta.0

10 months ago

4.3.0

1 year ago

4.3.0-beta.0

1 year ago

3.0.0-beta.2

1 year ago

3.0.0-beta.0

1 year ago

3.0.0

1 year ago

2.7.0

1 year ago

2.7.0-beta.3

1 year ago

2.7.0-beta.4

1 year ago

2.7.0-beta.1

1 year ago

2.7.0-beta.0

1 year ago

2.7.0-beta.2

1 year ago

2.6.1

1 year ago

2.5.0

1 year ago

2.6.0

1 year ago

2.5.0-beta.3

1 year ago

2.5.0-beta.4

1 year ago

2.5.0-beta.5

1 year ago

2.5.0-beta.0

1 year ago

2.5.0-beta.1

1 year ago

2.5.0-beta.2

1 year ago

2.4.0

1 year ago

2.4.0-beta.0

1 year ago

2.3.0

2 years ago

2.3.1

2 years ago

2.2.0

2 years ago

2.2.0-beta.0

2 years ago

2.1.0

2 years ago

1.2.0

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

2.0.0-beta.0

2 years ago

1.0.0

2 years ago

1.0.0-beta.0

2 years ago

0.0.3-beta.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago