Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed May 20, 2021
1 parent 360250d commit 55ea866
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 6 deletions.
8 changes: 8 additions & 0 deletions 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.

## [2.0.1](https://github.com/nandorojo/expo-theme-ui/compare/v2.0.0-alpha.0...v2.0.1) (2021-05-20)

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





# [2.0.0-alpha.0](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.18...v2.0.0-alpha.0) (2021-05-19)


Expand Down
8 changes: 8 additions & 0 deletions examples/next-example/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.

## [2.0.1](https://github.com/nandorojo/dripsy/compare/v2.0.0-alpha.0...v2.0.1) (2021-05-20)

**Note:** Version bump only for package next-dripsy-example





# [2.0.0-alpha.0](https://github.com/nandorojo/dripsy/compare/v1.5.18...v2.0.0-alpha.0) (2021-05-19)

**Note:** Version bump only for package next-dripsy-example
Expand Down
2 changes: 1 addition & 1 deletion examples/next-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-dripsy-example",
"version": "2.0.0-alpha.0",
"version": "2.0.1",
"main": "__generated__/AppEntry.js",
"dependencies": {
"expo": "^40.0.0",
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0",
"version": "2.0.1",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [2.0.1](https://github.com/nandorojo/expo-theme-ui/compare/v2.0.0-alpha.0...v2.0.1) (2021-05-20)

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





# [2.0.0-alpha.0](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.18...v2.0.0-alpha.0) (2021-05-19)


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": "2.0.0",
"version": "2.0.1",
"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.

## [2.0.1](https://github.com/nandorojo/expo-theme-ui/compare/v2.0.0-alpha.0...v2.0.1) (2021-05-20)

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





# [2.0.0-alpha.0](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.18...v2.0.0-alpha.0) (2021-05-19)

**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": "2.0.0",
"version": "2.0.1",
"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.1.2"
},
"dependencies": {
"@dripsy/core": "^2.0.0-alpha.0+91dab9a"
"@dripsy/core": "^2.0.1"
},
"sideEffects": false,
"gitHead": "91dab9a6451426a33622298670f81aace13f284c"
Expand Down

0 comments on commit 55ea866

Please sign in to comment.