Skip to content

Commit

Permalink
Version Packages (#208)
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
seek-oss-ci and github-actions[bot] committed Feb 28, 2024
1 parent 79a1c13 commit 254e1cb
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 37 deletions.
15 changes: 0 additions & 15 deletions .changeset/mighty-waves-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-tomatoes-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-months-sit.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vocab/cli

## 1.4.2

### Patch Changes

- Updated dependencies [[`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95), [`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95)]:
- @vocab/core@1.6.1
- @vocab/phrase@1.3.2

## 1.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/cli",
"version": "1.4.1",
"version": "1.4.2",
"main": "dist/vocab-cli.cjs.js",
"module": "dist/vocab-cli.esm.js",
"bin": {
Expand All @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"@types/env-ci": "^3.1.0",
"@vocab/core": "^1.6.0",
"@vocab/phrase": "^1.3.1",
"@vocab/core": "^1.6.1",
"@vocab/phrase": "^1.3.2",
"env-ci": "^5.0.2",
"fast-glob": "^3.2.4",
"form-data": "^3.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @vocab/core

## 1.6.1

### Patch Changes

- [#206](https://github.com/seek-oss/vocab/pull/206) [`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95) Thanks [@askoufis](https://github.com/askoufis)! - Enable the `TranslationKeys` type to operate on a union of translations

**EXAMPLE USAGE**

```tsx
import { TranslationKeys } from '@vocab/core';
import fooTranslations from './foo.vocab';
import barTranslations from './bar.vocab';

type FooBarTranslationKeys = TranslationKeys<
typeof fooTranslations | typeof barTranslations
>;
```

- [#206](https://github.com/seek-oss/vocab/pull/206) [`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95) Thanks [@askoufis](https://github.com/askoufis)! - Add documentation to the `TranslationKeys` type

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/core",
"version": "1.6.0",
"version": "1.6.1",
"main": "dist/vocab-core.cjs.js",
"module": "dist/vocab-core.esm.js",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/phrase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vocab/phrase

## 1.3.2

### Patch Changes

- Updated dependencies [[`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95), [`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95)]:
- @vocab/core@1.6.1

## 1.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/phrase/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@vocab/phrase",
"version": "1.3.1",
"version": "1.3.2",
"main": "dist/vocab-phrase.cjs.js",
"module": "dist/vocab-phrase.esm.js",
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vocab/core": "^1.6.0",
"@vocab/core": "^1.6.1",
"chalk": "^4.1.0",
"csv-stringify": "^6.2.3",
"debug": "^4.3.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vocab/react

## 1.1.10

### Patch Changes

- [#206](https://github.com/seek-oss/vocab/pull/206) [`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95) Thanks [@askoufis](https://github.com/askoufis)! - Add documentation for `VocabProvider` and `useLanguage`

- Updated dependencies [[`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95), [`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95)]:
- @vocab/core@1.6.1

## 1.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/react",
"version": "1.1.9",
"version": "1.1.10",
"main": "dist/vocab-react.cjs.js",
"module": "dist/vocab-react.esm.js",
"author": "SEEK",
Expand All @@ -12,7 +12,7 @@
"dist"
],
"dependencies": {
"@vocab/core": "^1.6.0",
"@vocab/core": "^1.6.1",
"intl-messageformat": "^10.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vocab/types

## 1.3.5

### Patch Changes

- Updated dependencies [[`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95), [`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95)]:
- @vocab/core@1.6.1

## 1.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/types",
"version": "1.3.4",
"version": "1.3.5",
"main": "dist/vocab-types.cjs.js",
"module": "dist/vocab-types.esm.js",
"author": "SEEK",
Expand All @@ -9,6 +9,6 @@
"dist"
],
"dependencies": {
"@vocab/core": "^1.6.0"
"@vocab/core": "^1.6.1"
}
}
7 changes: 7 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vocab/webpack

## 1.2.7

### Patch Changes

- Updated dependencies [[`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95), [`79a1c13`](https://github.com/seek-oss/vocab/commit/79a1c13a95c3f7b985c0ed551a79fcbc7072ff95)]:
- @vocab/core@1.6.1

## 1.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/webpack",
"version": "1.2.6",
"version": "1.2.7",
"main": "dist/vocab-webpack.cjs.js",
"module": "dist/vocab-webpack.esm.js",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"web"
],
"dependencies": {
"@vocab/core": "^1.6.0",
"@vocab/core": "^1.6.1",
"chalk": "^4.1.0",
"cjs-module-lexer": "^1.2.2",
"debug": "^4.3.1",
Expand Down

0 comments on commit 254e1cb

Please sign in to comment.