Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Nov 13, 2021
1 parent 0938044 commit f0cd732
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/nandorojo/dripsy/compare/v3.5.2...v3.5.3) (2021-11-13)


### Bug Fixes

* loose variants work now? ([0938044](https://github.com/nandorojo/dripsy/commit/0938044c436fa5321cab080c648f97a29eda0bdc))





## [3.5.2](https://github.com/nandorojo/dripsy/compare/v3.5.1-alpha.0...v3.5.2) (2021-11-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.5.2",
"version": "3.5.3",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/nandorojo/dripsy/compare/v3.5.2...v3.5.3) (2021-11-13)


### Bug Fixes

* loose variants work now? ([0938044](https://github.com/nandorojo/dripsy/commit/0938044c436fa5321cab080c648f97a29eda0bdc))





## [3.5.2](https://github.com/nandorojo/dripsy/compare/v3.5.1-alpha.0...v3.5.2) (2021-11-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dripsy/core",
"version": "3.5.2",
"version": "3.5.3",
"description": "🍷 A super-simple responsive design system for React Native Web.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/dripsy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/nandorojo/dripsy/compare/v3.5.2...v3.5.3) (2021-11-13)

**Note:** Version bump only for package dripsy





## [3.5.2](https://github.com/nandorojo/dripsy/compare/v3.5.1-alpha.0...v3.5.2) (2021-11-12)

**Note:** Version bump only for package dripsy
Expand Down
4 changes: 2 additions & 2 deletions packages/dripsy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dripsy",
"version": "3.5.2",
"version": "3.5.3",
"description": "🍷 A super-simple responsive design system for React Native Web.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -78,7 +78,7 @@
"typescript": "^4.4.3"
},
"dependencies": {
"@dripsy/core": "^3.5.2"
"@dripsy/core": "^3.5.3"
},
"sideEffects": false,
"gitHead": "eac555a1ad8ba89f63680f8d3408accf57ef48a6"
Expand Down
8 changes: 8 additions & 0 deletions packages/gradient/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/nandorojo/dripsy/compare/v3.5.2...v3.5.3) (2021-11-13)

**Note:** Version bump only for package @dripsy/gradient





## [3.5.2](https://github.com/nandorojo/dripsy/compare/v3.5.1-alpha.0...v3.5.2) (2021-11-12)

**Note:** Version bump only for package @dripsy/gradient
Expand Down
4 changes: 2 additions & 2 deletions packages/gradient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dripsy/gradient",
"version": "3.5.2",
"version": "3.5.3",
"description": "Linear gradient component for dripsy",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
]
},
"dependencies": {
"@dripsy/core": "^3.5.2",
"@dripsy/core": "^3.5.3",
"expo-linear-gradient": "^10.0.3",
"stable-hash": "^0.0.2"
},
Expand Down

1 comment on commit f0cd732

@vercel
Copy link

@vercel vercel bot commented on f0cd732 Nov 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.