Skip to content

Commit

Permalink
Version Packages (#193)
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 3, 2024
1 parent 87ff32e commit bc93c47
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/six-zoos-check.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- 87ff32e: Fixes various issues on the Flex, BackToTop, spacing, and Text components. Creates a useBreakpoints hook, and refactors BreakpointSnipe to use it.

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"license": "MIT"
}
8 changes: 8 additions & 0 deletions packages/wethegit-components-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wethegit/components-cli

## 3.0.6

### Patch Changes

- 87ff32e: Fixes various issues on the Flex, BackToTop, spacing, and Text components. Creates a useBreakpoints hook, and refactors BreakpointSnipe to use it.
- Updated dependencies [87ff32e]
- @wethegit/components@2.3.6

## 3.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wethegit-components-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wethegit/components-cli",
"version": "3.0.5",
"version": "3.0.6",
"type": "module",
"license": "MIT",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -46,6 +46,6 @@
"ts-morph": "^20.0.0"
},
"peerDependencies": {
"@wethegit/components": "2.3.5"
"@wethegit/components": "2.3.6"
}
}
6 changes: 6 additions & 0 deletions packages/wethegit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wethegit/components

## 2.3.6

### Patch Changes

- 87ff32e: Fixes various issues on the Flex, BackToTop, spacing, and Text components. Creates a useBreakpoints hook, and refactors BreakpointSnipe to use it.

## 2.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wethegit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wethegit/components",
"version": "2.3.5",
"version": "2.3.6",
"main": "./src/index.ts",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit bc93c47

Please sign in to comment.