Skip to content

Commit

Permalink
chore: version packages (#23)
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 May 18, 2021
1 parent 3d6e99c commit 890503e
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 45 deletions.
13 changes: 0 additions & 13 deletions .changeset/dirty-teachers-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-trainers-give.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/healthy-pets-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-cherries-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-frogs-leave.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/pharos-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ithaka/pharos-cli

## 5.0.1

### Patch Changes

- [#20](https://github.com/ithaka/pharos/pull/20) [`b8581b4`](https://github.com/ithaka/pharos/commit/b8581b4f72309037d0182266571e527a0dec86c5) Thanks [@Niznikr](https://github.com/Niznikr)! - remove component guidelines from Storybook:

- Remove component guidelines from Storybook
- Add links to the guidelines
- Use React versions of components in the guidelines to render properly in Gatsby
- Move Storybook images to the `.storybook` directory

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "5.0.0",
"version": "5.0.1",
"description": "Pharos Web Component Generator",
"preferGlobal": true,
"dependencies": {
Expand Down
24 changes: 24 additions & 0 deletions packages/pharos-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @ithaka/pharos-site

## 5.1.0

### Minor Changes

- [#17](https://github.com/ithaka/pharos/pull/17) [`4dd7f01`](https://github.com/ithaka/pharos/commit/4dd7f010bdad906f0d21dbd35e48378e9bceffd7) Thanks [@Niznikr](https://github.com/Niznikr)! - add layout component:

- Add design tokens for breakpoints and grid gutter
- Add layout component which applies a 12-column grid for a specified layout
- Add Sass mixins for establishing grid styles for the breakpoints
- Add Sass maps for storing column and margin design decisions
- Update example Storybook pages to utilize the component

### Patch Changes

- [#20](https://github.com/ithaka/pharos/pull/20) [`b8581b4`](https://github.com/ithaka/pharos/commit/b8581b4f72309037d0182266571e527a0dec86c5) Thanks [@Niznikr](https://github.com/Niznikr)! - remove component guidelines from Storybook:

- Remove component guidelines from Storybook
- Add links to the guidelines
- Use React versions of components in the guidelines to render properly in Gatsby
- Move Storybook images to the `.storybook` directory

- Updated dependencies [[`b8581b4`](https://github.com/ithaka/pharos/commit/b8581b4f72309037d0182266571e527a0dec86c5), [`3d6e99c`](https://github.com/ithaka/pharos/commit/3d6e99c07bcf4d46062dc781d4e812fa69c22114), [`4dd7f01`](https://github.com/ithaka/pharos/commit/4dd7f010bdad906f0d21dbd35e48378e9bceffd7), [`482ac64`](https://github.com/ithaka/pharos/commit/482ac64ca0bb1876c2fb18d8586caef574a82032), [`8c4bd58`](https://github.com/ithaka/pharos/commit/8c4bd580f4dfb0136764a1030fc3b13c6ab19a58)]:
- @ithaka/pharos@9.1.0

## 5.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pharos-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"access": "public"
},
"description": "Pharos acts as a guiding light to helps us create consistent, dependable and focused experiences for all of JSTOR users.",
"version": "5.0.0",
"version": "5.1.0",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@ithaka/pharos": "^9.0.0",
"@ithaka/pharos": "^9.1.0",
"gatsby": "^3.3.1",
"gatsby-image": "^3.3.0",
"gatsby-plugin-google-tagmanager": "^3.3.0",
Expand Down
27 changes: 27 additions & 0 deletions packages/pharos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @ithaka/pharos

## 9.1.0

### Minor Changes

- [#17](https://github.com/ithaka/pharos/pull/17) [`4dd7f01`](https://github.com/ithaka/pharos/commit/4dd7f010bdad906f0d21dbd35e48378e9bceffd7) Thanks [@Niznikr](https://github.com/Niznikr)! - add layout component:

- Add design tokens for breakpoints and grid gutter
- Add layout component which applies a 12-column grid for a specified layout
- Add Sass mixins for establishing grid styles for the breakpoints
- Add Sass maps for storing column and margin design decisions
- Update example Storybook pages to utilize the component

### Patch Changes

- [#20](https://github.com/ithaka/pharos/pull/20) [`b8581b4`](https://github.com/ithaka/pharos/commit/b8581b4f72309037d0182266571e527a0dec86c5) Thanks [@Niznikr](https://github.com/Niznikr)! - remove component guidelines from Storybook:

- Remove component guidelines from Storybook
- Add links to the guidelines
- Use React versions of components in the guidelines to render properly in Gatsby
- Move Storybook images to the `.storybook` directory

* [#18](https://github.com/ithaka/pharos/pull/18) [`3d6e99c`](https://github.com/ithaka/pharos/commit/3d6e99c07bcf4d46062dc781d4e812fa69c22114) Thanks [@SMQuazi](https://github.com/SMQuazi)! - Update examples for storybook to align with voice and tone

- [#16](https://github.com/ithaka/pharos/pull/16) [`482ac64`](https://github.com/ithaka/pharos/commit/482ac64ca0bb1876c2fb18d8586caef574a82032) Thanks [@Niznikr](https://github.com/Niznikr)! - fix inconsistent unit test

* [#21](https://github.com/ithaka/pharos/pull/21) [`8c4bd58`](https://github.com/ithaka/pharos/commit/8c4bd580f4dfb0136764a1030fc3b13c6ab19a58) Thanks [@michael-iden](https://github.com/michael-iden)! - fix: resize modal to fill available space on mobile browsers

## 9.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.0",
"version": "9.1.0",
"description": "Pharos web components for products and experiences",
"files": [
"lib",
Expand Down

0 comments on commit 890503e

Please sign in to comment.