diff --git a/CHANGELOG.md b/CHANGELOG.md index 43af4ae8..f81efb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 030d076f..b3c3af98 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.5.2", + "version": "3.5.3", "command": { "publish": { "allowBranch": "master", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2cc04bf9..095033fe 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index 35e73145..16d75a52 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/dripsy/CHANGELOG.md b/packages/dripsy/CHANGELOG.md index 7eacae3d..3dcc38b0 100644 --- a/packages/dripsy/CHANGELOG.md +++ b/packages/dripsy/CHANGELOG.md @@ -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 diff --git a/packages/dripsy/package.json b/packages/dripsy/package.json index e3f96581..90bb57de 100644 --- a/packages/dripsy/package.json +++ b/packages/dripsy/package.json @@ -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", @@ -78,7 +78,7 @@ "typescript": "^4.4.3" }, "dependencies": { - "@dripsy/core": "^3.5.2" + "@dripsy/core": "^3.5.3" }, "sideEffects": false, "gitHead": "eac555a1ad8ba89f63680f8d3408accf57ef48a6" diff --git a/packages/gradient/CHANGELOG.md b/packages/gradient/CHANGELOG.md index 9222c9d5..79c37d2c 100644 --- a/packages/gradient/CHANGELOG.md +++ b/packages/gradient/CHANGELOG.md @@ -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 diff --git a/packages/gradient/package.json b/packages/gradient/package.json index 76254d5e..3aa6af95 100644 --- a/packages/gradient/package.json +++ b/packages/gradient/package.json @@ -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", @@ -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" },