Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
e7h4n committed Dec 6, 2024
1 parent 6cbad64 commit e1423a7
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/yellow-lies-rush.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rippling/core

## 0.2.0

### Minor Changes

- d9fa790: use monorepo to publish packages
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rippling/core",
"version": "0.1.0",
"version": "0.2.0",
"description": "Rippling Core",
"files": [
"dist"
Expand Down
12 changes: 12 additions & 0 deletions packages/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @rippling/debug

## 0.2.0

### Minor Changes

- d9fa790: use monorepo to publish packages

### Patch Changes

- Updated dependencies [d9fa790]
- @rippling/core@0.2.0
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rippling/debug",
"version": "0.1.0",
"version": "0.2.0",
"description": "Debug utilities for rippling",
"dependencies": {
"@rippling/core": "workspace:^"
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @rippling/react

## 0.2.0

### Minor Changes

- d9fa790: use monorepo to publish packages

### Patch Changes

- Updated dependencies [d9fa790]
- @rippling/core@0.2.0
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rippling/react",
"version": "0.1.0",
"version": "0.2.0",
"description": "Rippling React Hooks",
"repository": {
"type": "git",
Expand Down

0 comments on commit e1423a7

Please sign in to comment.