Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - docs@0.3.4
 - @espressive/cascara@0.3.4
 - @espressive/babel-preset-espressive@0.2.4
 - @espressive/eslint-config@1.0.0
 - @espressive/legacy-css@2.0.3
  • Loading branch information
brianespinosa committed Mar 2, 2021
1 parent e09ffab commit 8c42b88
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"scripts": {
"start": "next-remote-watch ../packages/cascara",
Expand Down
4 changes: 2 additions & 2 deletions packages/cascara/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@espressive/cascara",
"version": "0.3.3",
"version": "0.3.4",
"repository": {
"type": "git",
"url": "ssh://git@github.com:Espressive/cascara.git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"reakit": "next"
},
"devDependencies": {
"@espressive/legacy-css": "^2.0.2",
"@espressive/legacy-css": "^2.0.3",
"mutationobserver-shim": "0.3.7",
"prop-types": "15.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/babel-preset-espressive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@espressive/babel-preset-espressive",
"version": "0.2.3",
"version": "0.2.4",
"description": "Babel preset used by Espressive",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion utils/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@espressive/eslint-config",
"version": "0.2.2",
"version": "1.0.0",
"description": "Eslint config used by Espressive",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion utils/legacy-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@espressive/legacy-css",
"version": "2.0.2",
"version": "2.0.3",
"description": "Legacy custom compiled CSS for Espressive",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8c42b88

Please sign in to comment.