Skip to content

Commit

Permalink
Version Packages (#1236)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 22, 2020
1 parent 2807fcf commit a649ef0
Show file tree
Hide file tree
Showing 19 changed files with 108 additions and 43 deletions.
13 changes: 0 additions & 13 deletions .changeset/sweet-pumas-float.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mock-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hackoregon/mock-wrapper

## 3.0.1
### Patch Changes

- c3687192: Added prepublish scripts
2 changes: 1 addition & 1 deletion packages/mock-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackoregon/mock-wrapper",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple way to wrap a project as if it is in a year package",
"main": "dist/index.js",
"modules": "es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui-brand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @hackoregon/ui-brand

## 0.0.5
### Patch Changes

- c3687192: Added prepublish scripts
- Updated dependencies [c3687192]
- @hackoregon/ui-themes@0.0.5
- @hackoregon/utils@0.0.5
8 changes: 4 additions & 4 deletions packages/ui-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hackoregon/ui-brand",
"sideEffects": false,
"version": "0.0.4",
"version": "0.0.5",
"description": "Brand assets for CIVIC",
"main": "dist/index.js",
"modules": "es/index.js",
Expand All @@ -25,7 +25,7 @@
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/register": "^7.0.0",
"@hackoregon/ui-docs": "^0.0.4",
"@hackoregon/ui-docs": "^0.0.5",
"@storybook/addon-a11y": "^6.0.21",
"@storybook/react": "^6.0.21",
"chai": "^4.2.0",
Expand All @@ -43,8 +43,8 @@
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@hackoregon/ui-themes": "^0.0.4",
"@hackoregon/utils": "^0.0.4",
"@hackoregon/ui-themes": "^0.0.5",
"@hackoregon/utils": "^0.0.5",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4"
Expand Down
11 changes: 11 additions & 0 deletions packages/ui-cards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @hackoregon/ui-cards

## 0.0.5
### Patch Changes

- c3687192: Added prepublish scripts
- Updated dependencies [c3687192]
- @hackoregon/ui-brand@0.0.5
- @hackoregon/ui-core@0.0.5
- @hackoregon/ui-themes@0.0.5
- @hackoregon/utils@0.0.5
12 changes: 6 additions & 6 deletions packages/ui-cards/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hackoregon/ui-cards",
"sideEffects": false,
"version": "0.0.4",
"version": "0.0.5",
"description": "Common library for CIVIC non-map components",
"main": "dist/index.js",
"modules": "es/index.js",
Expand All @@ -26,7 +26,7 @@
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/register": "^7.0.0",
"@hackoregon/ui-charts": "^0.0.4",
"@hackoregon/ui-charts": "^0.0.5",
"@storybook/addon-a11y": "^6.0.21",
"@storybook/react": "^6.0.21",
"chai": "^4.2.0",
Expand All @@ -44,10 +44,10 @@
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@hackoregon/ui-brand": "^0.0.4",
"@hackoregon/ui-core": "^0.0.4",
"@hackoregon/ui-themes": "^0.0.4",
"@hackoregon/utils": "^0.0.4",
"@hackoregon/ui-brand": "^0.0.5",
"@hackoregon/ui-core": "^0.0.5",
"@hackoregon/ui-themes": "^0.0.5",
"@hackoregon/utils": "^0.0.5",
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.4.1",
"@material-ui/styles": "^4.3.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/ui-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @hackoregon/ui-charts

## 0.0.5
### Patch Changes

- c3687192: Added prepublish scripts
- Updated dependencies [c3687192]
- @hackoregon/ui-brand@0.0.5
- @hackoregon/ui-themes@0.0.5
- @hackoregon/utils@0.0.5
8 changes: 4 additions & 4 deletions packages/ui-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackoregon/ui-charts",
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,
"description": "Common library for CIVIC chart components",
"main": "dist/index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@hackoregon/ui-brand": "^0.0.4",
"@hackoregon/ui-themes": "^0.0.4",
"@hackoregon/utils": "^0.0.4",
"@hackoregon/ui-brand": "^0.0.5",
"@hackoregon/ui-themes": "^0.0.5",
"@hackoregon/utils": "^0.0.5",
"emotion-theming": "^10.0.14",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @hackoregon/ui-core

## 0.0.5
### Patch Changes

- c3687192: Added prepublish scripts
- Updated dependencies [c3687192]
- @hackoregon/ui-themes@0.0.5
- @hackoregon/utils@0.0.5
6 changes: 3 additions & 3 deletions packages/ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackoregon/ui-core",
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,
"description": "Common library for CIVIC non-map components",
"main": "dist/index.js",
Expand Down Expand Up @@ -60,8 +60,8 @@
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@hackoregon/ui-themes": "^0.0.4",
"@hackoregon/utils": "^0.0.4",
"@hackoregon/ui-themes": "^0.0.5",
"@hackoregon/utils": "^0.0.5",
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.4.1",
"@material-ui/styles": "^4.3.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @hackoregon/ui-docs

## 0.0.5
### Patch Changes

- c3687192: Added prepublish scripts
- Updated dependencies [c3687192]
- @hackoregon/ui-brand@0.0.5
- @hackoregon/ui-themes@0.0.5
8 changes: 4 additions & 4 deletions packages/ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackoregon/ui-docs",
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,
"description": "Common library for CIVIC UI documentation, including style guides",
"main": "dist/index.js",
Expand All @@ -25,16 +25,16 @@
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@hackoregon/ui-brand": "^0.0.4",
"@hackoregon/ui-brand": "^0.0.5",
"@storybook/addon-a11y": "^6.0.21",
"@storybook/react": "^6.0.21",
"eslint": "^5.15.1",
"mocha": "^6.0.2",
"rimraf": "^2.6.2"
},
"dependencies": {
"@hackoregon/ui-brand": "^0.0.4",
"@hackoregon/ui-themes": "^0.0.4",
"@hackoregon/ui-brand": "^0.0.5",
"@hackoregon/ui-themes": "^0.0.5",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/ui-maps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @hackoregon/ui-maps

## 0.0.5
### Patch Changes

- c3687192: Added prepublish scripts
- Updated dependencies [c3687192]
- @hackoregon/ui-brand@0.0.5
- @hackoregon/ui-charts@0.0.5
- @hackoregon/ui-core@0.0.5
- @hackoregon/ui-themes@0.0.5
- @hackoregon/utils@0.0.5
12 changes: 6 additions & 6 deletions packages/ui-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackoregon/ui-maps",
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,
"description": "Common library for CIVIC map components",
"main": "dist/index.js",
Expand Down Expand Up @@ -45,11 +45,11 @@
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@hackoregon/ui-brand": "^0.0.4",
"@hackoregon/ui-charts": "^0.0.4",
"@hackoregon/ui-core": "^0.0.4",
"@hackoregon/ui-themes": "^0.0.4",
"@hackoregon/utils": "^0.0.4",
"@hackoregon/ui-brand": "^0.0.5",
"@hackoregon/ui-charts": "^0.0.5",
"@hackoregon/ui-core": "^0.0.5",
"@hackoregon/ui-themes": "^0.0.5",
"@hackoregon/utils": "^0.0.5",
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.4.1",
"@material-ui/styles": "^4.3.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hackoregon/ui-themes

## 0.0.5
### Patch Changes

- c3687192: Added prepublish scripts
2 changes: 1 addition & 1 deletion packages/ui-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackoregon/ui-themes",
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,
"description": "Common library for CIVIC theme components",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @hackoregon/utils

## 0.0.5
### Patch Changes

- c3687192: Added prepublish scripts
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackoregon/utils",
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,
"description": "Common utils for CIVIC",
"main": "dist/index.js",
Expand Down

0 comments on commit a649ef0

Please sign in to comment.