Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-kallavus committed Oct 7, 2021
1 parent 8dc88ad commit 2a7a7ef
Show file tree
Hide file tree
Showing 37 changed files with 310 additions and 130 deletions.
19 changes: 19 additions & 0 deletions next-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-accordion@7.5.2
- @heathmont/moon-assets@7.5.2
- @heathmont/moon-charts@7.5.2
- @heathmont/moon-components@7.5.2
- @heathmont/moon-core@7.5.2
- @heathmont/moon-draggabletable@7.5.2
- @heathmont/moon-icons@7.5.2
- @heathmont/moon-pagination@7.5.2
- @heathmont/moon-popover@7.5.2
- @heathmont/moon-table@7.5.2
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions next-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-docs",
"version": "7.5.1",
"version": "7.5.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,18 +9,18 @@
},
"dependencies": {
"@headlessui/react": "1.2.0",
"@heathmont/moon-accordion": "workspace:^7.5.1",
"@heathmont/moon-assets": "workspace:^7.5.1",
"@heathmont/moon-charts": "workspace:^7.5.1",
"@heathmont/moon-components": "workspace:^7.5.1",
"@heathmont/moon-core": "workspace:^7.5.1",
"@heathmont/moon-draggabletable": "workspace:^7.5.1",
"@heathmont/moon-icons": "workspace:^7.5.1",
"@heathmont/moon-pagination": "workspace:^7.5.1",
"@heathmont/moon-popover": "workspace:^7.5.1",
"@heathmont/moon-table": "workspace:^7.5.1",
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1",
"@heathmont/moon-accordion": "workspace:^7.5.2",
"@heathmont/moon-assets": "workspace:^7.5.2",
"@heathmont/moon-charts": "workspace:^7.5.2",
"@heathmont/moon-components": "workspace:^7.5.2",
"@heathmont/moon-core": "workspace:^7.5.2",
"@heathmont/moon-draggabletable": "workspace:^7.5.2",
"@heathmont/moon-icons": "workspace:^7.5.2",
"@heathmont/moon-pagination": "workspace:^7.5.2",
"@heathmont/moon-popover": "workspace:^7.5.2",
"@heathmont/moon-table": "workspace:^7.5.2",
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2",
"@types/react": "16.9.9",
"@types/styled-components": "5.1.7",
"autoprefixer": "10.2.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-components@7.5.2
- @heathmont/moon-icons@7.5.2
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-accordion",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"files": [
"lib"
],
Expand All @@ -21,10 +21,10 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-components": "workspace:^7.5.1",
"@heathmont/moon-icons": "workspace:^7.5.1",
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1"
"@heathmont/moon-components": "workspace:^7.5.2",
"@heathmont/moon-icons": "workspace:^7.5.2",
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2"
},
"peerDependencies": {
"react": ">= 16.10.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-assets",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"files": [
"lib"
],
Expand Down Expand Up @@ -37,8 +37,8 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1"
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2"
},
"peerDependencies": {
"react": ">= 16.10.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-components@7.5.2
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-calendar",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"files": [
"lib"
],
Expand All @@ -21,9 +21,9 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-components": "workspace:^7.5.1",
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1",
"@heathmont/moon-components": "workspace:^7.5.2",
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2",
"@types/date-fns": "2.6.0",
"date-fns": "2.15.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-assets@7.5.2
- @heathmont/moon-components@7.5.2
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-charts",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"files": [
"lib"
],
Expand All @@ -21,10 +21,10 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-assets": "workspace:^7.5.1",
"@heathmont/moon-components": "workspace:^7.5.1",
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1",
"@heathmont/moon-assets": "workspace:^7.5.2",
"@heathmont/moon-components": "workspace:^7.5.2",
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2",
"@types/react-simple-maps": "1.0.3",
"@types/react-transition-group": "4.4.0",
"react-simple-maps": "2.3.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-assets@7.5.2
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-components",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"files": [
"lib"
],
Expand All @@ -21,9 +21,9 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-assets": "workspace:^7.5.1",
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1",
"@heathmont/moon-assets": "workspace:^7.5.2",
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2",
"@reach/dialog": "0.11.2",
"@types/date-fns": "2.6.0",
"date-fns": "2.15.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-components@7.5.2
- @heathmont/moon-icons@7.5.2
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-core",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"files": [
"lib"
],
Expand All @@ -21,10 +21,10 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-components": "workspace:^7.5.1",
"@heathmont/moon-icons": "workspace:^7.5.1",
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1",
"@heathmont/moon-components": "workspace:^7.5.2",
"@heathmont/moon-icons": "workspace:^7.5.2",
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2",
"@reach/listbox": "^0.16.1",
"polished": "^4.1.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/draggabletable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-components@7.5.2
- @heathmont/moon-table@7.5.2
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/draggabletable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-draggabletable",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"files": [
"lib"
],
Expand All @@ -21,10 +21,10 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-components": "workspace:^7.5.1",
"@heathmont/moon-table": "workspace:^7.5.1",
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1",
"@heathmont/moon-components": "workspace:^7.5.2",
"@heathmont/moon-table": "workspace:^7.5.2",
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2",
"@types/react-table": "7.0.23",
"immutability-helper": "^3.1.1",
"polished": "4.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci

## 7.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-fonts",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"main": "lib/index.js",
"module": "lib/es/index.js",
"typings": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 7.5.2

### Patch Changes

- Circleci
- Updated dependencies [undefined]
- @heathmont/moon-themes@7.5.2
- @heathmont/moon-utils@7.5.2

## 7.5.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/global/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-global",
"sideEffects": false,
"version": "7.5.1",
"version": "7.5.2",
"files": [
"lib"
],
Expand All @@ -21,8 +21,8 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-themes": "workspace:^7.5.1",
"@heathmont/moon-utils": "workspace:^7.5.1"
"@heathmont/moon-themes": "workspace:^7.5.2",
"@heathmont/moon-utils": "workspace:^7.5.2"
},
"peerDependencies": {
"react": ">= 16.10.2",
Expand Down
Loading

0 comments on commit 2a7a7ef

Please sign in to comment.