Skip to content

Commit

Permalink
Version Packages (#318)
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
khan-actions-bot and github-actions[bot] authored Jul 11, 2022
1 parent 4a2bca5 commit 87ea912
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/and-this-too.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jeff-wrote-this.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-terms-care.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/wonder-stuff-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/wonder-stuff-core

## 0.2.0

### Minor Changes

- 4a2bca5: Add `entries` method as strongly-typed alternative to `Object.entries`
- 0a7b461: Add `keys` method as strongly-typed alternative to `Object.keys`
- e7e3b5f: Add `values` method as strongly-typed alternative to `Object.values`

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@khanacademy/wonder-stuff-core",
"version": "0.1.3",
"version": "0.2.0",
"description": "Core APIs for doing useful things that most things want to do",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/wonder-stuff-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/wonder-stuff-sentry

## 0.2.3

### Patch Changes

- Updated dependencies [4a2bca5]
- Updated dependencies [0a7b461]
- Updated dependencies [e7e3b5f]
- @khanacademy/wonder-stuff-core@0.2.0

## 0.2.2

## 0.2.1
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@khanacademy/wonder-stuff-sentry",
"version": "0.2.2",
"version": "0.2.3",
"description": "Sentry integration support",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -12,7 +12,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^0.1.3"
"@khanacademy/wonder-stuff-core": "^0.2.0"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.5"
Expand Down
10 changes: 10 additions & 0 deletions packages/wonder-stuff-server-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/wonder-stuff-server-google

## 1.0.0

### Patch Changes

- Updated dependencies [4a2bca5]
- Updated dependencies [0a7b461]
- Updated dependencies [e7e3b5f]
- @khanacademy/wonder-stuff-core@0.2.0
- @khanacademy/wonder-stuff-server@1.0.0

## 0.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/wonder-stuff-server-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=12"
},
"name": "@khanacademy/wonder-stuff-server-google",
"version": "0.0.3",
"version": "1.0.0",
"description": "APIs for doing useful things in node servers for Google Cloud",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -24,8 +24,8 @@
"@google-cloud/logging-winston": "^4.1.1",
"@google-cloud/profiler": "^4.1.7",
"@google-cloud/trace-agent": "^5.1.6",
"@khanacademy/wonder-stuff-core": "^0.1.3",
"@khanacademy/wonder-stuff-server": "^0.0.3",
"@khanacademy/wonder-stuff-core": "^0.2.0",
"@khanacademy/wonder-stuff-server": "^1.0.0",
"express": "^4.17.2",
"express-winston": "^4.2.0",
"winston": "^3.4.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/wonder-stuff-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/wonder-stuff-server

## 1.0.0

### Patch Changes

- Updated dependencies [4a2bca5]
- Updated dependencies [0a7b461]
- Updated dependencies [e7e3b5f]
- @khanacademy/wonder-stuff-core@0.2.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=12"
},
"name": "@khanacademy/wonder-stuff-server",
"version": "0.0.3",
"version": "1.0.0",
"description": "APIs for doing useful things in node servers",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -20,7 +20,7 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@khanacademy/wonder-stuff-core": "^0.1.3",
"@khanacademy/wonder-stuff-core": "^0.2.0",
"express": "^4.17.2",
"express-winston": "^4.2.0",
"winston": "^3.4.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/wonder-stuff-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/wonder-stuff-testing

## 1.0.0

### Patch Changes

- Updated dependencies [4a2bca5]
- Updated dependencies [0a7b461]
- Updated dependencies [e7e3b5f]
- @khanacademy/wonder-stuff-core@0.2.0

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wonder-stuff-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@khanacademy/wonder-stuff-testing",
"version": "0.0.4",
"version": "1.0.0",
"description": "Utilities for use in testing",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"ws-dev-build-settings": "^0.0.5"
},
"peerDependencies": {
"@khanacademy/wonder-stuff-core": "^0.1.3"
"@khanacademy/wonder-stuff-core": "^0.2.0"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down

0 comments on commit 87ea912

Please sign in to comment.