Skip to content

Commit

Permalink
Version Packages (#577)
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 Mar 15, 2023
1 parent ee36658 commit 235a686
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-colts-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-pillows-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-suits-march.md

This file was deleted.

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

## 1.0.0

### Major Changes

- ee36658: Moved from deprecated terser rollup plugin to the currently maintained version

## 0.1.1

### 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.1.1",
"version": "1.0.0",
"license": "MIT",
"private": true
}
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.3.0

### Minor Changes

- 6897505: Added secret-related types and utility for turning a string into a secret

## 1.2.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.2.2",
"version": "1.3.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.1.1"
"ws-dev-build-settings": "^1.0.0"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
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 @@ -21,7 +21,7 @@
"pofile": "^1.1.4"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.1"
"ws-dev-build-settings": "^1.0.0"
},
"bin": {
"all-i18n-strings": "./dist/bin/all-i18n-strings.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.1.4

### Patch Changes

- Updated dependencies [6897505]
- @khanacademy/wonder-stuff-core@1.3.0

## 1.1.3

### 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.1.3",
"version": "1.1.4",
"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.2.2"
"@khanacademy/wonder-stuff-core": "^1.3.0"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.1"
"ws-dev-build-settings": "^1.0.0"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
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

### Major Changes

- 6897505: Consolidated wonder-stuff-server-google into wonder-stuff-server, added KMS buffer decryption, removed debug-agent support

### Patch Changes

- Updated dependencies [6897505]
- @khanacademy/wonder-stuff-core@1.3.0

## 2.1.3

### 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.1.3",
"version": "3.0.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.2.2"
"@khanacademy/wonder-stuff-core": "^1.3.0"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.1"
"ws-dev-build-settings": "^1.0.0"
},
"author": "",
"license": "MIT",
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.3.4

### Patch Changes

- Updated dependencies [6897505]
- @khanacademy/wonder-stuff-core@1.3.0

## 2.3.3

### 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.3.3",
"version": "2.3.4",
"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.2.2"
"@khanacademy/wonder-stuff-core": "^1.3.0"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.1"
"ws-dev-build-settings": "^1.0.0"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down

0 comments on commit 235a686

Please sign in to comment.