Skip to content

Commit

Permalink
Version Packages (#560)
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 6, 2023
1 parent 522b091 commit 03d28f6
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/wise-trains-deny.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

## 0.1.1

### Patch Changes

- 522b091: Fix build script to output bin files using .js as their extension

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"license": "MIT",
"private": true
}
2 changes: 1 addition & 1 deletion packages/wonder-stuff-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.0"
"ws-dev-build-settings": "^0.1.1"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.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.2

### Patch Changes

- 522b091: Fix build script to output bin files using .js as their extension

## 2.1.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.1.1",
"version": "2.1.2",
"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.1.0"
"ws-dev-build-settings": "^0.1.1"
},
"bin": {
"all-i18n-strings": "./dist/bin/all-i18n-strings.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@khanacademy/wonder-stuff-core": "^1.2.2"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.0"
"ws-dev-build-settings": "^0.1.1"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-server-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@khanacademy/wonder-stuff-server": "^2.1.3"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.0"
"ws-dev-build-settings": "^0.1.1"
},
"author": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@khanacademy/wonder-stuff-core": "^1.2.2"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.0"
"ws-dev-build-settings": "^0.1.1"
},
"author": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/wonder-stuff-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@khanacademy/wonder-stuff-core": "^1.2.2"
},
"devDependencies": {
"ws-dev-build-settings": "^0.1.0"
"ws-dev-build-settings": "^0.1.1"
},
"browser": {
"dist/es/index.js": "./dist/es/index.browser.js",
Expand Down

0 comments on commit 03d28f6

Please sign in to comment.