Skip to content

Commit

Permalink
ci: Version Packages (#230)
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
propeldata-ci and github-actions[bot] authored Sep 11, 2024
1 parent 276602c commit ec2515e
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-snails-scream.md

This file was deleted.

8 changes: 8 additions & 0 deletions app/examples/react-16/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-16

## 0.1.15

### Patch Changes

- Updated dependencies [276602c]
- @propeldata/ui-kit@0.10.0
- dashboard-example@5.0.0

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion app/examples/react-16/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-16",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start"
Expand Down
6 changes: 6 additions & 0 deletions app/examples/react-17/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-17

## 0.1.15

### Patch Changes

- dashboard-example@5.0.0

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion app/examples/react-17/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-17",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start"
Expand Down
8 changes: 8 additions & 0 deletions app/examples/react-18/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-18

## 0.1.15

### Patch Changes

- Updated dependencies [276602c]
- @propeldata/ui-kit@0.10.0
- dashboard-example@5.0.0

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion app/examples/react-18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-18",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start"
Expand Down
7 changes: 7 additions & 0 deletions packages/examples/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dashboard-example

## 5.0.0

### Patch Changes

- Updated dependencies [276602c]
- @propeldata/ui-kit@0.10.0

## 4.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard-example",
"version": "4.0.0",
"version": "5.0.0",
"private": true,
"license": "MIT",
"source": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @propeldata/ui-kit

## 0.10.0

### Minor Changes

- 276602c: Added new TimeGrainPicker component

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@propeldata/ui-kit",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit ec2515e

Please sign in to comment.