Skip to content

Commit

Permalink
Version Packages (#330)
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 14, 2022
1 parent 753b193 commit c836358
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-shirts-switch.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- 753b193: Broaden typing for keys/values/entries methods

## 1.0.0

### Major 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 @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core APIs for doing useful things that most things want to do",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-stuff-sentry

## 1.0.1

### Patch Changes

- Updated dependencies [753b193]
- @khanacademy/wonder-stuff-core@1.0.1

## 1.0.0

### Major Changes
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 @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-sentry",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sentry integration support",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/wonder-stuff-core": "^1.0.0"
"@khanacademy/wonder-stuff-core": "^1.0.1"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.5"
Expand Down
8 changes: 8 additions & 0 deletions packages/wonder-stuff-server-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/wonder-stuff-server-google

## 2.0.1

### Patch Changes

- Updated dependencies [753b193]
- @khanacademy/wonder-stuff-core@1.0.1
- @khanacademy/wonder-stuff-server@2.0.1

## 2.0.0

### Major 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": ">=16"
},
"name": "@khanacademy/wonder-stuff-server-google",
"version": "2.0.0",
"version": "2.0.1",
"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": "^1.0.0",
"@khanacademy/wonder-stuff-server": "^2.0.0",
"@khanacademy/wonder-stuff-core": "^1.0.1",
"@khanacademy/wonder-stuff-server": "^2.0.1",
"express": "^4.17.2",
"express-winston": "^4.2.0",
"winston": "^3.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-stuff-server

## 2.0.1

### Patch Changes

- Updated dependencies [753b193]
- @khanacademy/wonder-stuff-core@1.0.1

## 2.0.0

### Major 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": ">=16"
},
"name": "@khanacademy/wonder-stuff-server",
"version": "2.0.0",
"version": "2.0.1",
"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": "^1.0.0",
"@khanacademy/wonder-stuff-core": "^1.0.1",
"express": "^4.17.2",
"express-winston": "^4.2.0",
"winston": "^3.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/wonder-stuff-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/wonder-stuff-testing

## 2.0.1

### Patch Changes

- Updated dependencies [753b193]
- @khanacademy/wonder-stuff-core@1.0.1

## 2.0.0

### Major 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 @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-testing",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utilities for use in testing",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"ws-dev-build-settings": "^0.0.5"
},
"peerDependencies": {
"@khanacademy/wonder-stuff-core": "^1.0.0"
"@khanacademy/wonder-stuff-core": "^1.0.1"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down

0 comments on commit c836358

Please sign in to comment.