Skip to content

Commit

Permalink
build: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 9674cae commit d5e6947
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/blue-teachers-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-parents-trade.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- @accelint/design-system@0.4.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/next",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/converters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @accelint/converters

## 0.1.4

### Patch Changes

- Updated dependencies [4ceec7e]
- @accelint/predicates@0.1.4

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/converters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelint/converters",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@accelint/constants": "workspace:0.1.3",
"@accelint/predicates": "workspace:0.1.3",
"@accelint/predicates": "workspace:0.1.4",
"typescript": "^5.6.3"
},
"$schema": "https://json.schemastore.org/package",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @accelint/design-system

## 0.4.1

### Patch Changes

- @accelint/converters@0.1.4

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@accelint/design-system",
"version": "0.4.0",
"version": "0.4.1",
"author": "https://hypergiant.com",
"license": "Apache-2.0",
"publishConfig": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"vitest": "^2.1.3"
},
"dependencies": {
"@accelint/converters": "workspace:0.1.3",
"@accelint/converters": "workspace:0.1.4",
"@accelint/core": "workspace:0.1.3",
"@vanilla-extract/css": "^1.16.0",
"@vanilla-extract/dynamic": "^2.1.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/geo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @accelint/geo

## 0.2.0

### Minor Changes

- 6c23f31: Add coordinate parsing capability; parse string into object with conversion
options: MGRS, UTM, and lat/lon DD, DDM, DMS. Some error messaging is included
to be helpful for users and debuggers.

### Patch Changes

- Updated dependencies [4ceec7e]
- @accelint/predicates@0.1.4

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelint/geo",
"version": "0.1.3",
"version": "0.2.0",
"private": false,
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@accelint/math": "workspace:0.1.3",
"@accelint/predicates": "workspace:0.1.3",
"@accelint/predicates": "workspace:0.1.4",
"@ngageoint/mgrs-js": "^1.0.0",
"@ngageoint/grid-js": "^2.1.0",
"typescript": "^5.6.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/predicates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @accelint/predicates

## 0.1.4

### Patch Changes

- 4ceec7e: Improve performance of is-noyes.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/predicates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelint/predicates",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit d5e6947

Please sign in to comment.