Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g committed Aug 4, 2023
1 parent 58dde73 commit ab2ed61
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
* in the current branch. When bumping versions, Rush uses this to determine the next version.
* (The "version" field in package.json is NOT considered.)
*/
"version": "1.0.0-alpha.8",
"version": "1.0.0",

/**
* (Required) The type of bump that will be performed when publishing the next release.
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/chainweb-node-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/chainweb-node-client",
"version": "0.4.2",
"version": "0.4.3",
"description": "Typed JavaScript wrapper with fetch to call chainweb-node API endpoints",
"keywords": [],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/chainweb-stream-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/chainweb-stream-client",
"version": "0.0.9",
"version": "0.1.0",
"description": "Chainweb-stream client for browsers and node.js",
"keywords": [],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/client",
"version": "1.0.0-alpha.8",
"version": "1.0.0",
"description": "Core library for building Pact expressions to send to the blockchain in js. Makes use of .kadena/pactjs-generated",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/cryptography-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/cryptography-utils",
"version": "0.3.6",
"version": "0.3.7",
"description": "Collection of Kadena cryptography utility functions",
"keywords": [],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/pactjs-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/pactjs-generator",
"version": "1.0.0-alpha.8",
"version": "1.0.0",
"description": "Generates TypeScript definitions of Pact contracts, for use in @kadena/pactjs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/pactjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/pactjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "Collection of utility functions pactjs related",
"keywords": [],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/types",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"keywords": [],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena-dev/eslint-config",
"version": "0.0.10",
"version": "0.1.0",
"description": "Kadena monorepo eslint-config",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena-dev/eslint-plugin",
"version": "0.0.5",
"version": "0.0.6",
"main": "src/index.js",
"files": [
"src"
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/heft-rig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena-dev/heft-rig",
"version": "0.0.10",
"version": "0.1.0",
"description": "Our own rig package, based on @rushstack/heft-node-rig",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pactjs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/pactjs-cli",
"version": "1.0.0-alpha.8",
"version": "1.0.0",
"description": "CLI tool accompanying @kadena/pactjs-core and @kadena/pactjs-client to generate TypeScript definitions and Pact client",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/rush-fix-versions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena-dev/rush-fix-versions",
"version": "0.0.6",
"version": "0.0.7",
"description": "Tool to assist with making consistent versions across rush monorepo",
"keywords": [
"rush"
Expand Down

0 comments on commit ab2ed61

Please sign in to comment.