Skip to content

Commit

Permalink
Version Packages (#536)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.


# Releases
## @khanacademy/[email protected]

### Minor Changes

-   3d0c41c: Remove Flow eslint rules
-   4538fa2: Migrate to TypeScript
-   56baa4a: Update eslint-khan-config and .eslintrc.js to lint .ts files

### Patch Changes

-   501b381: Add missing settings

## @khanacademy/[email protected]

### Minor Changes

-   4538fa2: Migrate to TypeScript
-   5c50724: Re-add entries, keys, and values wrappers

### Patch Changes

-   035e345: Generate Flow types from TypeScript types

## @khanacademy/[email protected]

### Minor Changes

-   4538fa2: Migrate to TypeScript

### Patch Changes

-   035e345: Generate Flow types from TypeScript types

## @khanacademy/[email protected]

### Minor Changes

-   4538fa2: Migrate to TypeScript

### Patch Changes

-   035e345: Generate Flow types from TypeScript types
-   Updated dependencies [4538fa2]
-   Updated dependencies [5c50724]
-   Updated dependencies [035e345]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

-   4538fa2: Migrate to TypeScript

### Patch Changes

-   dd0682c: Make wonder-stuff-core a real dependency instead of a peer dependency
-   035e345: Generate Flow types from TypeScript types
-   Updated dependencies [4538fa2]
-   Updated dependencies [5c50724]
-   Updated dependencies [035e345]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

-   4538fa2: Migrate to TypeScript

### Patch Changes

-   c38fc71: Convert wonder-stuff-\* peer dependencies to be real dependencies.
-   035e345: Generate Flow types from TypeScript types
-   Updated dependencies [dd0682c]
-   Updated dependencies [4538fa2]
-   Updated dependencies [5c50724]
-   Updated dependencies [035e345]
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

-   4538fa2: Migrate to TypeScript

### Patch Changes

-   c38fc71: Convert wonder-stuff-\* peer dependencies to be real dependencies.
-   035e345: Generate Flow types from TypeScript types
-   Updated dependencies [4538fa2]
-   Updated dependencies [5c50724]
-   Updated dependencies [035e345]
    -   @khanacademy/[email protected]

## [email protected]

### Minor Changes

-   f37b289: Update build config to use TypeScript instead of Flow

### Patch Changes

-   da34455: Don't generate index.js.flow and index.d.ts files

Author: khan-actions-bot

Reviewers: jeresig, kevinbarabash

Required Reviewers:

Approved By: jeresig, kevinbarabash

Checks: ✅ codecov/project, ✅ Test (macos-latest, 16.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ✅ Gather coverage (ubuntu-latest, 16.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ Analyze (javascript), ✅ gerald, ⏭  dependabot, ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x)

Pull Request URL: #536
  • Loading branch information
khan-actions-bot authored Feb 21, 2023
1 parent 3fd414b commit a30ecc0
Show file tree
Hide file tree
Showing 31 changed files with 123 additions and 91 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-otters-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-fishes-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-dancers-flash.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/fifty-grapes-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-hairs-turn.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pears-laugh.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/modern-turtles-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-ravens-bake.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.

5 changes: 0 additions & 5 deletions .changeset/rude-chefs-wonder.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smooth-wombats-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-buses-unite.md

This file was deleted.

10 changes: 10 additions & 0 deletions build-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ws-dev-build-settings

## 0.1.0

### Minor Changes

- f37b289: Update build config to use TypeScript instead of Flow

### Patch Changes

- da34455: Don't generate index.js.flow and index.d.ts files

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion build-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ws-dev-build-settings",
"version": "0.0.5",
"version": "0.1.0",
"license": "MIT",
"private": true
}
12 changes: 12 additions & 0 deletions packages/eslint-config-khan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @khanacademy/eslint-config

## 1.1.0

### Minor Changes

- 3d0c41c: Remove Flow eslint rules
- 4538fa2: Migrate to TypeScript
- 56baa4a: Update eslint-khan-config and .eslintrc.js to lint .ts files

### Patch Changes

- 501b381: Add missing settings

## 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
11 changes: 11 additions & 0 deletions packages/wonder-stuff-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @khanacademy/wonder-stuff-core

## 1.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript
- 5c50724: Re-add entries, keys, and values wrappers

### Patch Changes

- 035e345: Generate Flow types from TypeScript types

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -15,7 +15,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.5"
"ws-dev-build-settings": "^0.1.0"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/wonder-stuff-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/wonder-stuff-i18n

## 2.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- 035e345: Generate Flow types from TypeScript types

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -21,7 +21,7 @@
"pofile": "^1.1.4"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.5"
"ws-dev-build-settings": "^0.1.0"
},
"bin": {
"all-i18n-strings": "./dist/bin/all-i18n-strings.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/wonder-stuff-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @khanacademy/wonder-stuff-sentry

## 1.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- 035e345: Generate Flow types from TypeScript types
- Updated dependencies [4538fa2]
- Updated dependencies [5c50724]
- Updated dependencies [035e345]
- @khanacademy/wonder-stuff-core@1.1.0

## 1.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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,10 +15,10 @@
"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"
"ws-dev-build-settings": "^0.1.0"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/wonder-stuff-server-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @khanacademy/wonder-stuff-server-google

## 2.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- c38fc71: Convert wonder-stuff-\* peer dependencies to be real dependencies.
- 035e345: Generate Flow types from TypeScript types
- Updated dependencies [dd0682c]
- Updated dependencies [4538fa2]
- Updated dependencies [5c50724]
- Updated dependencies [035e345]
- @khanacademy/wonder-stuff-server@2.1.0
- @khanacademy/wonder-stuff-core@1.1.0

## 2.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "2.1.0",
"description": "APIs for doing useful things in node servers for Google Cloud",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,11 +15,11 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@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": "^2.1.0"
},
"devDependencies": {
"ws-dev-build-settings": "^0.0.5"
"ws-dev-build-settings": "^0.1.0"
},
"author": "",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/wonder-stuff-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @khanacademy/wonder-stuff-server

## 2.1.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- dd0682c: Make wonder-stuff-core a real dependency instead of a peer dependency
- 035e345: Generate Flow types from TypeScript types
- Updated dependencies [4538fa2]
- Updated dependencies [5c50724]
- Updated dependencies [035e345]
- @khanacademy/wonder-stuff-core@1.1.0

## 2.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.1.0",
"description": "APIs for doing useful things in node servers",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,10 +15,10 @@
"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"
"ws-dev-build-settings": "^0.1.0"
},
"author": "",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/wonder-stuff-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @khanacademy/wonder-stuff-testing

## 2.3.0

### Minor Changes

- 4538fa2: Migrate to TypeScript

### Patch Changes

- c38fc71: Convert wonder-stuff-\* peer dependencies to be real dependencies.
- 035e345: Generate Flow types from TypeScript types
- Updated dependencies [4538fa2]
- Updated dependencies [5c50724]
- Updated dependencies [035e345]
- @khanacademy/wonder-stuff-core@1.1.0

## 2.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.3.0",
"description": "Utilities for use in testing",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,10 +15,10 @@
"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"
"ws-dev-build-settings": "^0.1.0"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down

0 comments on commit a30ecc0

Please sign in to comment.