File tree Expand file tree Collapse file tree 10 files changed +52
-18
lines changed
Expand file tree Collapse file tree 10 files changed +52
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "license" : " Apache-2" ,
4+ "version" : " 0.28.0" ,
45 "scripts" : {
56 "tc" : " flow check" ,
67 "lint" : " ./scripts/lint.sh" ,
1011 "test-all" : " ./scripts/test-all.sh" ,
1112 "expose-all" : " ./scripts/expose-all.sh" ,
1213 "clean-all" : " ./scripts/clean-all.sh" ,
13- "canary-all" : " ./scripts/canary-all.sh"
14+ "canary-all" : " ./scripts/canary-all.sh" ,
15+ "release-all" : " ./scripts/release-all.sh"
1416 },
1517 "devDependencies" : {
1618 "babel-eslint" : " ^4.0.6" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio-browser" ,
3- "version" : " 0.28.0-canary.3 " ,
3+ "version" : " 0.28.0" ,
44 "description" : " Split SDK bundler for the browser" ,
55 "author" : " Facundo Cabrera <facundo@split.io>" ,
66 "homepage" : " https://github.com/splitio/javascript-client" ,
2525 " sdk"
2626 ],
2727 "dependencies" : {
28- "@splitsoftware/splitio" : " 0.28.0-canary.3 " ,
28+ "@splitsoftware/splitio" : " 0.28.0" ,
2929 "mkdirp" : " ^0.5.1" ,
3030 "touch" : " ^1.0.0" ,
3131 "browserify" : " ^13.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio-cache" ,
3- "version" : " 0.28.0-canary.3 " ,
3+ "version" : " 0.28.0" ,
44 "description" : " Split Cache" ,
55 "author" : " Facundo Cabrera <facundo@split.io>" ,
66 "homepage" : " https://github.com/splitio/javascript-client" ,
1919 "coverage" : " istanbul test tape -- test/lib/**/*.spec.js"
2020 },
2121 "dependencies" : {
22- "@splitsoftware/splitio-engine" : " 0.28.0-canary.3 " ,
23- "@splitsoftware/splitio-services" : " 0.28.0-canary.3 " ,
22+ "@splitsoftware/splitio-engine" : " 0.28.0" ,
23+ "@splitsoftware/splitio-services" : " 0.28.0" ,
2424 "babel-runtime" : " ^6.5.0"
2525 },
2626 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio-engine" ,
3- "version" : " 0.28.0-canary.3 " ,
3+ "version" : " 0.28.0" ,
44 "description" : " Split Engine" ,
55 "author" : " Facundo Cabrera <facundo@split.io>" ,
66 "homepage" : " https://github.com/splitio/javascript-client" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio-metrics" ,
3- "version" : " 0.28.0-canary.3 " ,
3+ "version" : " 0.28.0" ,
44 "description" : " Split Metrics" ,
55 "author" : " Facundo Cabrera <facundo@split.io>" ,
66 "homepage" : " https://github.com/splitio/javascript-client" ,
1818 "coverage" : " istanbul test tape -- test/lib/**/*.spec.js"
1919 },
2020 "dependencies" : {
21- "@splitsoftware/splitio-utils" : " 0.28.0-canary.3 " ,
22- "@splitsoftware/splitio-services" : " 0.28.0-canary.3 "
21+ "@splitsoftware/splitio-utils" : " 0.28.0" ,
22+ "@splitsoftware/splitio-services" : " 0.28.0"
2323 },
2424 "devDependencies" : {
2525 "babel-cli" : " ^6.3.17" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio-services" ,
3- "version" : " 0.28.0-canary.3 " ,
3+ "version" : " 0.28.0" ,
44 "description" : " Split services layer for Node and the Browser" ,
55 "author" : " Facundo Cabrera <facundo@split.io>" ,
66 "homepage" : " https://github.com/splitio/javascript-client" ,
1414 "watch" : " babel es6 --out-dir lib --source-maps --watch"
1515 },
1616 "dependencies" : {
17- "@splitsoftware/splitio-utils" : " 0.28.0-canary.3 " ,
17+ "@splitsoftware/splitio-utils" : " 0.28.0" ,
1818 "isomorphic-fetch" : " ^2.2.1" ,
1919 "lodash.groupby" : " ^4.2.0"
2020 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio-utils" ,
3- "version" : " 0.28.0-canary.3 " ,
3+ "version" : " 0.28.0" ,
44 "description" : " Split Utils" ,
55 "author" : " Facundo Cabrera <facundo@split.io>" ,
66 "homepage" : " https://github.com/splitio/javascript-client" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @splitsoftware/splitio" ,
3- "version" : " 0.28.0-canary.3 " ,
3+ "version" : " 0.28.0" ,
44 "description" : " Split SDK" ,
55 "author" : " Facundo Cabrera <facundo@split.io>" ,
66 "homepage" : " https://github.com/splitio/javascript-client" ,
1919 "coverage" : " istanbul test tape -- test/lib/**/*.spec.js"
2020 },
2121 "dependencies" : {
22- "@splitsoftware/splitio-cache" : " 0.28.0-canary.3 " ,
23- "@splitsoftware/splitio-metrics" : " 0.28.0-canary.3 " ,
24- "@splitsoftware/splitio-utils" : " 0.28.0-canary.3 " ,
22+ "@splitsoftware/splitio-cache" : " 0.28.0" ,
23+ "@splitsoftware/splitio-metrics" : " 0.28.0" ,
24+ "@splitsoftware/splitio-utils" : " 0.28.0" ,
2525 "babel-runtime" : " ^6.5.0" ,
2626 "debug" : " ^2.2.0"
2727 },
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ #
4+ # NOTE: npm publish sets tag 'latest' if no --tag specified
5+ #
6+
7+ cd packages/splitio-utils
8+ npm publish
9+ cd - & > /dev/null
10+
11+ cd packages/splitio-services
12+ npm publish
13+ cd - & > /dev/null
14+
15+ cd packages/splitio-metrics
16+ npm publish
17+ cd - & > /dev/null
18+
19+ cd packages/splitio-cache
20+ npm publish
21+ cd - & > /dev/null
22+
23+ cd packages/splitio-engine
24+ npm publish
25+ cd - & > /dev/null
26+
27+ cd packages/splitio
28+ npm publish
29+ cd - & > /dev/null
30+
31+ cd packages/splitio-browser
32+ npm publish
33+ cd - & > /dev/null
You can’t perform that action at this time.
0 commit comments