Skip to content

Commit efdc2fe

Browse files
Merge pull request #169 from shipt/development
Release
2 parents cfc2f09 + ccfca6a commit efdc2fe

File tree

7 files changed

+24
-38
lines changed

7 files changed

+24
-38
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,6 @@ jobs:
3838
<<: *defaults
3939
steps:
4040
- checkout
41-
- <<: *install_dependencies
42-
- <<: *build_osmosis
43-
- <<: *generate_types
44-
- run:
45-
command: |
46-
cd osmosis
47-
npm config set registry https://npm.pkg.github.com
48-
npm config set //npm.pkg.github.com/:_authToken=$GITHUB_PUBLISH_TOKEN
49-
npm publish
50-
name: Publish package to Github NPM Registry
51-
- run:
52-
command: |
53-
cd osmosis
54-
npm config set registry https://registry.npmjs.org
55-
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
56-
npm publish --access public
57-
name: Publish package to Public NPM Registry
5841
- run:
5942
name: Create Git Version Tag
6043
command: "cd osmosis; PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## v2.1.7
4+
* dependency updates
5+
36
## v2.1.5
47
* dependency updates
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="300" src="https://github.com/shipt/osmosis/blob/master/logo.png" />
2+
<img width="300" src="https://github.com/shipt/osmosis/blob/development/logo.png" />
33
</p>
44

55
Osmosis utilizes React context and allows you to create your own custom hooks to provide a lightweight and modularized solution for global state management for any React or React Native project.

examples/counter-nextjs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689
integrity sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==
690690

691691
"@shipt/osmosis@../../osmosis":
692-
version "2.1.4"
692+
version "2.1.6"
693693

694694
"@sinclair/typebox@^0.27.8":
695695
version "0.27.8"
@@ -4397,9 +4397,9 @@ write-file-atomic@^4.0.2:
43974397
signal-exit "^3.0.7"
43984398

43994399
ws@^8.11.0:
4400-
version "8.14.2"
4401-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
4402-
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==
4400+
version "8.17.1"
4401+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
4402+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
44034403

44044404
xml-name-validator@^4.0.0:
44054405
version "4.0.0"

examples/counter-react/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2522,7 +2522,7 @@
25222522
integrity sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==
25232523

25242524
"@shipt/osmosis@../../osmosis":
2525-
version "2.1.3"
2525+
version "2.1.6"
25262526

25272527
"@sinclair/typebox@^0.24.1":
25282528
version "0.24.51"
@@ -3839,11 +3839,11 @@ brace-expansion@^2.0.1:
38393839
balanced-match "^1.0.0"
38403840

38413841
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
3842-
version "3.0.2"
3843-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
3844-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
3842+
version "3.0.3"
3843+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
3844+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
38453845
dependencies:
3846-
fill-range "^7.0.1"
3846+
fill-range "^7.1.1"
38473847

38483848
browser-process-hrtime@^1.0.0:
38493849
version "1.0.0"
@@ -5443,10 +5443,10 @@ filesize@^8.0.6:
54435443
resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8"
54445444
integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
54455445

5446-
fill-range@^7.0.1:
5447-
version "7.0.1"
5448-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
5449-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
5446+
fill-range@^7.1.1:
5447+
version "7.1.1"
5448+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
5449+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
54505450
dependencies:
54515451
to-regex-range "^5.0.1"
54525452

@@ -10512,14 +10512,14 @@ write-file-atomic@^3.0.0:
1051210512
typedarray-to-buffer "^3.1.5"
1051310513

1051410514
ws@^7.4.6:
10515-
version "7.5.9"
10516-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
10517-
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
10515+
version "7.5.10"
10516+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
10517+
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
1051810518

1051910519
ws@^8.4.2:
10520-
version "8.11.0"
10521-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"
10522-
integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==
10520+
version "8.17.1"
10521+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
10522+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
1052310523

1052410524
xml-name-validator@^3.0.0:
1052510525
version "3.0.0"

logo.png

84.5 KB
Loading

osmosis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shipt/osmosis",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "A lightweight state management library for React and React Native",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)