Skip to content

Commit

Permalink
publish new release
Browse files Browse the repository at this point in the history
  • Loading branch information
breeffybot committed Nov 28, 2021
1 parent 5f66f83 commit e4d1231
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.0"
"version": "0.8.0"
}
8 changes: 4 additions & 4 deletions packages/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/calendars",
"version": "0.7.0",
"version": "0.8.0",
"description": "Calendars UI components",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,14 +20,14 @@
"react-native-svg": "*"
},
"dependencies": {
"@breeffy/invariants": "^0.7.0",
"@breeffy/utils": "^0.7.0",
"@breeffy/invariants": "^0.8.0",
"@breeffy/utils": "^0.8.0",
"fast-deep-equal": "^3.1.3",
"luxon": "^1.25.0",
"react-native-redash": "^16.2.2"
},
"devDependencies": {
"@breeffy/types": "^0.7.0",
"@breeffy/types": "^0.8.0",
"@types/luxon": "^1.25.0",
"@types/react": "^17.0.26",
"@types/react-native": "^0.65.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/elements",
"version": "0.7.0",
"version": "0.8.0",
"description": "Essential UI components",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,15 +18,15 @@
"react-native-svg": "*"
},
"devDependencies": {
"@breeffy/types": "^0.7.0",
"@breeffy/types-react-native": "^0.7.0",
"@breeffy/types": "^0.8.0",
"@breeffy/types-react-native": "^0.8.0",
"@types/react": "^17.0.26",
"@types/react-native": "^0.65.2",
"react": "*",
"react-native-svg": "*"
},
"dependencies": {
"@breeffy/hooks": "^0.7.0",
"@breeffy/hooks": "^0.8.0",
"fast-deep-equal": "*"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions packages/example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/example",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"description": "Shared code for example application",
"main": "lib/index.js",
Expand All @@ -15,17 +15,17 @@
"react-native-animateable-text": "*"
},
"devDependencies": {
"@breeffy/types": "^0.7.0",
"@breeffy/types": "^0.8.0",
"@types/react": "^17.0.26",
"@types/react-native": "^0.65.9",
"concurrently": "^6.3.0",
"copyfiles": "^2.4.1",
"react-native-animateable-text": "*"
},
"dependencies": {
"@breeffy/calendars": "^0.7.0",
"@breeffy/elements": "^0.7.0",
"@breeffy/icons": "^0.7.0",
"@breeffy/calendars": "^0.8.0",
"@breeffy/elements": "^0.8.0",
"@breeffy/icons": "^0.8.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0-beta2",
"@fortawesome/free-brands-svg-icons": "^6.0.0-beta2",
"@fortawesome/free-regular-svg-icons": "^6.0.0-beta2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/hooks",
"version": "0.7.0",
"version": "0.8.0",
"description": "Useful hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/icons",
"version": "0.7.0",
"version": "0.8.0",
"description": "Icons UI components",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"react-native-svg": "*"
},
"dependencies": {
"@breeffy/invariants": "^0.7.0",
"@breeffy/utils": "^0.7.0",
"@breeffy/invariants": "^0.8.0",
"@breeffy/utils": "^0.8.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0-beta2",
"humps": "=2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/invariants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/invariants",
"version": "0.7.0",
"version": "0.8.0",
"description": "Assertion TypeScript functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile-0.65.1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/mobile-0.65.1",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -16,7 +16,7 @@
"hoistingLimits": "workspaces"
},
"dependencies": {
"@breeffy/example": "^0.7.0",
"@breeffy/example": "^0.8.0",
"@react-native-async-storage/async-storage": "=1.15.9",
"@react-navigation/native": "=6.0.4",
"@react-navigation/native-stack": "=6.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile-0.66.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/mobile-0.66.0",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -16,7 +16,7 @@
"hoistingLimits": "workspaces"
},
"dependencies": {
"@breeffy/example": "^0.7.0",
"@breeffy/example": "^0.8.0",
"@react-native-async-storage/async-storage": "=1.15.9",
"@react-navigation/native": "=6.0.4",
"@react-navigation/native-stack": "=6.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile-0.66.1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/mobile-0.66.1",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -17,7 +17,7 @@
"hoistingLimits": "workspaces"
},
"dependencies": {
"@breeffy/example": "^0.7.0",
"@breeffy/example": "^0.8.0",
"@react-native-async-storage/async-storage": "=1.15.9",
"@react-navigation/native": "=6.0.4",
"@react-navigation/native-stack": "=6.2.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/pickers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/pickers",
"version": "0.7.0",
"version": "0.8.0",
"description": "Pickers UI components",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,13 +20,13 @@
"react-native-svg": "*"
},
"dependencies": {
"@breeffy/invariants": "^0.7.0",
"@breeffy/utils": "^0.7.0",
"@breeffy/invariants": "^0.8.0",
"@breeffy/utils": "^0.8.0",
"luxon": "^1.25.0",
"react-native-redash": "^16.2.2"
},
"devDependencies": {
"@breeffy/types": "^0.7.0",
"@breeffy/types": "^0.8.0",
"@types/luxon": "^1.25.0",
"@types/react": "^17.0.26",
"@types/react-native": "^0.65.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/types-react-native",
"version": "0.7.0",
"version": "0.8.0",
"description": "Useful Typescript types for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/types",
"version": "0.7.0",
"version": "0.8.0",
"description": "Useful Typescript types",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeffy/utils",
"version": "0.7.0",
"version": "0.8.0",
"description": "Useful utility functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
54 changes: 27 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2152,13 +2152,13 @@ __metadata:
languageName: node
linkType: hard

"@breeffy/calendars@^0.7.0, @breeffy/calendars@workspace:packages/calendars":
"@breeffy/calendars@^0.8.0, @breeffy/calendars@workspace:packages/calendars":
version: 0.0.0-use.local
resolution: "@breeffy/calendars@workspace:packages/calendars"
dependencies:
"@breeffy/invariants": ^0.7.0
"@breeffy/types": ^0.7.0
"@breeffy/utils": ^0.7.0
"@breeffy/invariants": ^0.8.0
"@breeffy/types": ^0.8.0
"@breeffy/utils": ^0.8.0
"@types/luxon": ^1.25.0
"@types/react": ^17.0.26
"@types/react-native": ^0.65.2
Expand All @@ -2178,13 +2178,13 @@ __metadata:
languageName: unknown
linkType: soft

"@breeffy/elements@^0.7.0, @breeffy/elements@workspace:packages/elements":
"@breeffy/elements@^0.8.0, @breeffy/elements@workspace:packages/elements":
version: 0.0.0-use.local
resolution: "@breeffy/elements@workspace:packages/elements"
dependencies:
"@breeffy/hooks": ^0.7.0
"@breeffy/types": ^0.7.0
"@breeffy/types-react-native": ^0.7.0
"@breeffy/hooks": ^0.8.0
"@breeffy/types": ^0.8.0
"@breeffy/types-react-native": ^0.8.0
"@types/react": ^17.0.26
"@types/react-native": ^0.65.2
fast-deep-equal: "*"
Expand All @@ -2197,14 +2197,14 @@ __metadata:
languageName: unknown
linkType: soft

"@breeffy/example@^0.7.0, @breeffy/example@workspace:packages/example-app":
"@breeffy/example@^0.8.0, @breeffy/example@workspace:packages/example-app":
version: 0.0.0-use.local
resolution: "@breeffy/example@workspace:packages/example-app"
dependencies:
"@breeffy/calendars": ^0.7.0
"@breeffy/elements": ^0.7.0
"@breeffy/icons": ^0.7.0
"@breeffy/types": ^0.7.0
"@breeffy/calendars": ^0.8.0
"@breeffy/elements": ^0.8.0
"@breeffy/icons": ^0.8.0
"@breeffy/types": ^0.8.0
"@fortawesome/fontawesome-svg-core": ^1.3.0-beta2
"@fortawesome/free-brands-svg-icons": ^6.0.0-beta2
"@fortawesome/free-regular-svg-icons": ^6.0.0-beta2
Expand Down Expand Up @@ -2235,7 +2235,7 @@ __metadata:
languageName: unknown
linkType: soft

"@breeffy/hooks@^0.7.0, @breeffy/hooks@workspace:packages/hooks":
"@breeffy/hooks@^0.8.0, @breeffy/hooks@workspace:packages/hooks":
version: 0.0.0-use.local
resolution: "@breeffy/hooks@workspace:packages/hooks"
dependencies:
Expand All @@ -2248,15 +2248,15 @@ __metadata:
languageName: unknown
linkType: soft

"@breeffy/icons@^0.7.0, @breeffy/icons@workspace:packages/icons":
"@breeffy/icons@^0.8.0, @breeffy/icons@workspace:packages/icons":
version: 0.0.0-use.local
resolution: "@breeffy/icons@workspace:packages/icons"
dependencies:
"@babel/core": ^7.16.0
"@babel/preset-env": ^7.16.0
"@babel/preset-typescript": ^7.16.0
"@breeffy/invariants": ^0.7.0
"@breeffy/utils": ^0.7.0
"@breeffy/invariants": ^0.8.0
"@breeffy/utils": ^0.8.0
"@fortawesome/fontawesome-svg-core": ^1.3.0-beta2
"@testing-library/react-native": ^8.0.0
"@types/humps": =2.0.1
Expand All @@ -2279,7 +2279,7 @@ __metadata:
languageName: unknown
linkType: soft

"@breeffy/invariants@^0.7.0, @breeffy/invariants@workspace:packages/invariants":
"@breeffy/invariants@^0.8.0, @breeffy/invariants@workspace:packages/invariants":
version: 0.0.0-use.local
resolution: "@breeffy/invariants@workspace:packages/invariants"
languageName: unknown
Expand All @@ -2291,7 +2291,7 @@ __metadata:
dependencies:
"@babel/core": ^7.12.9
"@babel/runtime": ^7.12.5
"@breeffy/example": ^0.7.0
"@breeffy/example": ^0.8.0
"@react-native-async-storage/async-storage": =1.15.9
"@react-native-community/eslint-config": ^2.0.0
"@react-navigation/native": =6.0.4
Expand Down Expand Up @@ -2325,7 +2325,7 @@ __metadata:
dependencies:
"@babel/core": ^7.12.9
"@babel/runtime": ^7.12.5
"@breeffy/example": ^0.7.0
"@breeffy/example": ^0.8.0
"@react-native-async-storage/async-storage": =1.15.9
"@react-native-community/eslint-config": ^2.0.0
"@react-navigation/native": =6.0.4
Expand Down Expand Up @@ -2358,7 +2358,7 @@ __metadata:
dependencies:
"@babel/core": ^7.12.9
"@babel/runtime": ^7.12.5
"@breeffy/example": ^0.7.0
"@breeffy/example": ^0.8.0
"@react-native-async-storage/async-storage": =1.15.9
"@react-native-community/eslint-config": ^2.0.0
"@react-navigation/native": =6.0.4
Expand Down Expand Up @@ -2402,9 +2402,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@breeffy/pickers@workspace:packages/pickers"
dependencies:
"@breeffy/invariants": ^0.7.0
"@breeffy/types": ^0.7.0
"@breeffy/utils": ^0.7.0
"@breeffy/invariants": ^0.8.0
"@breeffy/types": ^0.8.0
"@breeffy/utils": ^0.8.0
"@types/luxon": ^1.25.0
"@types/react": ^17.0.26
"@types/react-native": ^0.65.9
Expand All @@ -2423,23 +2423,23 @@ __metadata:
languageName: unknown
linkType: soft

"@breeffy/types-react-native@^0.7.0, @breeffy/types-react-native@workspace:packages/types-react-native":
"@breeffy/types-react-native@^0.8.0, @breeffy/types-react-native@workspace:packages/types-react-native":
version: 0.0.0-use.local
resolution: "@breeffy/types-react-native@workspace:packages/types-react-native"
dependencies:
"@types/react-native": ^0.65.9
languageName: unknown
linkType: soft

"@breeffy/types@^0.7.0, @breeffy/types@workspace:packages/types":
"@breeffy/types@^0.8.0, @breeffy/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@breeffy/types@workspace:packages/types"
dependencies:
"@types/react": ^17.0.33
languageName: unknown
linkType: soft

"@breeffy/utils@^0.7.0, @breeffy/utils@workspace:packages/utils":
"@breeffy/utils@^0.8.0, @breeffy/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@breeffy/utils@workspace:packages/utils"
languageName: unknown
Expand Down

0 comments on commit e4d1231

Please sign in to comment.