Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2023
1 parent 4538fa2 commit c5bc5e0
Show file tree
Hide file tree
Showing 19 changed files with 75 additions and 31 deletions.
11 changes: 0 additions & 11 deletions .changeset/fifty-grapes-guess.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/long-otters-push.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/old-ways-do.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/olive-humans-remain.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/proud-mugs-applaud.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-khan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khanacademy/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
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.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

## 1.0.2

### 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 @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-core",
"version": "1.0.2",
"version": "1.1.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
6 changes: 6 additions & 0 deletions packages/wonder-stuff-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/wonder-stuff-i18n

## 2.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-i18n",
"version": "2.0.1",
"version": "2.1.0",
"description": "i18n tools and Webpack plugin.",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/wonder-stuff-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @khanacademy/wonder-stuff-sentry

## 1.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- Updated dependencies [4538fa2]
- @khanacademy/wonder-stuff-core@1.1.0

## 1.0.2

### Patch 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.2",
"version": "1.1.0",
"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.2"
"@khanacademy/wonder-stuff-core": "^1.1.0"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.5"
Expand Down
12 changes: 12 additions & 0 deletions packages/wonder-stuff-server-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @khanacademy/wonder-stuff-server-google

## 3.0.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- Updated dependencies [4538fa2]
- @khanacademy/wonder-stuff-server@3.0.0
- @khanacademy/wonder-stuff-core@1.1.0

## 2.0.2

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

## 3.0.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- Updated dependencies [4538fa2]
- @khanacademy/wonder-stuff-core@1.1.0

## 2.0.2

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

## 3.0.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- Updated dependencies [4538fa2]
- @khanacademy/wonder-stuff-core@1.1.0

## 2.2.1

### 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 @@ -6,7 +6,7 @@
"node": ">=16"
},
"name": "@khanacademy/wonder-stuff-testing",
"version": "2.2.1",
"version": "3.0.0",
"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.2"
"@khanacademy/wonder-stuff-core": "^1.1.0"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down

0 comments on commit c5bc5e0

Please sign in to comment.