Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Sep 14, 2022
1 parent 358ea61 commit e6e8087
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.8.0](https://github.com/nandorojo/dripsy/compare/v3.7.4...v3.8.0) (2022-09-14)


### Bug Fixes

* add types for `ElementRef` support ([211e09c](https://github.com/nandorojo/dripsy/commit/211e09ca7125df60cb69ae74f1cff54d8094e12a))





## [3.7.3](https://github.com/nandorojo/dripsy/compare/v3.7.2...v3.7.3) (2022-09-13)

**Note:** Version bump only for package dripsy
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.7.3",
"version": "3.8.0",
"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.8.0](https://github.com/nandorojo/dripsy/compare/v3.7.4...v3.8.0) (2022-09-14)


### Bug Fixes

* add types for `ElementRef` support ([211e09c](https://github.com/nandorojo/dripsy/commit/211e09ca7125df60cb69ae74f1cff54d8094e12a))





## [3.7.3](https://github.com/nandorojo/dripsy/compare/v3.7.2...v3.7.3) (2022-09-13)

**Note:** Version bump only for package @dripsy/core
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.7.4",
"version": "3.8.0",
"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.8.0](https://github.com/nandorojo/dripsy/compare/v3.7.4...v3.8.0) (2022-09-14)

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





## [3.7.3](https://github.com/nandorojo/dripsy/compare/v3.7.2...v3.7.3) (2022-09-13)

**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.7.4",
"version": "3.8.0",
"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.7.3"
"@dripsy/core": "^3.8.0"
},
"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.8.0](https://github.com/nandorojo/dripsy/compare/v3.7.4...v3.8.0) (2022-09-14)

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





## [3.7.3](https://github.com/nandorojo/dripsy/compare/v3.7.2...v3.7.3) (2022-09-13)

**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.7.4",
"version": "3.8.0",
"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.7.3",
"@dripsy/core": "^3.8.0",
"stable-hash": "^0.0.2"
},
"peerDependencies": {
Expand Down

0 comments on commit e6e8087

Please sign in to comment.