Skip to content

Commit

Permalink
Merge branch 'nk/publishing_npm' of github.com:TheBuilderDAO/kafe int…
Browse files Browse the repository at this point in the history
…o nk/publishing_npm
  • Loading branch information
Necmttn committed Apr 12, 2022
2 parents c4a8c3e + f5a024a commit 416a614
Show file tree
Hide file tree
Showing 26 changed files with 113 additions and 34 deletions.
16 changes: 0 additions & 16 deletions .changeset/nine-buses-sin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-insects-pretend.md

This file was deleted.

14 changes: 14 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# web

## 0.0.3

### Patch Changes

- 998fd8f: Fix Build
- 89996e0: fix the built
- Updated dependencies [998fd8f]
- @builderdao/apis@0.0.5
- @builderdao/cli@0.0.6
- @builderdao/data@0.0.4
- @builderdao/md-utils@0.0.4
- @builderdao/ui@0.0.4
- @builderdao/use-program-tutorial@0.0.2

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"predev": "rimraf ./public/tutorials && ln -sf ../../../tutorials ./public/tutorials",
Expand Down
7 changes: 7 additions & 0 deletions dao-programs/programs/tutorial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @builderdao/program-tutorial

## 0.0.6

### Patch Changes

- 998fd8f: Fix Build
- 89996e0: fix the built

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dao-programs/programs/tutorial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/program-tutorial",
"version": "0.0.5",
"version": "0.0.6",
"description": "BuilderDAO SDK for interacting with the DAO program",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/apis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @builderdao/apis

## 0.0.5

### Patch Changes

- 998fd8f: Fix Build
- Updated dependencies [998fd8f]
- Updated dependencies [89996e0]
- @builderdao/program-tutorial@0.0.6

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/apis",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @builderdao/cli

## 0.0.6

### Patch Changes

- 998fd8f: Fix Build
- Updated dependencies [998fd8f]
- Updated dependencies [89996e0]
- @builderdao/program-tutorial@0.0.6
- @builderdao/apis@0.0.5
- @builderdao/data@0.0.4
- @builderdao/md-utils@0.0.4

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"types": "./dist/index.d.ts",
"source": "./src/cli.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @builderdao/config

## 0.0.4

### Patch Changes

- 998fd8f: Fix Build

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/config",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"license": "MIT",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @builderdao/data

## 0.0.4

### Patch Changes

- 998fd8f: Fix Build

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/data",
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/md-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @builderdao/md-formatter

## 0.0.4

### Patch Changes

- 998fd8f: Fix Build
- Updated dependencies [998fd8f]
- @builderdao/cli@0.0.6

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/md-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/md-formatter",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"types": "./dist/cli.d.ts",
"source": "./src/cli.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/md-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @builderdao/md-utils

## 0.0.4

### Patch Changes

- 998fd8f: Fix Build

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/md-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/md-utils",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @builderdao/migration

## 0.0.3

### Patch Changes

- 998fd8f: Fix Build
- Updated dependencies [998fd8f]
- Updated dependencies [89996e0]
- @builderdao/program-tutorial@0.0.6
- @builderdao/apis@0.0.5
- @builderdao/data@0.0.4

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/migration",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @builderdao/tsconfig

## 0.0.4

### Patch Changes

- 998fd8f: Fix Build

## 0.0.3

### 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": "@builderdao/tsconfig",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"main": "index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @builderdao/ui

## 0.0.4

### Patch Changes

- 998fd8f: Fix Build

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/ui",
"version": "0.0.3",
"version": "0.0.4",
"main": "./src/index.tsx",
"types": "./src/index.tsx",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/use-program-tutorial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @builderdao/use-program-tutorial

## 0.0.2

### Patch Changes

- 998fd8f: Fix Build
- Updated dependencies [998fd8f]
- Updated dependencies [89996e0]
- @builderdao/program-tutorial@0.0.6
2 changes: 1 addition & 1 deletion packages/use-program-tutorial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderdao/use-program-tutorial",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 416a614

Please sign in to comment.